|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.utils.CharacteristicUtils
public class CharacteristicUtils
INTERNAL: Characteristic processing utilities.
| Constructor Summary | |
|---|---|
CharacteristicUtils()
|
|
| Method Summary | |
|---|---|
static Collection |
getAssociatedTopics(TopicIF topic)
INTERNAL: Returns all the directly associated topics of the given topic. |
static TypedIF |
getByType(Collection objects,
TopicIF type)
INTERNAL: Finds first characteristic of a specified type. |
static Collection |
getOccurrences(Collection topics)
Gets the occurrences of all the topics in the given collection. |
static Collection |
getRoles(Collection topics)
Gets the association roles of the topics in the given collection. |
static Collection |
getTopicNames(Collection topics)
INTERNAL: Gets the basenames of the given collection of topics. |
static Collection |
getTopicsOfTopicNames(Collection basenames)
INTERNAL: Gets the topics of a collection of basenames. |
static Collection |
getVariants(Collection names)
Gets all the variant names of the given collecton of basenames, including nested ones. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CharacteristicUtils()
| Method Detail |
|---|
public static TypedIF getByType(Collection objects,
TopicIF type)
objects - A collection of TypedIF objects.
public static Collection getTopicNames(Collection topics)
topics - A scope; a collection of TopicIF objects.
public static Collection getVariants(Collection names)
names - A collection of TopicNameIF objects.
public static Collection getOccurrences(Collection topics)
topics - A collection of TopicIF objects; a scope.
public static Collection getRoles(Collection topics)
topics - A collection of TopicIF objects; a scope.
public static Collection getTopicsOfTopicNames(Collection basenames)
basenames - A collection of TopicNameIFs.
public static Collection getAssociatedTopics(TopicIF topic)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||