org.biojava.bio.dp
Class TransitionEvent
java.lang.Object
|
+--java.util.EventObject
|
+--org.biojava.bio.dp.ModelChangeEvent
|
+--org.biojava.bio.dp.TransitionEvent
- public class TransitionEvent
- extends ModelChangeEvent
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
TransitionEvent
public TransitionEvent(MarkovModel sourceModel,
State start,
State end)
TransitionEvent
public TransitionEvent(MarkovModel sourceModel,
State start,
State end,
double oldScore,
double newScore)
getStart
public State getStart()
getEnd
public State getEnd()
getOldScore
public double getOldScore()
getNewScore
public double getNewScore()