Uses of Class
ontopoly.model.AbstractTypingTopic
-
Packages that use AbstractTypingTopic Package Description ontopoly.model -
-
Uses of AbstractTypingTopic in ontopoly.model
Subclasses of AbstractTypingTopic in ontopoly.model Modifier and Type Class Description class
AssociationType
Represents an association type.class
IdentityType
Represents an identity type.class
NameType
Represents a name type.class
OccurrenceType
Represents an occurrence type.class
RoleType
Represents a role type.class
TopicType
INTERNAL: Represents a topic type.Methods in ontopoly.model with parameters of type AbstractTypingTopic Modifier and Type Method Description protected String
TopicMap. getTopicName(TopicIF topic, AbstractTypingTopic fallback)
Package-internal method to get the name of a topic.
-