Interface LoadbalancingResourceDemandingBehaviour
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
,org.palladiosimulator.pcm.seff.ResourceDemandingBehaviour
- All Known Implementing Classes:
LoadbalancingResourceDemandingBehaviourImpl
public interface LoadbalancingResourceDemandingBehaviour extends EObject, org.palladiosimulator.pcm.seff.ResourceDemandingBehaviour
A representation of the model object 'Resource Demanding Behaviour'.The following features are supported:
- See Also:
LoadbalancingPackage.getLoadbalancingResourceDemandingBehaviour()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadbalancingBranchTransition
getLoadbalancingBranchTransition_LoadbalancingResourceDemandingBehaviour()
Returns the value of the 'Loadbalancing Branch Transition Loadbalancing Resource Demanding Behaviour' container reference.void
setLoadbalancingBranchTransition_LoadbalancingResourceDemandingBehaviour(LoadbalancingBranchTransition value)
Sets the value of the 'Loadbalancing Branch Transition Loadbalancing Resource Demanding Behaviour
' 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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface org.palladiosimulator.pcm.seff.ResourceDemandingBehaviour
getAbstractBranchTransition_ResourceDemandingBehaviour, getAbstractLoopAction_ResourceDemandingBehaviour, getSteps_Behaviour, setAbstractBranchTransition_ResourceDemandingBehaviour, setAbstractLoopAction_ResourceDemandingBehaviour
-
-
-
-
Method Detail
-
getLoadbalancingBranchTransition_LoadbalancingResourceDemandingBehaviour
LoadbalancingBranchTransition getLoadbalancingBranchTransition_LoadbalancingResourceDemandingBehaviour()
Returns the value of the 'Loadbalancing Branch Transition Loadbalancing Resource Demanding Behaviour' container reference. It is bidirectional and its opposite is 'Branch Behaviour Loadbalancing Branch Transition
'.If the meaning of the 'Loadbalancing Branch Transition Loadbalancing Resource Demanding Behaviour' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Loadbalancing Branch Transition Loadbalancing Resource Demanding Behaviour' container reference.
- See Also:
setLoadbalancingBranchTransition_LoadbalancingResourceDemandingBehaviour(LoadbalancingBranchTransition)
,LoadbalancingPackage.getLoadbalancingResourceDemandingBehaviour_LoadbalancingBranchTransition_LoadbalancingResourceDemandingBehaviour()
,LoadbalancingBranchTransition.getBranchBehaviour_LoadbalancingBranchTransition()
- Generated class or method.
- EMF model class or method.
- opposite="branchBehaviour_LoadbalancingBranchTransition" transient="false"
-
setLoadbalancingBranchTransition_LoadbalancingResourceDemandingBehaviour
void setLoadbalancingBranchTransition_LoadbalancingResourceDemandingBehaviour(LoadbalancingBranchTransition value)
Sets the value of the 'Loadbalancing Branch Transition Loadbalancing Resource Demanding Behaviour
' container reference.- Parameters:
value
- the new value of the 'Loadbalancing Branch Transition Loadbalancing Resource Demanding Behaviour' container reference.- See Also:
getLoadbalancingBranchTransition_LoadbalancingResourceDemandingBehaviour()
- Generated class or method.
-
-