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

All Superinterfaces:
SyntaxChecker
All Known Implementing Classes:
PropertyRestriction

public interface SyntaxObject
extends SyntaxChecker


Method Summary
 SyntaxObject duplicate()
           
 PropertyQuery getTest()
           
 void setClassType(java.lang.Class classType)
           
 void setDefaultRestriction(PropertyRestriction restriction)
           
 void setMaxCount(int maxCount)
           
 void setMinCount(int minCount)
           
 void setRestriction(java.lang.String type, PropertyRestriction restriction)
           
 void setTest(PropertyQuery test)
           
 
Methods inherited from interface nz.ac.waikato.mcennis.rat.graph.descriptors.SyntaxChecker
check, check, check, check, check, check, getClassType, getMaxCount, getMinCount
 

Method Detail

setRestriction

void setRestriction(java.lang.String type,
                    PropertyRestriction restriction)

setDefaultRestriction

void setDefaultRestriction(PropertyRestriction restriction)

setMinCount

void setMinCount(int minCount)

setMaxCount

void setMaxCount(int maxCount)

setTest

void setTest(PropertyQuery test)

getTest

PropertyQuery getTest()

setClassType

void setClassType(java.lang.Class classType)

duplicate

SyntaxObject duplicate()

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