Package org.palladiosimulator.solver.spa
Interface ProcessBehaviour
-
- All Known Implementing Classes:
ProcessBehaviourImpl
public interface ProcessBehaviour extends EObject
A representation of the model object 'Process Behaviour'.The following features are supported:
- See Also:
SpaPackage.getProcessBehaviour()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Expression
getBehaviour()
Returns the value of the 'Behaviour' containment reference.String
getName()
Returns the value of the 'Name' attribute.int
getNumReplicas()
Returns the value of the 'Num Replicas' attribute.void
setBehaviour(Expression value)
Sets the value of the 'Behaviour
' containment reference.void
setName(String value)
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 Detail
-
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:
setNumReplicas(int)
,SpaPackage.getProcessBehaviour_NumReplicas()
- 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:
getNumReplicas()
- 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:
setName(String)
,SpaPackage.getProcessBehaviour_Name()
- Generated class or method.
- EMF model class or method.
- default=""
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
- 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:
setBehaviour(Expression)
,SpaPackage.getProcessBehaviour_Behaviour()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setBehaviour
void setBehaviour(Expression value)
Sets the value of the 'Behaviour
' containment reference.- Parameters:
value
- the new value of the 'Behaviour' containment reference.- See Also:
getBehaviour()
- Generated class or method.
-
-