public class SubjectIndicatorMatcher extends Object implements TMObjectMatcherIF
| Constructor and Description |
|---|
SubjectIndicatorMatcher(LocatorIF locator)
INTERNAL: Creates a subject indicator matcher that matches topics
by the locator given.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
toString() |
protected LocatorIF locator
public SubjectIndicatorMatcher(LocatorIF locator)
public LocatorIF getLocator()
public boolean matches(TMObjectIF object)
TMObjectMatcherIFmatches in interface TMObjectMatcherIFpublic boolean equals(TMObjectMatcherIF object)
TMObjectMatcherIFequals in interface TMObjectMatcherIF