Package de.fzi.power.state
Interface PowerStateMachine
-
- 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:
PowerStateMachineImpl
public interface PowerStateMachine extends Entity
A representation of the model object 'Power State Machine '.The following features are supported:
- See Also:
StatePackage.getPowerStateMachine()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PowerStateRepository
getPowerStateRepository()
Returns the value of the 'Power State Repository' container reference.EList<AbstractPowerState>
getPowerStates()
Returns the value of the 'Power States' containment reference list.void
setPowerStateRepository(PowerStateRepository value)
Sets the value of the 'Power State Repository
' container reference.-
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
-
getPowerStateRepository
PowerStateRepository getPowerStateRepository()
Returns the value of the 'Power State Repository' container reference. It is bidirectional and its opposite is 'Power State Machines
'.If the meaning of the 'Power State Repository' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Power State Repository' container reference.
- See Also:
setPowerStateRepository(PowerStateRepository)
,StatePackage.getPowerStateMachine_PowerStateRepository()
,PowerStateRepository.getPowerStateMachines()
- Generated class or method.
- EMF model class or method.
- opposite="powerStateMachines" transient="false"
-
setPowerStateRepository
void setPowerStateRepository(PowerStateRepository value)
Sets the value of the 'Power State Repository
' container reference.- Parameters:
value
- the new value of the 'Power State Repository' container reference.- See Also:
getPowerStateRepository()
- Generated class or method.
-
getPowerStates
EList<AbstractPowerState> getPowerStates()
Returns the value of the 'Power States' containment reference list. The list contents are of typeAbstractPowerState
. It is bidirectional and its opposite is 'Power State Machine
'.If the meaning of the 'Power States' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Power States' containment reference list.
- See Also:
StatePackage.getPowerStateMachine_PowerStates()
,AbstractPowerState.getPowerStateMachine()
- Generated class or method.
- EMF model class or method.
- opposite="powerStateMachine" containment="true" required="true"
-
-