|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.schema.impl.osl.AnyTopicMatcher
public class AnyTopicMatcher
INTERNAL: An object matcher that matches any object. Useful mainly as a wildcard.
Constructor Summary | |
---|---|
AnyTopicMatcher()
|
Method Summary | |
---|---|
boolean |
equals(TMObjectMatcherIF object)
INTERNAL: Returns true if this object equals the given parameter. |
boolean |
matches(TMObjectIF topic)
INTERNAL: Returns true if this object is matched by the matcher. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AnyTopicMatcher()
Method Detail |
---|
public boolean matches(TMObjectIF topic)
TMObjectMatcherIF
matches
in interface TMObjectMatcherIF
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(TMObjectMatcherIF object)
TMObjectMatcherIF
equals
in interface TMObjectMatcherIF
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |