|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputDescriptor
Class describing one input parameter of an object. This object is guaranteed to be a valid description of an algorith iff the creating algorithm has no status property changes.
Nested Class Summary | |
---|---|
static class |
InputDescriptor.Type
Set of all enumerations representing each type of input that an algorithm can consume. |
Method Summary | |
---|---|
java.lang.String |
getAlgorithmName()
Acquire the name of the algorithm that generated this data descriptor. |
InputDescriptor.Type |
getClassType()
what type of object - Graph, Link, Actor, or PathSet - does this object describe. |
java.lang.String |
getProperty()
Name of the property of the object that is utilized. |
java.lang.String |
getRelation()
Return the actor types and link types that this algorithm utilizes during input. |
Method Detail |
---|
java.lang.String getAlgorithmName()
java.lang.String getRelation()
InputDescriptor.Type getClassType()
java.lang.String getProperty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |