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
,ResourceDemandingBehaviour
- All Known Implementing Classes:
ResourceDemandingInternalBehaviourImpl
public interface ResourceDemandingInternalBehaviour extends ResourceDemandingBehaviour
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:
SeffPackage.getResourceDemandingInternalBehaviour()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceDemandingSEFF
getResourceDemandingSEFF_ResourceDemandingInternalBehaviour()
Returns the value of the 'Resource Demanding SEFF Resource Demanding Internal Behaviour' container reference.void
setResourceDemandingSEFF_ResourceDemandingInternalBehaviour(ResourceDemandingSEFF value)
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface org.palladiosimulator.pcm.seff.ResourceDemandingBehaviour
EachActionExceptStartActionandStopActionMustHhaveAPredecessorAndSuccessor, ExactlyOneStartAction, ExactlyOneStopAction, getAbstractBranchTransition_ResourceDemandingBehaviour, getAbstractLoopAction_ResourceDemandingBehaviour, getSteps_Behaviour, setAbstractBranchTransition_ResourceDemandingBehaviour, setAbstractLoopAction_ResourceDemandingBehaviour
-
-
-
-
Field Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
Method Detail
-
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
'.If the meaning of the 'Resource Demanding SEFF Resource Demanding Internal Behaviour ' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Resource Demanding SEFF Resource Demanding Internal Behaviour' container reference.
- See Also:
setResourceDemandingSEFF_ResourceDemandingInternalBehaviour(ResourceDemandingSEFF)
,SeffPackage.getResourceDemandingInternalBehaviour_ResourceDemandingSEFF_ResourceDemandingInternalBehaviour()
,ResourceDemandingSEFF.getResourceDemandingInternalBehaviours()
- Generated class or method.
- EMF model class or method.
- opposite="resourceDemandingInternalBehaviours" required="true" transient="false" ordered="false"
-
setResourceDemandingSEFF_ResourceDemandingInternalBehaviour
void setResourceDemandingSEFF_ResourceDemandingInternalBehaviour(ResourceDemandingSEFF value)
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:
getResourceDemandingSEFF_ResourceDemandingInternalBehaviour()
- Generated class or method.
-
-