Interface ContextCharacteristic
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,org.palladiosimulator.pcm.dataprocessing.dataprocessing.characteristics.Characteristic,EObject,de.uka.ipd.sdq.identifier.Identifier,Notifier
- All Known Implementing Classes:
ContextCharacteristicImpl
public interface ContextCharacteristic extends org.palladiosimulator.pcm.dataprocessing.dataprocessing.characteristics.CharacteristicA representation of the model object 'Characteristic'.The following features are supported:
- See Also:
ContextPackage.getContextCharacteristic()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<Context>getContext()Returns the value of the 'Context' 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.pcm.dataprocessing.dataprocessing.characteristics.Characteristic
getCharacteristicType, setCharacteristicType
-
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
-
getContext
EList<Context> getContext()
Returns the value of the 'Context' reference list. The list contents are of typeContext.- Returns:
- the value of the 'Context' reference list.
- See Also:
ContextPackage.getContextCharacteristic_Context()- Generated class or method.
- EMF model class or method.
-
-