nz.ac.waikato.mcennis.rat.graph.descriptors
Interface OutputDescriptorInternal

All Superinterfaces:
OutputDescriptor
All Known Implementing Classes:
BasicOutputDescriptor

public interface OutputDescriptorInternal
extends OutputDescriptor

Class for modifying an OutputDescriptor


Nested Class Summary
 
Nested classes/interfaces inherited from interface nz.ac.waikato.mcennis.rat.graph.descriptors.OutputDescriptor
OutputDescriptor.Type
 
Method Summary
 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 interface nz.ac.waikato.mcennis.rat.graph.descriptors.OutputDescriptor
getAlgorithmName, getClassType, getProperty, getRelation
 

Method Detail

setProperty

void setProperty(java.lang.String s)
Change the property name modified by this component

Parameters:
s -

setClassType

void setClassType(OutputDescriptor.Type t)
Change the type of output generated by this component.

Parameters:
t -

setRelation

void setRelation(java.lang.String s)
Change the relation (type, mode) that this component modifies.

Parameters:
s -

setAlgorithmName

void setAlgorithmName(java.lang.String s)
Change the algorithm name attached to this descriptor.

Parameters:
s -