net.ontopia.topicmaps.schema.impl.osl
Class AnyTopicMatcher

java.lang.Object
  extended by net.ontopia.topicmaps.schema.impl.osl.AnyTopicMatcher
All Implemented Interfaces:
TMObjectMatcherIF

public class AnyTopicMatcher
extends java.lang.Object
implements TMObjectMatcherIF

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

AnyTopicMatcher

public AnyTopicMatcher()
Method Detail

matches

public boolean matches(TMObjectIF topic)
Description copied from interface: TMObjectMatcherIF
INTERNAL: Returns true if this object is matched by the matcher.

Specified by:
matches in interface TMObjectMatcherIF

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(TMObjectMatcherIF object)
Description copied from interface: TMObjectMatcherIF
INTERNAL: Returns true if this object equals the given parameter.

Specified by:
equals in interface TMObjectMatcherIF


Copyright © 2000-2012 Ontopia.