|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IODescriptorInternal
Interface for modifying an input descriptor
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface nz.ac.waikato.mcennis.rat.graph.descriptors.IODescriptor |
---|
IODescriptor.Type |
Method Summary | |
---|---|
IODescriptorInternal |
prototype()
|
void |
setAlgorithmName(java.lang.String s)
Change the name of the algorithm. |
void |
setAppendGraphID(boolean b)
|
void |
setClassType(IODescriptor.Type t)
Change the class of input that is utilized |
void |
setDescription(java.lang.String s)
|
void |
setProperty(java.lang.String s)
Change the property name that this algorithm requires as input |
void |
setQuery(Query q)
|
void |
setRelation(java.lang.String s)
Change the relation (type, mode) that this algorithm uses. |
Methods inherited from interface nz.ac.waikato.mcennis.rat.graph.descriptors.IODescriptor |
---|
appendGraphID, getAlgorithmName, getClassType, getDescription, getProperty, getQuery, getRelation |
Method Detail |
---|
void setProperty(java.lang.String s)
s
- name of the new property input that is required.void setClassType(IODescriptor.Type t)
t
- new input type.void setRelation(java.lang.String s)
s
- name of the new relation.void setQuery(Query q)
void setAlgorithmName(java.lang.String s)
s
- new name of this algorithm.void setDescription(java.lang.String s)
void setAppendGraphID(boolean b)
IODescriptorInternal prototype()
prototype
in interface IODescriptor
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |