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

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

public class MarkovChainImpl
extends EntityImpl
implements MarkovChain

An implementation of the model object 'Chain'.

The following features are implemented:


Field Summary
protected   states
          The cached value of the 'States' reference list.
protected   transitions
          The cached value of the 'Transitions' reference list.
 
Fields inherited from class de.uka.ipd.sdq.markov.impl.EntityImpl
name, NAME_EDEFAULT
 
Constructor Summary
protected MarkovChainImpl()
           
 
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)
           
  getStates()
           
  getTransitions()
           
 
Methods inherited from class de.uka.ipd.sdq.markov.impl.EntityImpl
getName, setName, toString
 
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

states

protected  states
The cached value of the 'States' reference list.

See Also:
getStates()

transitions

protected  transitions
The cached value of the 'Transitions' reference list.

See Also:
getTransitions()
Constructor Detail

MarkovChainImpl

protected MarkovChainImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class EntityImpl

getStates

public  getStates()

Specified by:
getStates in interface MarkovChain
Returns:
the value of the 'States' reference list.
See Also:
MarkovPackage.getMarkovChain_States()

getTransitions

public  getTransitions()

Specified by:
getTransitions in interface MarkovChain
Returns:
the value of the 'Transitions' reference list.
See Also:
MarkovPackage.getMarkovChain_Transitions()

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