Package | Description |
---|---|
net.ontopia.topicmaps.impl.basic |
The in-memory implementation of the core topic map interfaces.
|
net.ontopia.utils |
Contains utility classes and generic interfaces.
|
Modifier and Type | Field and Description |
---|---|
protected UniqueSet<TopicIF> |
Topic.scope |
protected UniqueSet<TopicIF> |
TopicMap.scope |
protected UniqueSet<TopicIF> |
Occurrence.scope |
protected UniqueSet<TopicIF> |
VariantName.scope |
protected UniqueSet<TopicIF> |
Association.scope |
protected UniqueSet<TopicIF> |
TopicName.scope |
UniqueSet<TopicIF> |
TopicMap.setpool |
protected UniqueSet<TopicIF> |
Topic.types |
Modifier and Type | Method and Description |
---|---|
UniqueSet<E> |
UniqueSet.add(UniqueSet<E> set,
Object o,
boolean dereference) |
UniqueSet<E> |
UniqueSet.get(Set<E> set)
INTERNAL: Get the internal representation of a given set.
|
UniqueSet<E> |
UniqueSet.remove(UniqueSet<E> set,
Object o,
boolean dereference) |
Modifier and Type | Method and Description |
---|---|
UniqueSet<E> |
UniqueSet.add(UniqueSet<E> set,
Object o,
boolean dereference) |
void |
UniqueSet.dereference(UniqueSet<E> set) |
protected boolean |
UniqueSet.equalsAdd(UniqueSet<E> other,
Object o) |
protected boolean |
UniqueSet.equalsRemove(UniqueSet<E> other,
Object o) |
UniqueSet<E> |
UniqueSet.remove(UniqueSet<E> set,
Object o,
boolean dereference) |
Constructor and Description |
---|
UniqueSet(UniqueSet<E> s) |
UniqueSet(UniqueSet<E> s1,
UniqueSet<E> s2) |
UniqueSet(UniqueSet<E> s1,
UniqueSet<E> s2) |