Constructor and Description |
---|
BloomFilterBasedAlignmentCalculatorImpl(S initialStateInModel,
S finalStateInModel,
ModelSemantics<M,S,T> semantics,
PriceList<L,T> priceList) |
Modifier and Type | Class and Description |
---|---|
static class |
PriceList.NaiveImpl<L,T> |
Modifier and Type | Method and Description |
---|---|
static <L,T> PriceList<L,T> |
PriceList.Factory.construct(gnu.trove.map.TObjectDoubleMap<L> labelMoveCosts,
gnu.trove.map.TObjectDoubleMap<T> modelMoveCosts,
double unknownLabelCost,
double syncMoveCost,
java.util.Map<T,L> t2lMap) |
Modifier and Type | Method and Description |
---|---|
PriceList<L,T> |
PartialAlignmentStateTransitionFunctionImpl.getPriceList() |
Constructor and Description |
---|
PartialAlignmentNaiveHeuristicFunctionImpl(java.util.List<L> trace,
java.util.Collection<L> potentiallySynchronous,
PriceList<L,T> priceList) |
PartialAlignmentStateTransitionFunctionImpl(ModelSemantics<M,S,T> semantics,
java.util.List<L> trace,
PriceList<L,T> priceList) |
Modifier and Type | Method and Description |
---|---|
PriceList<L,T> |
IncrementalReplayerParametersImpl.getPriceList() |