net.ontopia.topicmaps.schema.core
Interface TMObjectMatcherIF

All Known Implementing Classes:
AnyTopicMatcher, InternalTopicRefMatcher, SourceLocatorMatcher, SubjectIndicatorMatcher, TypeSpecification

public interface TMObjectMatcherIF

INTERNAL: Implementations of this interface can match topic map objects independently of any specific topic map.


Method Summary
 boolean equals(TMObjectMatcherIF object)
          INTERNAL: Returns true if this object equals the given parameter.
 boolean matches(TMObjectIF object)
          INTERNAL: Returns true if this object is matched by the matcher.
 

Method Detail

matches

boolean matches(TMObjectIF object)
INTERNAL: Returns true if this object is matched by the matcher.


equals

boolean equals(TMObjectMatcherIF object)
INTERNAL: Returns true if this object equals the given parameter.



Copyright © 2000-2012 Ontopia.