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

All Superinterfaces:
InputDescriptor
All Known Implementing Classes:
BasicInputDescriptor

public interface InputDescriptorInternal
extends InputDescriptor

Interface for modifying an input descriptor


Nested Class Summary
 
Nested classes/interfaces inherited from interface nz.ac.waikato.mcennis.rat.graph.descriptors.InputDescriptor
InputDescriptor.Type
 
Method Summary
 void setAlgorithmName(java.lang.String s)
          Change the name of the algorithm.
 void setClassType(InputDescriptor.Type t)
          Change the class of input that is utilized
 void setProperty(java.lang.String s)
          Change the property name that this algorithm requires as input
 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.InputDescriptor
getAlgorithmName, getClassType, getProperty, getRelation
 

Method Detail

setProperty

void setProperty(java.lang.String s)
Change the property name that this algorithm requires as input

Parameters:
s - name of the new property input that is required.

setClassType

void setClassType(InputDescriptor.Type t)
Change the class of input that is utilized

Parameters:
t - new input type.

setRelation

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

Parameters:
s - name of the new relation.

setAlgorithmName

void setAlgorithmName(java.lang.String s)
Change the name of the algorithm.

Parameters:
s - new name of this algorithm.