org.biojava.bio.dp
public class TrainerTransition extends Object implements Serializable
It is hash-code-able, and has a sensible equality operator.
| Modifier and Type | Field and Description |
|---|---|
State |
from |
State |
to |
TransitionTrainer |
trainer |
| Constructor and Description |
|---|
TrainerTransition(TransitionTrainer trainer,
State from,
State to) |
public TransitionTrainer trainer
public State from
public State to
public TrainerTransition(TransitionTrainer trainer, State from, State to)
public boolean equals(Object o) throws ClassCastException
equals in class ObjectClassCastException