public class Transition<M> extends Object implements Serializable
Transition()
Transition(M model, int from, int to)
int
getFrom()
M
getModel()
getTo()
void
setFrom(int from)
setModel(M model)
setTo(int to)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Transition()
public Transition(M model, int from, int to)
public M getModel()
public void setModel(M model)
public int getFrom()
public void setFrom(int from)
public int getTo()
public void setTo(int to)
Copyright © 2020 Joyqueue Community. All rights reserved.