Interface DataDictionaryCharacterized
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,org.palladiosimulator.dataflow.dictionary.DataDictionary.DataDictionary
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
- All Known Implementing Classes:
DataDictionaryCharacterizedImpl
public interface DataDictionaryCharacterized extends org.palladiosimulator.dataflow.dictionary.DataDictionary.DataDictionary
A representation of the model object 'Data Dictionary Characterized'.The following features are supported:
- See Also:
DataDictionaryCharacterizedPackage.getDataDictionaryCharacterized()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<BehaviorDefinition>
getBehaviorDefinitions()
Returns the value of the 'Behavior Definitions' containment reference list.EList<Characteristic>
getCharacteristics()
Returns the value of the 'Characteristics' containment reference list.EList<CharacteristicType>
getCharacteristicTypes()
Returns the value of the 'Characteristic Types' containment reference list.EList<Enumeration>
getEnumerations()
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
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:
DataDictionaryCharacterizedPackage.getDataDictionaryCharacterized_CharacteristicTypes()
- 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:
DataDictionaryCharacterizedPackage.getDataDictionaryCharacterized_Enumerations()
- 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:
DataDictionaryCharacterizedPackage.getDataDictionaryCharacterized_BehaviorDefinitions()
- 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:
DataDictionaryCharacterizedPackage.getDataDictionaryCharacterized_Characteristics()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
-