Package de.fzi.power.state
Interface TransitionState
-
- All Superinterfaces:
AbstractPowerState
,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:
TransitionStateImpl
public interface TransitionState extends AbstractPowerState
A representation of the model object 'Transition State'.The following features are supported:
- See Also:
StatePackage.getTransitionState()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PowerState
getInitialState()
Returns the value of the 'Initial State' reference.PowerState
getTargetState()
Returns the value of the 'Target State' reference.void
setInitialState(PowerState value)
Sets the value of the 'Initial State
' reference.void
setTargetState(PowerState value)
Sets the value of the 'Target State
' reference.-
Methods inherited from interface de.fzi.power.state.AbstractPowerState
getPowerStateMachine, setPowerStateMachine
-
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
-
getInitialState
PowerState getInitialState()
Returns the value of the 'Initial State' reference.If the meaning of the 'Initial State' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Initial State' reference.
- See Also:
setInitialState(PowerState)
,StatePackage.getTransitionState_InitialState()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setInitialState
void setInitialState(PowerState value)
Sets the value of the 'Initial State
' reference.- Parameters:
value
- the new value of the 'Initial State' reference.- See Also:
getInitialState()
- Generated class or method.
-
getTargetState
PowerState getTargetState()
Returns the value of the 'Target State' reference.If the meaning of the 'Target State' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Target State' reference.
- See Also:
setTargetState(PowerState)
,StatePackage.getTransitionState_TargetState()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setTargetState
void setTargetState(PowerState value)
Sets the value of the 'Target State
' reference.- Parameters:
value
- the new value of the 'Target State' reference.- See Also:
getTargetState()
- Generated class or method.
-
-