Modifier and Type | Method and Description |
---|---|
HNSubSet |
HeuristicsNet.getAllElementsInputSet(int index)
Retrieves a set containing all the input activities of a given activity.
|
HNSubSet |
HeuristicsNet.getAllElementsOutputSet(int index)
Retrieves a set containing all the output activities of a given activity.
|
HNSubSet |
HeuristicsNet.getEndActivities()
Retrieves the current set of end activities for this
HeuristicsNet object. |
HNSubSet |
HeuristicsNet.getEndActivities(java.util.Map<java.lang.Integer,java.lang.Integer> oldNewIndexMap) |
HNSubSet |
HeuristicsNet.getStartActivities()
Retrieves the current set of start activities for this
HeuristicsNet object. |
HNSubSet |
HeuristicsNet.getStartActivities(java.util.Map<java.lang.Integer,java.lang.Integer> oldNewIndexMap) |
Modifier and Type | Method and Description |
---|---|
void |
HeuristicsNet.increaseArcUsage(int activity,
HNSubSet usedInputActivities,
int amount)
Increases arc usage in this
HeuristicsNet object. |
void |
HeuristicsNet.setEndActivities(HNSubSet activities)
Sets the end activities of this
HeuristicsNet object. |
void |
HeuristicsNet.setStartActivities(HNSubSet activities)
Sets the start activities of this
HeuristicsNet object. |
Modifier and Type | Method and Description |
---|---|
HNSubSet |
HNSubSet.deepCopy()
Creates a deep copy of this
HNSubSet object |
HNSubSet |
HNSubSet.deepCopy(java.util.Map<java.lang.Integer,java.lang.Integer> oldNewIndexMap) |
HNSubSet |
HNSet.get(int index)
Retrieves the
HNSubSet object at a given position in this
HNSet object |
HNSubSet |
HeuristicsNetImpl.getAllElementsInputSet(int index) |
HNSubSet |
HeuristicsNetImpl.getAllElementsOutputSet(int index) |
HNSubSet |
MarkingHeuristicsNet.getCurrentEnabledElements()
Retrieves the current enabled activities for this current marking.
|
HNSubSet |
HeuristicsNetImpl.getEndActivities() |
HNSubSet |
HeuristicsNetImpl.getEndActivities(java.util.Map<java.lang.Integer,java.lang.Integer> oldNewIndexMap) |
HNSubSet |
HeuristicsNetImpl.getStartActivities() |
HNSubSet |
HeuristicsNetImpl.getStartActivities(java.util.Map<java.lang.Integer,java.lang.Integer> oldNewIndexMap) |
static HNSubSet |
HNSet.getUnionSet(HNSet set)
Calculates the union set of all the subsets contained in the given
HNSet object |
Modifier and Type | Method and Description |
---|---|
java.util.Map<org.deckfour.xes.classification.XEventClass,HNSubSet> |
ActivitiesMappingStructures.getReverseActivitiesMapping()
Retrieves the current mapping from
XEventClass events to
activities. |
Modifier and Type | Method and Description |
---|---|
void |
HNSet.add(HNSubSet subset)
Adds a given subset to this
HNSet object |
void |
HNSubSet.addAll(HNSubSet toAdd)
Adds all the values in a given
HNSubSet object to this
HNSubSet object |
int |
HNSubSet.compareTo(HNSubSet set)
Compares a given
HNSubSet object with this
HNSubSet object. |
boolean |
HNSet.contains(HNSubSet subset)
Checks if a certain subset is already contained in this
HNSet object |
void |
HeuristicsNetImpl.increaseArcUsage(int activity,
HNSubSet usedInputActivities,
int amount) |
void |
HNSet.remove(HNSubSet subset)
Removes a given subset of this
HNSet object |
void |
HNSubSet.removeAll(HNSubSet toRemove)
Removes from this
HNSubSet object all the values that are
contained in a given HNSubSet object |
void |
HeuristicsNetImpl.setEndActivities(HNSubSet activities) |
void |
HeuristicsNetImpl.setStartActivities(HNSubSet activities) |
Modifier and Type | Method and Description |
---|---|
HNSubSet[] |
HeuristicsMetrics.getInputSet() |
HNSubSet |
HeuristicsMetrics.getInputSet(int x) |
HNSubSet[] |
HeuristicsMetrics.getOutputSet() |
HNSubSet |
HeuristicsMetrics.getOutputSet(int x) |
Modifier and Type | Method and Description |
---|---|
HNSet |
HeuristicsMiner.buildOrInputSets(int ownerE,
HNSubSet inputSet,
HeuristicsMetrics metrics) |
HNSet |
HeuristicsMiner.buildOrOutputSets(int ownerE,
HNSubSet outputSet,
HeuristicsMetrics metrics) |
java.util.ArrayList<java.lang.Integer> |
FlexibleHeuristicsMiner.intersection(java.util.HashSet<java.lang.String> list1,
HNSubSet list2) |
Modifier and Type | Field and Description |
---|---|
protected HNSubSet |
Operator.elements |
Modifier and Type | Method and Description |
---|---|
HNSubSet |
Operator.getElements() |
Constructor and Description |
---|
Join(int mainElement,
HNSubSet otherElements) |
Operator(int mainElement,
HNSubSet otherElements) |
Split(int mainElement,
HNSubSet otherElements) |