L - type of "event label"T - type of transition in model, i.e., model part of movepublic interface Move<L,T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Move.Factory |
static class |
Move.NaiveImpl<L,T> |
static class |
Move.Type |
static class |
Move.Util |
| Modifier and Type | Method and Description |
|---|---|
double |
getCost() |
L |
getEventLabel() |
T |
getTransition() |
Move.Type |
getType() |