|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.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.
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubjectIdentityDecider(LocatorIF subject_identifier)
subject_identifier - locatorIF which is the given subject identifier| Method Detail |
|---|
public boolean ok(java.lang.Object object)
ok in interface DeciderIFobject - 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 | |||||||||