|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dmc | |
---|---|
org.processmining.mining.dmcscanning | |
org.processmining.mining.dmcscanning.aggregation | |
org.processmining.mining.dmcscanning.ui |
Uses of Dmc in org.processmining.mining.dmcscanning |
---|
Fields in org.processmining.mining.dmcscanning with type parameters of type Dmc | |
---|---|
protected java.util.TreeSet<Dmc> |
DmcSet.allDMCs
the arraylist allDMCs is to contain references to all DMCs contained in the order of their having been added. |
protected java.util.HashSet<Dmc> |
Admc.dmcs
member attributes |
Methods in org.processmining.mining.dmcscanning that return types with arguments of type Dmc | |
---|---|
java.util.Iterator<Dmc> |
Admc.allInProcessInstanceIterator(java.lang.String processId,
java.lang.String processInstanceId)
|
java.util.HashSet<Dmc> |
Admc.getAllInProcessInstance(java.lang.String processId,
java.lang.String processInstanceId)
Retrieves all DMCs in this ADMC within a specific process instance |
java.util.HashSet<Dmc> |
Admc.getDMCs()
|
java.util.Iterator<Dmc> |
Admc.iterator()
|
Methods in org.processmining.mining.dmcscanning with parameters of type Dmc | |
---|---|
int |
AdmcSet.add(Dmc aDmc)
Attempts to merge a DMC with all included ADMCs. |
boolean |
Admc.addIfMatches(Dmc aDmc)
Attempts to add a DMC to this aggregate set if footprints match. |
void |
Admc.addOverridingChecks(Dmc aDmc,
Footprint aFootprint)
Adds a DMC to the ADMC set regardless of its content and footprint. |
boolean |
Admc.conflicts(Dmc aDmc)
Checks the set of DMCs contained within this ADMC for conflict with another DMC. |
boolean |
Dmc.conflicts(Dmc other)
checks whether this DMC is in conflict with another one, i.e. |
void |
DmcSet.insert(Dmc aDmc)
inserts a new DMC into the data structure (which is built transparently) |
boolean |
Dmc.isSimilarTo(Dmc other)
Tests for similarity with another DMC. |
Constructors in org.processmining.mining.dmcscanning with parameters of type Dmc | |
---|---|
Dmc(Dmc copy)
copy constructor |
Uses of Dmc in org.processmining.mining.dmcscanning.aggregation |
---|
Methods in org.processmining.mining.dmcscanning.aggregation with parameters of type Dmc | |
---|---|
double |
AggregationMethod.compliance(Admc anAdmc,
Dmc aDmc)
In case 'isCompliant()' returns false, this method can be used to check for to which degree the two parameters are compliant. |
double |
GreedyAggregation.compliance(Admc anAdmc,
Dmc aDmc)
|
double |
SimpleAggregation.compliance(Admc anAdmc,
Dmc aDmc)
|
double |
TolerantAggregation.compliance(Admc anAdmc,
Dmc aDmc)
|
boolean |
AggregationMethod.isCompliant(Admc anAdmc,
Dmc aDmc)
Checks for compliance of a DMC with an ADMC. |
boolean |
GreedyAggregation.isCompliant(Admc anAdmc,
Dmc aDmc)
|
boolean |
SimpleAggregation.isCompliant(Admc anAdmc,
Dmc aDmc)
|
boolean |
TolerantAggregation.isCompliant(Admc anAdmc,
Dmc aDmc)
|
Admc |
AggregationMethod.merge(Admc anAdmc,
Dmc aDmc)
Merges the provided DMC with the provided ADMC. |
Admc |
GreedyAggregation.merge(Admc anAdmc,
Dmc aDmc)
|
Admc |
SimpleAggregation.merge(Admc anAdmc,
Dmc aDmc)
|
Admc |
TolerantAggregation.merge(Admc anAdmc,
Dmc aDmc)
|
Uses of Dmc in org.processmining.mining.dmcscanning.ui |
---|
Methods in org.processmining.mining.dmcscanning.ui with parameters of type Dmc | |
---|---|
protected java.lang.String |
DmcResultView.dmc2key(Dmc aDmc)
convenience method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |