|
||||||||||
| 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.TransitionImpl
public class TransitionImpl
An implementation of the model object 'Transition'.
The following features are implemented:
| Field Summary | |
|---|---|
protected State |
fromState
The cached value of the ' From State' reference. |
protected double |
probability
The cached value of the ' Probability' attribute. |
protected static double |
PROBABILITY_EDEFAULT
The default value of the ' Probability' attribute. |
protected State |
toState
The cached value of the ' To State' reference. |
| Fields inherited from class de.uka.ipd.sdq.markov.impl.EntityImpl |
|---|
name, NAME_EDEFAULT |
| Constructor Summary | |
|---|---|
protected |
TransitionImpl()
|
| Method Summary | |
|---|---|
State |
basicGetFromState()
|
State |
basicGetToState()
|
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)
|
State |
getFromState()
|
double |
getProbability()
|
State |
getToState()
|
void |
setFromState(State newFromState)
|
void |
setProbability(double newProbability)
|
void |
setToState(State newToState)
|
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 |
|---|
protected static final double PROBABILITY_EDEFAULT
Probability' attribute.
getProbability(),
Constant Field Valuesprotected double probability
Probability' attribute.
getProbability()protected State fromState
From State' reference.
getFromState()protected State toState
To State' reference.
getToState()| Constructor Detail |
|---|
protected TransitionImpl()
| Method Detail |
|---|
protected EClass eStaticClass()
eStaticClass in class EntityImplpublic double getProbability()
getProbability in interface TransitionTransition.setProbability(double),
MarkovPackage.getTransition_Probability()public void setProbability(double newProbability)
setProbability in interface TransitionnewProbability - the new value of the 'Probability' attribute.Transition.getProbability()public State getFromState()
getFromState in interface TransitionTransition.setFromState(State),
MarkovPackage.getTransition_FromState()public State basicGetFromState()
public void setFromState(State newFromState)
setFromState in interface TransitionnewFromState - the new value of the 'From State' reference.Transition.getFromState()public State getToState()
getToState in interface TransitionTransition.setToState(State),
MarkovPackage.getTransition_ToState()public State basicGetToState()
public void setToState(State newToState)
setToState in interface TransitionnewToState - the new value of the 'To State' reference.Transition.getToState()
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 EntityImplpublic String toString()
toString in class EntityImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||