org.eclipse.etrice.core.room
Interface CPBranchTransition

All Superinterfaces:
NonInitialTransition, StateGraphItem, Transition
All Known Implementing Classes:
CPBranchTransitionImpl

public interface CPBranchTransition
extends NonInitialTransition

A representation of the model object 'CP Branch Transition'.

The following features are supported:

See Also:
RoomPackage.getCPBranchTransition()
EMF generated code
EMF model element

Method Summary
 DetailCode getCondition()
          Returns the value of the 'Condition' containment reference.
 void setCondition(DetailCode value)
          Sets the value of the 'Condition' containment reference.
 
Methods inherited from interface org.eclipse.etrice.core.room.NonInitialTransition
getFrom, setFrom
 
Methods inherited from interface org.eclipse.etrice.core.room.Transition
getAction, getDocu, getName, getTo, setAction, setDocu, setName, setTo
 

Method Detail

getCondition

DetailCode getCondition()
Returns the value of the 'Condition' containment reference.

If the meaning of the 'Condition' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Condition' containment reference.
See Also:
setCondition(DetailCode), RoomPackage.getCPBranchTransition_Condition()
EMF generated code
EMF model element
containment="true"

setCondition

void setCondition(DetailCode value)
Sets the value of the 'Condition' containment reference.

Parameters:
value - the new value of the 'Condition' containment reference.
See Also:
getCondition()
EMF generated code