|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HNSubSet | |
---|---|
org.processmining.framework.models.heuristics | |
org.processmining.mining.geneticmining.population.duplicates | |
org.processmining.mining.heuristicsmining |
Uses of HNSubSet in org.processmining.framework.models.heuristics |
---|
Fields in org.processmining.framework.models.heuristics declared as HNSubSet | |
---|---|
protected HNSubSet |
ContinuousSemanticsParser.disabledElements
|
Methods in org.processmining.framework.models.heuristics that return HNSubSet | |
---|---|
static HNSubSet[] |
HeuristicsNet.buildReverseDuplicatesMapping(int[] duplicatesMapping)
Builds a reverse mapping to an array of duplicates mapping. |
HNSubSet |
HNSubSet.deepCopy()
|
HNSubSet |
HNSet.get(int index)
|
HNSubSet |
HeuristicsNet.getAllElementsInputSet(int index)
Returns the union set of all int in the subset of the input set at " index". |
HNSubSet |
HeuristicsNet.getAllElementsOutputSet(int index)
Returns the union set of all int in the subset of the output set at " index". |
HNSubSet |
MarkingHeuristicsNet.getCurrentEnabledElements()
Returns the current enabled elements at the current marking. |
HNSubSet |
ContinuousSemanticsParser.getDisabledElements()
|
HNSubSet |
StopSemanticsParser.getDisabledElements()
|
HNSubSet |
HeuristicsNet.getInputSetWithElement(int index,
int element)
Retrieves a subset from an INPUT set of "index". |
HNSubSet |
HeuristicsNet.getOutputSetWithElement(int index,
int element)
Retrieves a subset from an OUTPUT set of "index". |
HNSubSet[] |
HeuristicsNet.getReverseDuplicatesMapping()
|
static HNSubSet |
HNSet.getUnionSet(HNSet set)
|
Methods in org.processmining.framework.models.heuristics with parameters of type HNSubSet | |
---|---|
void |
HNSet.add(HNSubSet subset)
|
void |
HNSubSet.addAll(HNSubSet toAdd)
|
boolean |
HNSet.contains(HNSubSet subset)
|
void |
HeuristicsNet.increaseArcUsage(int element,
HNSubSet usedInputElements,
int amount)
|
void |
HNSet.remove(HNSubSet subset)
|
void |
HNSubSet.removeAll(HNSubSet toRemove)
|
static cern.colt.matrix.DoubleMatrix1D |
HNSubSet.toDoubleMatrix1D(HNSubSet elements,
int size)
|
Constructors in org.processmining.framework.models.heuristics with parameters of type HNSubSet | |
---|---|
HeuristicsNet(LogEvents events,
int[] duplicatesMapping,
HNSubSet[] reverseDuplicatesMapping)
This method builds a net that may contain duplicate tasks. |
Uses of HNSubSet in org.processmining.mining.geneticmining.population.duplicates |
---|
Methods in org.processmining.mining.geneticmining.population.duplicates that return HNSubSet | |
---|---|
HNSubSet[] |
DTGeneticMiningMatrices.getReverseDuplicatesMapping()
|
HNSubSet[] |
DTGeneticMiningMatricesNoDuplicateTasks.getReverseDuplicatesMapping()
Returns the mapping from the task code in the LogReader object that was provided to the constructor of this class to the task code in the individuals. |
HNSubSet[] |
DTGeneticMiningMatricesWithHeuristics.getReverseDuplicatesMapping()
Returns the mapping from the task code in the LogReader object that was provided to the constructor of this class to the task code in the individuals. |
HNSubSet[] |
DTGeneticMiningMatricesWithHeuristicsTasksArcs.getReverseDuplicatesMapping()
Returns the mapping from the task code in the LogReader object that was provided to the constructor of this class to the task code in the individuals. |
HNSubSet[] |
DTGeneticMiningMatricesWithMinimalHeuristics.getReverseDuplicatesMapping()
Returns the mapping from the task code in the LogReader object that was provided to the constructor of this class to the task code in the individuals. |
Uses of HNSubSet in org.processmining.mining.heuristicsmining |
---|
Methods in org.processmining.mining.heuristicsmining with parameters of type HNSubSet | |
---|---|
HNSet |
HeuristicsMiner.buildOrInputSets(int ownerE,
HNSubSet inputSet)
|
HNSet |
HeuristicsMiner.buildOrOutputSets(int ownerE,
HNSubSet outputSet)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |