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

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

public class SubjectIndicatorMatcher
extends java.lang.Object
implements TMObjectMatcherIF

INTERNAL: Matches topics by their subject indicators.


Field Summary
protected  LocatorIF locator
           
 
Constructor Summary
SubjectIndicatorMatcher(LocatorIF locator)
          INTERNAL: Creates a subject indicator matcher that matches topics by the locator given.
 
Method Summary
 boolean equals(TMObjectMatcherIF object)
          INTERNAL: Returns true if this object equals the given parameter.
 LocatorIF getLocator()
          INTERNAL: Returns the locator used for matching.
 boolean matches(TMObjectIF object)
          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
 

Field Detail

locator

protected LocatorIF locator
Constructor Detail

SubjectIndicatorMatcher

public SubjectIndicatorMatcher(LocatorIF locator)
INTERNAL: Creates a subject indicator matcher that matches topics by the locator given.

Method Detail

getLocator

public LocatorIF getLocator()
INTERNAL: Returns the locator used for matching.


matches

public boolean matches(TMObjectIF object)
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.