public interface Encyclopedia extends EncyclopediaElement
The following features are supported:
SaPackage.getEncyclopedia()
Modifier and Type | Method and Description |
---|---|
Definition |
createDefinition(String name,
Enumerator type) |
Diagram |
createDiagram(String name,
Enumerator type) |
String |
getAuditId()
Returns the value of the 'Audit Id' attribute.
|
MDWEList<Content> |
getClasses()
Returns the value of the 'Classes' containment reference list.
|
Definition |
getDefinition(String name,
Enumerator type) |
Definition |
getDefinition(String name,
Enumerator type,
boolean createOnDemand) |
MDWEList<Definition> |
getDefinitions()
Returns the value of the 'Definitions' reference list.
|
MDWList<Definition> |
getDefinitions(Enumerator type) |
MDWList<Definition> |
getDefinitions(List<? extends Enumerator> types) |
Diagram |
getDiagram(String name,
Enumerator type) |
Diagram |
getDiagram(String name,
Enumerator type,
boolean createOnDemand) |
MDWEList<Diagram> |
getDiagrams()
Returns the value of the 'Diagrams' reference list.
|
MDWList<Diagram> |
getDiagrams(Enumerator type) |
MDWList<Diagram> |
getDiagrams(List<? extends Enumerator> types) |
String |
getPath()
Returns the value of the 'Path' attribute.
|
String |
getVersion()
Returns the value of the 'Version' attribute.
|
void |
setAuditId(String value)
Sets the value of the '
Audit Id ' attribute. |
void |
setPath(String value)
Sets the value of the '
Path ' attribute. |
void |
setVersion(String value)
Sets the value of the '
Version ' attribute. |
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
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
String getAuditId()
""
.
setAuditId(String)
,
SaPackage.getEncyclopedia_AuditId()
void setAuditId(String value)
Audit Id
' attribute.
value
- the new value of the 'Audit Id' attribute.getAuditId()
String getPath()
""
.
setPath(String)
,
SaPackage.getEncyclopedia_Path()
void setPath(String value)
Path
' attribute.
value
- the new value of the 'Path' attribute.getPath()
String getVersion()
""
.
setVersion(String)
,
SaPackage.getEncyclopedia_Version()
void setVersion(String value)
Version
' attribute.
value
- the new value of the 'Version' attribute.getVersion()
MDWEList<Content> getClasses()
Content
.
SaPackage.getEncyclopedia_Classes()
MDWEList<Diagram> getDiagrams()
Diagram
.
It is bidirectional and its opposite is 'Encyclopedia
'.
SaPackage.getEncyclopedia_Diagrams()
,
Diagram.getEncyclopedia()
MDWEList<Definition> getDefinitions()
Definition
.
It is bidirectional and its opposite is 'Encyclopedia
'.
SaPackage.getEncyclopedia_Definitions()
,
Definition.getEncyclopedia()
Definition createDefinition(String name, Enumerator type)
MDWList<Definition> getDefinitions(Enumerator type)
MDWList<Definition> getDefinitions(List<? extends Enumerator> types)
Definition getDefinition(String name, Enumerator type)
Definition getDefinition(String name, Enumerator type, boolean createOnDemand)
Diagram createDiagram(String name, Enumerator type)
MDWList<Diagram> getDiagrams(Enumerator type)
MDWList<Diagram> getDiagrams(List<? extends Enumerator> types)
Diagram getDiagram(String name, Enumerator type)
Diagram getDiagram(String name, Enumerator type, boolean createOnDemand)