Package ontopoly.model
Class FieldsView
- java.lang.Object
-
- ontopoly.model.Topic
-
- ontopoly.model.FieldsView
-
public class FieldsView extends Topic
Represents a fields view.
-
-
Constructor Summary
Constructors Constructor Description FieldsView(TopicIF topic, TopicMap tm)
FieldsView(Topic topic)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static FieldsView
getDefaultFieldsView(TopicMap tm)
boolean
isDefaultView()
boolean
isEmbeddedView()
-
Methods 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
-
-
-
-
Method Detail
-
isEmbeddedView
public boolean isEmbeddedView()
-
getDefaultFieldsView
public static FieldsView getDefaultFieldsView(TopicMap tm)
-
isDefaultView
public boolean isDefaultView()
-
-