Package jline.solvers.mam.handlers
Class ActionInfo
-
- All Implemented Interfaces:
public final class ActionInfo
-
-
Method Summary
Modifier and Type Method Description final IntegergetFromStation()final IntegergetFromClass()final IntegergetToStation()final IntegergetToClass()final DoublegetProb()final BooleanisNegative()-
-
Method Detail
-
getFromStation
final Integer getFromStation()
-
getFromClass
final Integer getFromClass()
-
getToStation
final Integer getToStation()
-
getToClass
final Integer getToClass()
-
isNegative
final Boolean isNegative()
-
-
-
-