Package | Description |
---|---|
org.processmining.security.plugins.replayer | |
org.processmining.security.plugins.replayer.aStar | |
org.processmining.security.plugins.ui |
Modifier and Type | Method and Description |
---|---|
CompositeMoveType |
CompositeMove.getIDPStepType() |
static CompositeMoveType |
CompositeMoveType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompositeMoveType[] |
CompositeMoveType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
CostFunction.getCompositeMoveCost(CompositeMoveType stepType) |
double |
CostFunction.getCompositeMoveCost(CompositeMoveType stepType,
org.processmining.partialorder.models.palignment.Move move) |
Constructor and Description |
---|
CostFunction(java.util.HashMap<CompositeMoveType,java.lang.Double> cost) |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<CompositeMoveType,java.lang.Double> |
CostFunctionPanel.getCosts() |