|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ontopia.topicmaps.query.spi.JavaPredicate
net.ontopia.topicmaps.query.spi.FilterPredicate
net.ontopia.topicmaps.query.spi.EqualsFilter
public class EqualsFilter
EXPERIMENTAL: Sample filter implementation that returns true if all arguments are equal.
Constructor Summary | |
---|---|
EqualsFilter()
|
Method Summary | |
---|---|
boolean |
filter(java.lang.Object[] objects)
EXPERIMENTAL: Returns true if the given row objects should be included in the result. |
Methods inherited from class net.ontopia.topicmaps.query.spi.FilterPredicate |
---|
satisfy |
Methods inherited from class net.ontopia.topicmaps.query.spi.JavaPredicate |
---|
getCost, getModuleURI, getName, getParameters, getPredicateName, getSignature, getTopicMap, setModuleURI, setParameters, setPredicateName, setTopicMap |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EqualsFilter()
Method Detail |
---|
public boolean filter(java.lang.Object[] objects) throws InvalidQueryException
FilterPredicate
filter
in class FilterPredicate
InvalidQueryException
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |