|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.utils.TMDeciderUtils
public class TMDeciderUtils
INTERNAL: Utility class for creating topic map-based deciders.
Constructor Summary | |
---|---|
TMDeciderUtils()
|
Method Summary | |
---|---|
static DeciderIF |
getTypeDecider(java.util.Collection oktypes)
INTERNAL: Creates a decider that approves all objects that implement TypedIF and which have a type included in the collection. |
static DeciderIF |
getTypePSIDecider(java.util.Collection okpsis)
INTERNAL: Creates a decided that approves all objects that implement TypedIF and which has a type which has one of the subject identifiers as one of its subject identifiers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TMDeciderUtils()
Method Detail |
---|
public static DeciderIF getTypeDecider(java.util.Collection oktypes)
oktypes
- a collection of TopicIF objectspublic static DeciderIF getTypePSIDecider(java.util.Collection okpsis) throws java.net.MalformedURLException
okpsis
- a collection of LocatorIF or String objects
java.net.MalformedURLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |