Package | Description |
---|---|
org.processmining.incorporatenegativeinformation.algorithms | |
org.processmining.incorporatenegativeinformation.models |
Modifier and Type | Method and Description |
---|---|
XORClusterPair<T> |
NewXORPairGenerator.createClusterXORPair(XORCluster<T> sourceCluster,
XORCluster<T> targetCluster) |
XORClusterPair<T> |
NewXORPairGenerator.findClusterPair(XORCluster<T> sourceCluster,
XORCluster<T> targetCluster) |
XORClusterPair<T> |
NewXORPairGenerator.getPairBySource(XORCluster<T> source) |
Modifier and Type | Method and Description |
---|---|
java.util.List<XORClusterPair<T>> |
NewXORPairGenerator.buildAllPairInOrder() |
java.util.List<XORClusterPair<org.processmining.processtree.ProcessTreeElement>> |
NewLTDetector.detectXORClusterLTDependency(java.util.List<XORClusterPair<org.processmining.processtree.ProcessTreeElement>> clusterPairs) |
java.util.List<XORClusterPair<T>> |
NewXORPairGenerator.getClusterPair() |
Modifier and Type | Method and Description |
---|---|
void |
AddLT2Net.addLTOnPair(XORClusterPair<org.processmining.processtree.ProcessTreeElement> pair) |
void |
NewLTDetector.addLTOnSinglePair(XORClusterPair<org.processmining.processtree.ProcessTreeElement> pair) |
void |
NewLTDetector.rmLTOnSinglePair(XORClusterPair<org.processmining.processtree.ProcessTreeElement> pair) |
Modifier and Type | Method and Description |
---|---|
void |
NewLTDetector.addLTOnPairList(java.util.List<XORClusterPair<org.processmining.processtree.ProcessTreeElement>> clusterPairs,
java.util.List<LTRule<XORCluster<org.processmining.processtree.ProcessTreeElement>>> connSet) |
java.util.List<XORClusterPair<org.processmining.processtree.ProcessTreeElement>> |
NewLTDetector.detectXORClusterLTDependency(java.util.List<XORClusterPair<org.processmining.processtree.ProcessTreeElement>> clusterPairs) |
void |
NewLTDetector.reset(java.util.List<XORClusterPair<org.processmining.processtree.ProcessTreeElement>> clusterPairs) |
Modifier and Type | Method and Description |
---|---|
java.util.List<XORClusterPair<T>> |
XORClusterPair.getBranchClusterPair() |
java.util.List<XORClusterPair<T>> |
XORClusterPair.getLtBranchClusterPair() |
Modifier and Type | Method and Description |
---|---|
void |
XORClusterPair.addBranchClusterPair(XORClusterPair<T> clusterPair) |
Modifier and Type | Method and Description |
---|---|
void |
XORClusterPair.addAllBranchClusterPair(java.util.List<XORClusterPair<T>> clusterPairList) |