nz.ac.waikato.mcennis.rat.graph.descriptors
Interface SyntaxObject
- All Superinterfaces:
- SyntaxChecker
- All Known Implementing Classes:
- PropertyRestriction
public interface SyntaxObject
- extends SyntaxChecker
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()