public class DynamicFailurePredicate extends AbstractDynamicPredicate
base, name, type| Constructor and Description |
|---|
DynamicFailurePredicate() |
DynamicFailurePredicate(TopicIF type,
LocatorIF base) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCost(boolean[] boundparams)
INTERNAL.
|
String |
getSignature()
INTERNAL: Returns a string representing the signature of the
predicate.
|
QueryMatches |
satisfy(QueryMatches matches,
Object[] arguments) |
getName, getTypepublic String getSignature()
PredicateIFThe 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.
public int getCost(boolean[] boundparams)
PredicateIFpublic QueryMatches satisfy(QueryMatches matches, Object[] arguments) throws InvalidQueryException
InvalidQueryException