|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IODescriptor
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 |
IODescriptor.Type
Set of all enumerations representing each type of input that an algorithm can consume. |
Method Summary | |
---|---|
boolean |
appendGraphID()
|
java.lang.String |
getAlgorithmName()
Acquire the name of the algorithm that generated this data descriptor. |
IODescriptor.Type |
getClassType()
what type of object - Graph, Link, Actor, or PathSet - does this object describe. |
java.lang.String |
getDescription()
|
java.lang.String |
getProperty()
Name of the property of the object that is utilized. |
Query |
getQuery()
|
java.lang.String |
getRelation()
Return the actor types and link types that this algorithm utilizes during input. |
IODescriptor |
prototype()
|
Method Detail |
---|
java.lang.String getAlgorithmName()
java.lang.String getRelation()
Query getQuery()
IODescriptor.Type getClassType()
java.lang.String getProperty()
java.lang.String getDescription()
IODescriptor prototype()
boolean appendGraphID()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |