|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.schema.impl.osl.InternalTopicRefMatcher
public class InternalTopicRefMatcher
INTERNAL: A topic matcher that matches topics by their source locators. It uses a string that is evaluated relative to the base URI of the topic map.
Field Summary | |
---|---|
protected java.lang.String |
relativeUri
|
Constructor Summary | |
---|---|
InternalTopicRefMatcher(java.lang.String relativeUri)
INTERNAL: Creates a new InternalTopicRefMatcher. |
Method Summary | |
---|---|
boolean |
equals(TMObjectMatcherIF object)
INTERNAL: Returns true if this object equals the given parameter. |
java.lang.String |
getRelativeURI()
INTERNAL: Returns the relative URI which will be 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 java.lang.String relativeUri
Constructor Detail |
---|
public InternalTopicRefMatcher(java.lang.String relativeUri)
relativeUri
- The URI used for matching.Method Detail |
---|
public java.lang.String getRelativeURI()
public boolean matches(TMObjectIF object)
TMObjectMatcherIF
matches
in interface TMObjectMatcherIF
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(TMObjectMatcherIF object)
TMObjectMatcherIF
equals
in interface TMObjectMatcherIF
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |