Package | Description |
---|---|
org.processmining.xlu.matching.plugins.alg | |
org.processmining.xlu.matching.plugins.alg.conf.impl | |
org.processmining.xlu.matching.plugins.alg.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
HeuristicStrategy |
Modifier and Type | Method and Description |
---|---|
CostStrategy |
EGMatchConfiguration.getCostStrategy() |
CostStrategy |
MatchingAlg.getCostStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
MatchingAlg.setCostFunction(CostStrategy costfunc) |
void |
EGMatchConfiguration.setCostStrategy(CostStrategy costfunction) |
Modifier and Type | Method and Description |
---|---|
CostStrategy |
EGMatchConfigurationImpl.getCostStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
EGMatchConfigurationImpl.setCostStrategy(CostStrategy costfunction) |
Modifier and Type | Class and Description |
---|---|
class |
CostFunctionImpl |
class |
CostFunctionNeighborAsMultisetImpl |
class |
CostHeuristicFunctionComplexImpl
This class implements a cost function that is independent of the mapped nodes
given by the mapping.
|
class |
CostHeuristicFunctionSimpleImpl
This class implements a cost function that is independent of the mapped nodes
given by the mapping.
|
class |
CostStrategyAbstract |
Modifier and Type | Method and Description |
---|---|
CostStrategy |
MatchingAlgAbstract.getCostStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
MatchingAlgAbstract.setCostFunction(CostStrategy costfunc) |