|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnz.ac.waikato.mcennis.rat.graph.descriptors.BasicOutputDescriptor
public class BasicOutputDescriptor
Class for describing the output a component produces. Implements the OutputDescriptor and OutputDescriptorInternal interfaces.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface nz.ac.waikato.mcennis.rat.graph.descriptors.OutputDescriptor |
---|
OutputDescriptor.Type |
Constructor Summary | |
---|---|
BasicOutputDescriptor()
Creates a new instance of BasicOutputDescriptor |
Method Summary | |
---|---|
java.lang.String |
getAlgorithmName()
Acquire the name of the algorithm that generated this data descriptor. |
OutputDescriptor.Type |
getClassType()
what type of object - Graph, Link, or Actor - does this object describe. |
java.lang.String |
getProperty()
Name of the property of the object that is created. |
java.lang.String |
getRelation()
Return the actor types and link types that this algorithm utilizes during input. |
void |
setAlgorithmName(java.lang.String s)
Change the algorithm name attached to this descriptor. |
void |
setClassType(OutputDescriptor.Type t)
Change the type of output generated by this component. |
void |
setProperty(java.lang.String s)
Change the property name modified by this component |
void |
setRelation(java.lang.String s)
Change the relation (type, mode) that this component modifies. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicOutputDescriptor()
Method Detail |
---|
public void setProperty(java.lang.String s)
OutputDescriptorInternal
setProperty
in interface OutputDescriptorInternal
public void setClassType(OutputDescriptor.Type t)
OutputDescriptorInternal
setClassType
in interface OutputDescriptorInternal
public void setRelation(java.lang.String s)
OutputDescriptorInternal
setRelation
in interface OutputDescriptorInternal
public void setAlgorithmName(java.lang.String s)
OutputDescriptorInternal
setAlgorithmName
in interface OutputDescriptorInternal
public java.lang.String getAlgorithmName()
OutputDescriptor
getAlgorithmName
in interface OutputDescriptor
public java.lang.String getRelation()
OutputDescriptor
getRelation
in interface OutputDescriptor
public OutputDescriptor.Type getClassType()
OutputDescriptor
getClassType
in interface OutputDescriptor
public java.lang.String getProperty()
OutputDescriptor
getProperty
in interface OutputDescriptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |