|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ontopoly.model.Topic ontopoly.model.AbstractTypingTopic
public abstract class AbstractTypingTopic
INTERNAL: Common superclass for all typing topics, like association types, topic types, role types, etc. FIXME: Should there be another subtype for isHidden, isReadOnly etc?
Constructor Summary | |
---|---|
AbstractTypingTopic(TopicIF topicIF,
TopicMap tm)
Constructor. |
Method Summary | |
---|---|
abstract java.util.Collection<? extends FieldDefinition> |
getDeclaredByFields()
Returns the field definitions that are declared for this typing topic. |
abstract LocatorIF |
getLocatorIF()
Gets the LocatorIF for this typing topic. |
boolean |
isHidden()
Returns true if this typing topic is hidden. |
boolean |
isReadOnly()
Returns true if this typing topic is read-only. |
Methods inherited from class ontopoly.model.Topic |
---|
addTopicType, copyCharacteristics, equals, 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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractTypingTopic(TopicIF topicIF, TopicMap tm)
topicIF
- the TopicIF object associated with this topic.tm
- the TopicMap this topic belongs to.Method Detail |
---|
public abstract LocatorIF getLocatorIF()
public boolean isReadOnly()
public boolean isHidden()
public abstract java.util.Collection<? extends FieldDefinition> getDeclaredByFields()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |