Package | Description |
---|---|
org.processmining.models.heuristics | |
org.processmining.models.heuristics.impl | |
org.processmining.plugins.heuristicsnet.miner.heuristics.miner |
Modifier and Type | Method and Description |
---|---|
HNSet |
HeuristicsNet.getInputSet(int index)
Retrieves the input set of a given activity in this
HeuristicsNet object. |
HNSet[] |
HeuristicsNet.getInputSets()
Retrieves the array that contains all the input sets of the activities
for this
HeuristicsNet object. |
HNSet |
HeuristicsNet.getInputSetsWithElement(int index,
int element)
Retrieves subsets from an input set of an activity.
|
HNSet |
HeuristicsNet.getOutputSet(int index)
Retrieves the output set of a given activity in this
HeuristicsNet object. |
HNSet[] |
HeuristicsNet.getOutputSets()
Retrieves the array that contains all the output sets of the activities
for this
HeuristicsNet object. |
HNSet |
HeuristicsNet.getOutputSetsWithElement(int index,
int element)
Retrieves subsets from an output set of an activity.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HeuristicsNet.setInputSet(int index,
HNSet sets)
Sets the input sets of a given activity in this
HeuristicsNet object. |
boolean |
HeuristicsNet.setOutputSet(int index,
HNSet sets)
Sets the output sets of a given activity in this
HeuristicsNet object. |
Modifier and Type | Method and Description |
---|---|
HNSet |
HNSet.deepCopy()
Creates a deep copy of this
HNSet object |
HNSet |
HNSet.deepCopy(java.util.Map<java.lang.Integer,java.lang.Integer> oldNewIndexMap) |
HNSet |
HeuristicsNetImpl.getInputSet(int index) |
HNSet[] |
HeuristicsNetImpl.getInputSets() |
HNSet |
HeuristicsNetImpl.getInputSetsWithElement(int index,
int element) |
HNSet |
HeuristicsNetImpl.getOutputSet(int index) |
HNSet[] |
HeuristicsNetImpl.getOutputSets() |
HNSet |
HeuristicsNetImpl.getOutputSetsWithElement(int index,
int element) |
static HNSet |
HNSet.removeElementFromSubsets(HNSet set,
int element)
Removes a given element from all the subsets contained in the provided
HNSet object |
Modifier and Type | Method and Description |
---|---|
void |
HNSet.addAll(HNSet setToInclude)
Adds all the subsets in a given
HNSet object to this
HNSet object |
static int[] |
HeuristicsNetImpl.getElements(HNSet set)
Returns an array contains all the activities that are in the subset of
the HNSet structure.
|
static HNSubSet |
HNSet.getUnionSet(HNSet set)
Calculates the union set of all the subsets contained in the given
HNSet object |
void |
HNSet.removeAll(HNSet toRemove)
Removes from this
HNSet object all the subsets that are
contained in a given HNSet object |
static HNSet |
HNSet.removeElementFromSubsets(HNSet set,
int element)
Removes a given element from all the subsets contained in the provided
HNSet object |
boolean |
HeuristicsNetImpl.setInputSet(int index,
HNSet sets) |
boolean |
HeuristicsNetImpl.setOutputSet(int index,
HNSet sets) |
Modifier and Type | Method and Description |
---|---|
HNSet |
HeuristicsMiner.buildOrInputSets(int ownerE,
HNSubSet inputSet,
HeuristicsMetrics metrics) |
HNSet |
HeuristicsMiner.buildOrOutputSets(int ownerE,
HNSubSet outputSet,
HeuristicsMetrics metrics) |