Package de.fzi.power.binding
Interface TransitionStateBinding
-
- All Superinterfaces:
AbstractPowerStateBinding,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:
TransitionStateBindingImpl
public interface TransitionStateBinding extends AbstractPowerStateBinding
A representation of the model object ' Transition State Binding'.The following features are supported:
- See Also:
BindingPackage.getTransitionStateBinding()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConsumptionBehaviorgetTransitionConsumption()Returns the value of the 'Transition Consumption' containment reference.TransitionStategetTransitionState()Returns the value of the 'Transition State' reference.voidsetTransitionConsumption(ConsumptionBehavior value)Sets the value of the 'Transition Consumption' containment reference.voidsetTransitionState(TransitionState value)Sets the value of the 'Transition State' reference.-
Methods inherited from interface de.fzi.power.binding.AbstractPowerStateBinding
getStatefulResourcePowerBinding, setStatefulResourcePowerBinding
-
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
-
getTransitionState
TransitionState getTransitionState()
Returns the value of the 'Transition State' reference.If the meaning of the 'Transition State' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Transition State' reference.
- See Also:
setTransitionState(TransitionState),BindingPackage.getTransitionStateBinding_TransitionState()- Generated class or method.
- EMF model class or method.
- required="true"
-
setTransitionState
void setTransitionState(TransitionState value)
Sets the value of the 'Transition State' reference.- Parameters:
value- the new value of the 'Transition State' reference.- See Also:
getTransitionState()- Generated class or method.
-
getTransitionConsumption
ConsumptionBehavior getTransitionConsumption()
Returns the value of the 'Transition Consumption' containment reference.If the meaning of the 'Transition Consumption' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Transition Consumption' containment reference.
- See Also:
setTransitionConsumption(ConsumptionBehavior),BindingPackage.getTransitionStateBinding_TransitionConsumption()- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setTransitionConsumption
void setTransitionConsumption(ConsumptionBehavior value)
Sets the value of the 'Transition Consumption' containment reference.- Parameters:
value- the new value of the 'Transition Consumption' containment reference.- See Also:
getTransitionConsumption()- Generated class or method.
-
-