Package ontopoly.model
Class OccurrenceType
java.lang.Object
ontopoly.model.Topic
ontopoly.model.AbstractTypingTopic
ontopoly.model.OccurrenceType
Represents an occurrence type.
-
Constructor Summary
ConstructorsConstructorDescriptionOccurrenceType(TopicIF type, TopicMap tm) Creates a new OccurrenceType object. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the field definitions that are declared for this typing topic.Gets the LocatorIF for this typing topic.Methods inherited from class ontopoly.model.AbstractTypingTopic
isHidden, isReadOnlyMethods inherited from class ontopoly.model.Topic
addTopicType, copyCharacteristics, findDependentObjects, getDependentObjects, getFieldInstances, getFieldInstances, getId, getMostSpecificTopicType, getName, getTopicIF, getTopicMap, getTopicTypes, hashCode, isAssociationType, isFieldDefinition, isInstanceOf, isInstanceOf, isNameType, isOccurrenceType, isOntologyTopic, isOntologyType, isPrivateSystemTopic, isPublicSystemTopic, isRoleType, isSystemTopic, isTopicMap, isTopicType, remove, removeTopicType, toString
-
Constructor Details
-
OccurrenceType
Creates a new OccurrenceType object.
-
-
Method Details
-
getLocatorIF
Description copied from class:AbstractTypingTopicGets the LocatorIF for this typing topic. The locator is the PSI used by the ontology topic map model.p- Specified by:
getLocatorIFin classAbstractTypingTopic- Returns:
- the LocatorIF for this typing topic.
-
equals
-
getDeclaredByFields
Description copied from class:AbstractTypingTopicReturns the field definitions that are declared for this typing topic.- Specified by:
getDeclaredByFieldsin classAbstractTypingTopic- Returns:
- a list of FieldDefinitions.
-