ujf.verimag.bip.Core.ActionLanguage.Expressions
Interface StateReference

All Superinterfaces:
Action, Expression
All Known Implementing Classes:
StateReferenceImpl

public interface StateReference
extends Expression

A representation of the model object 'State Reference'.

The following features are supported:

See Also:
ExpressionsPackage.getStateReference()

Method Summary
 State getTargetState()
          Returns the value of the 'Target State' reference.
 void setTargetState(State value)
          Sets the value of the 'Target State' reference.
 

Method Detail

getTargetState

State getTargetState()
Returns the value of the 'Target State' reference.

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

Returns:
the value of the 'Target State' reference.
See Also:
setTargetState(State), ExpressionsPackage.getStateReference_TargetState()

setTargetState

void setTargetState(State value)
Sets the value of the 'Target State' reference.

Parameters:
value - the new value of the 'Target State' reference.
See Also:
getTargetState()