|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.utils.SubjectIdentityDecider
public class SubjectIdentityDecider
INTERNAL: Decider that decides whether the object is an instance of a topic with the given subject identifier.
The decider returns true when the object has the given subject identifier, or it is an instance of a topic with the given subject identifier.
Field Summary | |
---|---|
protected LocatorIF |
subject_identifier
PROTECTED: the given subject identifier. |
Constructor Summary | |
---|---|
SubjectIdentityDecider(LocatorIF subject_identifier)
INTERNAL: Creates a decider which uses the given subject identifier. |
Method Summary | |
---|---|
boolean |
ok(java.lang.Object object)
INTERNAL: Decides whether an object (directly or indirectly) has a given subject identifier. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected LocatorIF subject_identifier
Constructor Detail |
---|
public SubjectIdentityDecider(LocatorIF subject_identifier)
subject_identifier
- locatorIF which is the given subject identifierMethod Detail |
---|
public boolean ok(java.lang.Object object)
ok
in interface DeciderIF
object
- an object which must be a TypedIF or TopicIF
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |