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, getType
public String getSignature()
PredicateIF
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.
public int getCost(boolean[] boundparams)
PredicateIF
public QueryMatches satisfy(QueryMatches matches, Object[] arguments) throws InvalidQueryException
InvalidQueryException