Package | Description |
---|---|
org.processmining.onlineconformance.models |
Modifier and Type | Class and Description |
---|---|
static class |
Move.NaiveImpl<L,T> |
Modifier and Type | Method and Description |
---|---|
static <L,T> Move<L,T> |
Move.Factory.construct(L logMove,
T modelMove,
double cost) |
Move<L,T> |
PartialAlignment.State.getParentMove() |
Move<L,T> |
PartialAlignment.State.Impl.getParentMove() |
Modifier and Type | Method and Description |
---|---|
static <S,L,T> PartialAlignment.State<S,L,T> |
PartialAlignment.State.Factory.construct(S state,
int labs,
PartialAlignment.State<S,L,T> parent,
Move<L,T> move) |
Constructor and Description |
---|
Impl(S state,
int labs,
PartialAlignment.State<S,L,T> parent,
Move<L,T> move) |
Constructor and Description |
---|
NaiveImpl(java.util.List<Move<L,T>> alignment,
double cost,
PartialAlignment.State<S,L,T> correspondingState) |
NaiveImpl(java.util.List<Move<L,T>> alignment,
double cost,
PartialAlignment.State<S,L,T> correspondingState,
long enqueued,
int numIt,
double avgQueue,
long compTime,
double distToOpt,
boolean stateSpExpl,
long traversedEdges) |