|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ontopia.topicmaps.nav2.impl.basic.TypeDecider
public class TypeDecider
INTERNAL: Decider for verifying if a given topic type is identical or a subclass of a reference topic type (for example occurrence type).
Field Summary | |
---|---|
static String |
OCC_DESCRIPTION
|
static String |
OCC_METADATA
|
Constructor Summary | |
---|---|
TypeDecider(NavigatorPageIF contextTag,
String type)
INTERNAL: Constructor which tries to retrieve the PSI for the related topic types from the navigator configuration |
|
TypeDecider(String type)
INTERNAL: default constructor. |
Method Summary | |
---|---|
boolean |
ok(NavigatorPageIF contextTag,
TopicIF typingTopic)
INTERNAL: if implemented criteria are matched: deliver true, otherwise false. |
boolean |
ok(TopicIF obj)
PUBLIC: Returns true if the object is accepted. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String OCC_METADATA
public static final String OCC_DESCRIPTION
Constructor Detail |
---|
public TypeDecider(String type) throws MalformedURLException
MalformedURLException
public TypeDecider(NavigatorPageIF contextTag, String type) throws MalformedURLException
MalformedURLException
Method Detail |
---|
public boolean ok(NavigatorPageIF contextTag, TopicIF typingTopic)
NavigatorDeciderIF
ok
in interface NavigatorDeciderIF<TopicIF>
public boolean ok(TopicIF obj)
DeciderIF
ok
in interface DeciderIF<TopicIF>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |