Package com.sodius.mdw.metamodel.sa
Interface Definition
-
- All Superinterfaces:
Comparable<Object>,org.eclipse.emf.ecore.EModelElement,EncyclopediaElement,org.eclipse.emf.ecore.EObject,IdentifiableElement,MDWEObject,MDWObject,org.eclipse.emf.common.notify.Notifier
public interface Definition extends IdentifiableElement
A representation of the model object 'Definition'.The following features are supported:
- See Also:
SaPackage.getDefinition()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncyclopediagetEncyclopedia()Returns the value of the 'Encyclopedia' reference.StringgetHierarchicalNumber()MetaItemgetMetaItem()Returns the value of the 'Meta Item' reference.MDWEList<Symbol>getSymbols()Returns the value of the 'Symbols' reference list.MDWList<Symbol>getSymbols(Diagram diagram)MDWList<Symbol>getSymbols(Diagram diagram, org.eclipse.emf.common.util.Enumerator type)booleanisInstanceOf(MetaItem metaItem)voidsetHierarchicalNumber(String value)voidsetMetaItem(MetaItem value)Sets the value of the 'Meta Item' reference.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.metamodel.sa.IdentifiableElement
addRelation, addRelation, createLinks, createLinks, getCardinality, getDate, getLink, getLink, getLinkedBy, getLinkedBy, getLinkedBy, getLinks, getLinks, getObjAuditId, getObjFQName, getObjId, getObjMajorTypeNum, getObjMinorTypeName, getObjMinorTypeNum, getObjName, getObjUpdateDate, getObjUpdateTime, getProperties, getProperty, getProperty, getProperty, getProperty, getReferenceDocuments, getRelatedBy, getRelatedBy, getRelation, getRelations, getRelations, isInstanceOf, setCardinality, setCardinality, setDate, setObjAuditId, setObjFQName, setObjId, setObjMajorTypeNum, setObjMinorTypeName, setObjMinorTypeNum, setObjName, setObjUpdateDate, setObjUpdateTime, setProperty, setProperty, setReferenceDocuments, setRelation
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
-
-
-
Method Detail
-
getEncyclopedia
Encyclopedia getEncyclopedia()
Returns the value of the 'Encyclopedia' reference. It is bidirectional and its opposite is 'Definitions'.- Returns:
- the value of the 'Encyclopedia' reference.
- See Also:
SaPackage.getDefinition_Encyclopedia(),Encyclopedia.getDefinitions()
-
getSymbols
MDWEList<Symbol> getSymbols()
Returns the value of the 'Symbols' reference list. The list contents are of typeSymbol. It is bidirectional and its opposite is 'Definition'.- Returns:
- the value of the 'Symbols' reference list.
- See Also:
SaPackage.getDefinition_Symbols(),Symbol.getDefinition()
-
getMetaItem
MetaItem getMetaItem()
Returns the value of the 'Meta Item' reference. It is bidirectional and its opposite is 'Instances'.- Returns:
- the value of the 'Meta Item' reference.
- See Also:
setMetaItem(MetaItem),SaPackage.getDefinition_MetaItem(),MetaItem.getInstances()
-
setMetaItem
void setMetaItem(MetaItem value)
Sets the value of the 'Meta Item' reference.- Parameters:
value- the new value of the 'Meta Item' reference.- See Also:
getMetaItem()
-
getHierarchicalNumber
String getHierarchicalNumber()
-
setHierarchicalNumber
void setHierarchicalNumber(String value)
-
getSymbols
MDWList<Symbol> getSymbols(Diagram diagram, org.eclipse.emf.common.util.Enumerator type)
-
isInstanceOf
boolean isInstanceOf(MetaItem metaItem)
-
-