de.uka.ipd.sdq.markov.impl
Class StateImpl

java.lang.Object
  extended by EObjectImpl
      extended by de.uka.ipd.sdq.markov.impl.EntityImpl
          extended by de.uka.ipd.sdq.markov.impl.StateImpl
All Implemented Interfaces:
Entity, State

public class StateImpl
extends EntityImpl
implements State

An implementation of the model object 'State'.

The following features are implemented:


Field Summary
protected  StateType type
          The cached value of the 'Type' attribute.
protected static StateType TYPE_EDEFAULT
          The default value of the 'Type' attribute.
 
Fields inherited from class de.uka.ipd.sdq.markov.impl.EntityImpl
name, NAME_EDEFAULT
 
Constructor Summary
protected StateImpl()
           
 
Method Summary
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 StateType getType()
           
 void setType(StateType newType)
           
 String toString()
           
 
Methods inherited from class de.uka.ipd.sdq.markov.impl.EntityImpl
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.uka.ipd.sdq.markov.Entity
getName, setName
 

Field Detail

TYPE_EDEFAULT

protected static final StateType TYPE_EDEFAULT
The default value of the 'Type' attribute.

See Also:
getType()

type

protected StateType type
The cached value of the 'Type' attribute.

See Also:
getType()
Constructor Detail

StateImpl

protected StateImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class EntityImpl

getType

public StateType getType()

Specified by:
getType in interface State
Returns:
the value of the 'Type' attribute.
See Also:
StateType, State.setType(StateType), MarkovPackage.getState_Type()

setType

public void setType(StateType newType)

Specified by:
setType in interface State
Parameters:
newType - the new value of the 'Type' attribute.
See Also:
StateType, State.getType()

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)

Overrides:
eGet in class EntityImpl

eSet

public void eSet(int featureID,
                 Object newValue)

Overrides:
eSet in class EntityImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class EntityImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class EntityImpl

toString

public String toString()

Overrides:
toString in class EntityImpl