Package org.palladiosimulator.solver.spa
Interface ProcessBehaviour
- All Known Implementing Classes:
ProcessBehaviourImpl
A representation of the model object 'Process Behaviour'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Behaviour' containment reference.getName()
Returns the value of the 'Name' attribute.int
Returns the value of the 'Num Replicas' attribute.void
setBehaviour
(Expression value) Sets the value of the 'Behaviour
' containment reference.void
Sets the value of the 'Name
' attribute.void
setNumReplicas
(int value) Sets the value of the 'Num Replicas
' attribute.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
-
Method Details
-
getNumReplicas
int getNumReplicas()Returns the value of the 'Num Replicas' attribute.If the meaning of the 'Num Replicas' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Num Replicas' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setNumReplicas
void setNumReplicas(int value) Sets the value of the 'Num Replicas
' attribute.- Parameters:
value
- the new value of the 'Num Replicas' attribute.- See Also:
- Generated class or method.
-
getName
String getName()Returns the value of the 'Name' attribute. The default value is""
.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default=""
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
- Generated class or method.
-
getBehaviour
Expression getBehaviour()Returns the value of the 'Behaviour' containment reference.If the meaning of the 'Behaviour' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Behaviour' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setBehaviour
Sets the value of the 'Behaviour
' containment reference.- Parameters:
value
- the new value of the 'Behaviour' containment reference.- See Also:
- Generated class or method.
-