de.uka.ipd.sdq.spa
Interface ProcessBehaviour

All Known Implementing Classes:
ProcessBehaviourImpl

public interface ProcessBehaviour

A representation of the model object 'Process Behaviour'.

The following features are supported:

See Also:
SpaPackage.getProcessBehaviour()

Method Summary
 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.
 

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()

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()

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()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

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()

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()