Package ontopoly.model
Class CreateAction
- java.lang.Object
-
- ontopoly.model.Topic
-
- ontopoly.model.CreateAction
-
public class CreateAction extends Topic
Represents the edit mode of a field.
-
-
Constructor Summary
Constructors Constructor Description CreateAction(TopicIF topic, TopicMap tm)
Creates a new CreateAction object.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static CreateAction
getDefaultCreateAction(TopicMap tm)
Returns the default createa action (popup)boolean
isNavigate()
boolean
isNone()
boolean
isPopup()
-
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
-
isNone
public boolean isNone()
-
isPopup
public boolean isPopup()
-
isNavigate
public boolean isNavigate()
-
getDefaultCreateAction
public static CreateAction getDefaultCreateAction(TopicMap tm)
Returns the default createa action (popup)
-
-