Interface DataDictionaryCharacterized
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,DataDictionary
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
- All Known Implementing Classes:
DataDictionaryCharacterizedImpl
A representation of the model object 'Data Dictionary Characterized'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Behavior Definitions' containment reference list.Returns the value of the 'Characteristics' containment reference list.Returns the value of the 'Characteristic Types' containment reference list.Returns the value of the 'Enumerations' containment reference list.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
Methods inherited from interface org.palladiosimulator.dataflow.dictionary.DataDictionary.DataDictionary
getEntries
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 de.uka.ipd.sdq.identifier.Identifier
getId, setId
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getCharacteristicTypes
EList<CharacteristicType> getCharacteristicTypes()Returns the value of the 'Characteristic Types' containment reference list. The list contents are of typeCharacteristicType
.- Returns:
- the value of the 'Characteristic Types' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getEnumerations
EList<Enumeration> getEnumerations()Returns the value of the 'Enumerations' containment reference list. The list contents are of typeEnumeration
.- Returns:
- the value of the 'Enumerations' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getBehaviorDefinitions
EList<BehaviorDefinition> getBehaviorDefinitions()Returns the value of the 'Behavior Definitions' containment reference list. The list contents are of typeBehaviorDefinition
.- Returns:
- the value of the 'Behavior Definitions' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getCharacteristics
EList<Characteristic> getCharacteristics()Returns the value of the 'Characteristics' containment reference list. The list contents are of typeCharacteristic
.- Returns:
- the value of the 'Characteristics' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-