Interface | Description |
---|---|
Association | |
TopicIterator |
An iterator with a mechanism to dispose of it cleanly.
|
TopicMapListener |
A listener for various changes in a topic map.
|
TopicMapLogger | |
TopicMapType |
TopicMapType is a class that makes it possible to use a topic map implementation
in Wandora.
|
Class | Description |
---|---|
Locator | |
SchemaBox |
SchemaBox contains many high level methods related to the proprietary topic
map schema used by Wandora.
|
SimpleTopicMapLogger | |
Test | |
TMBox |
TMBox contains various topic map related tools and utility methods.
|
TMBox.AssociationPlayerComparator |
Association comparator that compares associations by comparing topics of
the specified role.
|
TMBox.AssociationTypeComparator |
Sorts associations by
first comparing association types
then if ignoreTopics was specified, compare players of first roles that are not in ignoreTopics
then compare role set sizes
finally compare all roles and players, but only if the fullCompare is set to true, otherwise
comparison ends at previous step, this last step is fairly computationally expensive
as the role lists themselves have to be sorted first
Topic comparisons and player ordering is done with the specified topicComparator.
|
TMBox.DataValueComparator |
A topic comparator that orders topics by the lexicographical ordering of
specified data values.
|
TMBox.ScopeComparator | |
TMBox.TopicAssociationPlayerComparator |
Topic comparator that compares by comparing topics playing a specified role
in an association of specified type.
|
TMBox.TopicBNAndSIComparator | |
TMBox.TopicNameComparator |
A topic comparator that orders topics by their names.
|
TMBox.TopicSIComparator | |
TMBox.TreeIterator | |
TMBox.TreeIteratorNode | |
TMQLRunner |
A helper class used to run TMQL queries.
|
TMQLRunner.TMQLResult | |
Topic |
The abstract Topic class.
|
TopicHashMap<K> | |
TopicHashSet | |
TopicMap |
The abstract topic map class that all topic map implementations must extend.
|
TopicMapConfigurationPanel | |
TopicMapHashCode | |
TopicMapListenerAdapter | |
TopicMapSearchOptions | |
TopicMapStatData | |
TopicMapStatOptions | |
TopicMapTypeManager |
A class that manages all TopicMapTypes.
|
TopicTools |
This class is a collection of static helpers for accessing
topics and associations.
|
XTMPSI |
This class provides some standard topic map subject identifiers.
|
Exception | Description |
---|---|
TopicInUseException |
An exception thrown when deleting a topic could not be carried out because
the topic is used in such a place that it cannot be removed without greatly
modifying the topic map.
|
TopicMapException | |
TopicMapReadOnlyException | |
TopicRemovedException |
Topic becomes removed whenever it has been merged into another topic.
|
Copyright 2004-2015 Wandora Team