|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.query.impl.basic.NotEqualsPredicate
public class NotEqualsPredicate
INTERNAL: Implements the '/=' predicate.
| Constructor Summary | |
|---|---|
NotEqualsPredicate()
|
|
| Method Summary | |
|---|---|
int |
getCost(boolean[] boundparams)
INTERNAL. |
java.lang.String |
getName()
INTERNAL: Returns the name of the predicate. |
java.lang.String |
getSignature()
INTERNAL: Returns a string representing the signature of the predicate. |
QueryMatches |
satisfy(QueryMatches matches,
java.lang.Object[] arguments)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotEqualsPredicate()
| Method Detail |
|---|
public java.lang.String getName()
PredicateIF
getName in interface PredicateIFpublic java.lang.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.
getSignature in interface PredicateIFpublic int getCost(boolean[] boundparams)
PredicateIF
getCost in interface PredicateIF
public QueryMatches satisfy(QueryMatches matches,
java.lang.Object[] arguments)
throws InvalidQueryException
satisfy in interface BasicPredicateIFInvalidQueryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||