public static interface LPSEngine.CycleHandler
Modifier and Type | Method and Description |
---|---|
String |
handleCycle(int T,
TermModel[] fluents,
TermModel[] actions)
Notification that LPS is starting a cycle, reporting the current state and last actions, and returning input events for LPS to continue.
|
String handleCycle(int T, TermModel[] fluents, TermModel[] actions)
LPSEngine.go(String, String, String)
T
- the cycle about to startfluents
- actions
-