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

All Superinterfaces:
IODescriptor
All Known Implementing Classes:
BasicIODescriptor

public interface IODescriptorInternal
extends IODescriptor

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

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(IODescriptor.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.

setQuery

void setQuery(Query q)

setAlgorithmName

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

Parameters:
s - new name of this algorithm.

setDescription

void setDescription(java.lang.String s)

setAppendGraphID

void setAppendGraphID(boolean b)

prototype

IODescriptorInternal prototype()
Specified by:
prototype in interface IODescriptor

Get Relational Analysis Toolkit at SourceForge.net. Fast, secure and Free Open Source software downloads