Package org.palladiosimulator.pcm.seff
Interface ResourceDemandingInternalBehaviour
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
,PCMBaseClass
,PCMClass
,ResourceDemandingBehaviour
- All Known Implementing Classes:
ResourceDemandingInternalBehaviourImpl
A representation of the model object 'Resource Demanding Internal Behaviour'.
Class representing component-internal behaviour not accessible from the component's interface. Comparable to internal method in object-oriented programming. This behaviour can be called from within a resource demanding behaviour using an InternalCallAction.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Resource Demanding SEFF Resource Demanding Internal Behaviour' container reference.void
Sets the value of the 'Resource Demanding SEFF Resource Demanding Internal 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 de.uka.ipd.sdq.identifier.Identifier
getId, setId
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, startActionNeedsRouteToStopAction
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getResourceDemandingSEFF_ResourceDemandingInternalBehaviour
ResourceDemandingSEFF getResourceDemandingSEFF_ResourceDemandingInternalBehaviour()Returns the value of the 'Resource Demanding SEFF Resource Demanding Internal Behaviour' container reference. It is bidirectional and its opposite is 'Resource Demanding Internal Behaviours
'.- Returns:
- the value of the 'Resource Demanding SEFF Resource Demanding Internal Behaviour' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="resourceDemandingInternalBehaviours" required="true" transient="false" ordered="false"
-
setResourceDemandingSEFF_ResourceDemandingInternalBehaviour
Sets the value of the 'Resource Demanding SEFF Resource Demanding Internal Behaviour
' container reference.- Parameters:
value
- the new value of the 'Resource Demanding SEFF Resource Demanding Internal Behaviour' container reference.- See Also:
- Generated class or method.
-