Package de.fzi.power.state
Interface PowerStateRepository
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,NamedElement
,Notifier
- All Known Implementing Classes:
PowerStateRepositoryImpl
public interface PowerStateRepository extends Entity
A representation of the model object ' Power State Repository'.The following features are supported:
- See Also:
StatePackage.getPowerStateRepository()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<PowerStateMachine>
getPowerStateMachines()
Returns the value of the 'Power State Machines' 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.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface de.fzi.power.util.NamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getPowerStateMachines
EList<PowerStateMachine> getPowerStateMachines()
Returns the value of the 'Power State Machines' containment reference list. The list contents are of typePowerStateMachine
. It is bidirectional and its opposite is 'Power State Repository
'.If the meaning of the 'Power State Machines' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Power State Machines' containment reference list.
- See Also:
StatePackage.getPowerStateRepository_PowerStateMachines()
,PowerStateMachine.getPowerStateRepository()
- Generated class or method.
- EMF model class or method.
- opposite="powerStateRepository" containment="true"
-
-