L
- type of labelT
- type of transitionpublic interface PriceList<L,T>
Modifier and Type | Interface and Description |
---|---|
static class |
PriceList.Factory |
static class |
PriceList.NaiveImpl<L,T> |
Modifier and Type | Method and Description |
---|---|
double |
getPriceOfLabel(L l) |
double |
getPriceOfSynchronous() |
double |
getPriceOfTransition(T t) |
java.util.Map<T,L> |
getTransitionToLabelsMap() |