|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.schema.impl.osl.SourceLocatorMatcher
public class SourceLocatorMatcher
INTERNAL: Object matcher that matches objects by their source locators.
| Field Summary | |
|---|---|
protected LocatorIF |
locator
|
| Constructor Summary | |
|---|---|
SourceLocatorMatcher(LocatorIF locator)
INTERNAL: Creates a new matcher with the locator it uses to match. |
|
| 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 |
|---|
protected LocatorIF locator
| Constructor Detail |
|---|
public SourceLocatorMatcher(LocatorIF locator)
| Method Detail |
|---|
public LocatorIF getLocator()
public boolean matches(TMObjectIF object)
TMObjectMatcherIF
matches in interface TMObjectMatcherIFpublic java.lang.String toString()
toString in class java.lang.Objectpublic 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 | |||||||||