Uses of Class
net.ontopia.topicmaps.impl.basic.TMObject
-
Packages that use TMObject Package Description net.ontopia.topicmaps.impl.basic The in-memory implementation of the core topic map interfaces.net.ontopia.topicmaps.impl.remote -
-
Uses of TMObject in net.ontopia.topicmaps.impl.basic
Subclasses of TMObject in net.ontopia.topicmaps.impl.basic Modifier and Type Class Description class
Association
INTERNAL: The basic association implementation.class
AssociationRole
INTERNAL: The basic association role implementation.class
Occurrence
INTERNAL: The basic occurrence implementation.class
Topic
INTERNAL: The basic topic implementation.class
TopicMap
INTERNAL: The basic topic map implementation.class
TopicName
INTERNAL: The basic topic name implementation.class
VariantName
INTERNAL: The basic variant name implementation.Fields in net.ontopia.topicmaps.impl.basic declared as TMObject Modifier and Type Field Description protected TMObject
TMObject. parent
Fields in net.ontopia.topicmaps.impl.basic with type parameters of type TMObject Modifier and Type Field Description protected Map<String,TMObject>
SubjectIdentityCache. id_objects
-
Uses of TMObject in net.ontopia.topicmaps.impl.remote
Subclasses of TMObject in net.ontopia.topicmaps.impl.remote Modifier and Type Class Description class
DynamicAssociation
INTERNAL: PRIVATE: EXPERIMENTAL: Description: Dynamic proxy for associationsclass
DynamicAssociationRole
INTERNAL: PRIVATE:class
RemoteTopic
INTERNAL: The remote topic implementation.
-