|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectEObjectImpl
de.uka.ipd.sdq.markov.impl.EntityImpl
de.uka.ipd.sdq.markov.impl.MarkovChainImpl
public class MarkovChainImpl
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 |
|---|
protectedstates
States' reference list.
getStates()protectedtransitions
Transitions' reference list.
getTransitions()| Constructor Detail |
|---|
protected MarkovChainImpl()
| Method Detail |
|---|
protected EClass eStaticClass()
eStaticClass in class EntityImplpublicgetStates()
getStates in interface MarkovChainMarkovPackage.getMarkovChain_States()publicgetTransitions()
getTransitions in interface MarkovChainMarkovPackage.getMarkovChain_Transitions()
public Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class EntityImpl
public void eSet(int featureID,
Object newValue)
eSet in class EntityImplpublic void eUnset(int featureID)
eUnset in class EntityImplpublic boolean eIsSet(int featureID)
eIsSet in class EntityImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||