de.uka.ipd.sdq.markov
Interface State

All Superinterfaces:
Entity
All Known Implementing Classes:
StateImpl

public interface State
extends Entity

A representation of the model object 'State'.

The following features are supported:

See Also:
MarkovPackage.getState()

Method Summary
 StateType getType()
          Returns the value of the 'Type' attribute.
 void setType(StateType value)
          Sets the value of the 'Type' attribute.
 
Methods inherited from interface de.uka.ipd.sdq.markov.Entity
getName, setName
 

Method Detail

getType

StateType getType()
Returns the value of the 'Type' attribute. The literals are from the enumeration StateType.

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

Returns:
the value of the 'Type' attribute.
See Also:
StateType, setType(StateType), MarkovPackage.getState_Type()

setType

void setType(StateType value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
StateType, getType()