Modifier and Type | Method and Description |
---|---|
void |
DataMapProviderEdgeQuality.setCohortClassifier(java.util.Vector<ClassificationCohort> cohorts) |
void |
DataQualityDBInterface.setCohortClassifier(java.util.Vector<ClassificationCohort> cohorts) |
Modifier and Type | Method and Description |
---|---|
ClassificationCohort |
CohortEntry.getCohort() |
ClassificationCohort |
JoglGuiCohortTreeBox.getSelectedCohort() |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<ClassificationCohort> |
JoglGuiCohortTreeBox.getSelectedCohorts() |
Constructor and Description |
---|
CohortEntry(java.lang.String label,
ClassificationCohort cc) |
Modifier and Type | Method and Description |
---|---|
void |
JIPSENEdgeVisDriver.setCohortClassifier(java.util.Vector<ClassificationCohort> cohorts) |
Modifier and Type | Method and Description |
---|---|
static java.util.Vector<PlaceAlignmentInfo> |
PlaceAlignmentCalculator.Analyse(INetDataSource net,
org.deckfour.xes.model.XLog log,
org.processmining.models.semantics.petrinet.Marking initMarking,
org.processmining.models.semantics.petrinet.Marking finalMarking,
ClassificationCohort cohort) |
void |
PlaceAlignmentInfo.Calculate(org.deckfour.xes.model.XLog log,
org.processmining.models.semantics.petrinet.Marking initMarking,
org.processmining.models.semantics.petrinet.Marking finalMarking,
INetDataSource net,
PetriNetIndexed pidx,
ClassificationCohort cohort) |
Modifier and Type | Class and Description |
---|---|
class |
ClassificationCohortIntRange |
class |
ClassificationCohortLiteral |
class |
ClassificationCohortTimeOfDay |
Modifier and Type | Field and Description |
---|---|
protected ClassificationCohort |
ClassificationCohort.parent |
protected ClassificationCohort |
CohortClassifier.root |
Modifier and Type | Field and Description |
---|---|
protected java.util.Vector<ClassificationCohort> |
ClassificationCohort.children |
protected java.util.Vector<ClassificationCohort> |
CohortClassifier.cohorts |
Modifier and Type | Method and Description |
---|---|
ClassificationCohort |
CohortDefinition.createClassificationCohort() |
ClassificationCohort |
CohortDefinitionIntRange.createClassificationCohort() |
ClassificationCohort |
CohortDefinitionLiteral.createClassificationCohort() |
ClassificationCohort |
CohortDefinitionTimeOfDay.createClassificationCohort() |
ClassificationCohort |
ClassificationCohort.getParent() |
ClassificationCohort |
CohortClassifier.getRoot() |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<ClassificationCohort> |
ClassificationCohort.getChildren() |
java.util.Vector<ClassificationCohort> |
CohortClassifier.getCohorts() |
protected java.util.Vector<ClassificationCohort> |
CohortClassifier.getCohortsHelper() |
java.util.Vector<ClassificationCohort> |
CohortClassifier.getLeafCohorts() |
Modifier and Type | Method and Description |
---|---|
void |
ClassificationCohort.addChild(ClassificationCohort cc) |
void |
CohortClassifier.addCohort(ClassificationCohort cc) |
void |
CohortClassifier.addCohort(ClassificationCohort cc,
java.lang.String parentName) |
void |
ClassificationCohort.removeChild(ClassificationCohort cc) |