Package jline.solvers.env
Class RenvEvent
-
-
Field Summary
Fields Modifier and Type Field Description public Event
event
protected int
node
protected EventType
event
protected int
jobclass
protected double
prob
protected SerializableFunction<Pair<Map<Node, Matrix>, Map<Node, Matrix>>, Double>
probFun
protected Matrix
state
protected double
t
protected double
job
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class jline.lang.Event
getEvent, getJob, getJobClass, getNode, getProb, getProb, getProbFun, getState, getT, setEvent, setJob, setJobClass, setNode, setProb, setProbFun, setState, setT
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-