org.eclipse.etrice.core.room
Interface RefinedState

All Superinterfaces:
State, StateGraphItem, StateGraphNode
All Known Implementing Classes:
RefinedStateImpl

public interface RefinedState
extends State

A representation of the model object 'Refined State'.

The following features are supported:

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

Method Summary
 BaseState getBase()
          Returns the value of the 'Base' reference.
 void setBase(BaseState value)
          Sets the value of the 'Base' reference.
 
Methods inherited from interface org.eclipse.etrice.core.room.State
getDoCode, getDocu, getEntryCode, getExitCode, getName, getSubgraph, setDoCode, setDocu, setEntryCode, setExitCode, setSubgraph
 

Method Detail

getBase

BaseState getBase()
Returns the value of the 'Base' reference.

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

Returns:
the value of the 'Base' reference.
See Also:
setBase(BaseState), RoomPackage.getRefinedState_Base()
EMF generated code
EMF model element

setBase

void setBase(BaseState value)
Sets the value of the 'Base' reference.

Parameters:
value - the new value of the 'Base' reference.
See Also:
getBase()
EMF generated code