|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PredicateIF
INTERNAL: Represents a predicate.
Method Summary | |
---|---|
int |
getCost(boolean[] boundparams)
INTERNAL. |
String |
getName()
INTERNAL: Returns the name of the predicate. |
String |
getSignature()
INTERNAL: Returns a string representing the signature of the predicate. |
Method Detail |
---|
String getName()
String getSignature() throws InvalidQueryException
The instance-of predicate would have a signature of "t t", while /= would have ". .", and in would have ". .+". For full details, see topicmaps.impl.utils.ArgumentValidator.
InvalidQueryException
int getCost(boolean[] boundparams)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |