public class ConformanceAnalysis extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ConformanceAnalysis.TraceAnalysisTask |
| Modifier and Type | Field and Description |
|---|---|
protected CausalBehaviouralProfile<NetSystem,LabelEntity> |
baseProfile |
protected static Set<String> |
IGNORED_LABEL_SUBSTRINGS |
protected ConformanceRootCauseAnalysis |
rootCauseAnalysis |
protected Set<ConformanceAnalysis.TraceAnalysisTask> |
traceAnalysisTasks |
| Constructor and Description |
|---|
ConformanceAnalysis(CausalBehaviouralProfile<NetSystem,LabelEntity> profile) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTrace(BehaviouralProfile<Trace,LabelEntity> traceProfile) |
void |
computeBPConformance() |
protected void |
computeBPConformance(ConformanceAnalysis.TraceAnalysisTask pair) |
void |
computeCooccurrenceConformance() |
void |
computeOverallConformance() |
protected boolean |
firstCompatibleWithSecond(RelSetType rel1,
RelSetType rel2) |
protected boolean |
firstCompatibleWithSecondAsSelfRelation(RelSetType rel1,
RelSetType rel2) |
Set<ConformanceAnalysis.TraceAnalysisTask> |
getAnalysisTasks() |
void |
saveResults(String fileName) |
protected Set<ConformanceAnalysis.TraceAnalysisTask> traceAnalysisTasks
protected CausalBehaviouralProfile<NetSystem,LabelEntity> baseProfile
protected ConformanceRootCauseAnalysis rootCauseAnalysis
public ConformanceAnalysis(CausalBehaviouralProfile<NetSystem,LabelEntity> profile)
public void addTrace(BehaviouralProfile<Trace,LabelEntity> traceProfile)
public void computeBPConformance()
protected boolean firstCompatibleWithSecondAsSelfRelation(RelSetType rel1, RelSetType rel2)
protected boolean firstCompatibleWithSecond(RelSetType rel1, RelSetType rel2)
protected void computeBPConformance(ConformanceAnalysis.TraceAnalysisTask pair)
public void saveResults(String fileName)
public void computeCooccurrenceConformance()
public void computeOverallConformance()
public Set<ConformanceAnalysis.TraceAnalysisTask> getAnalysisTasks()
Copyright © 2017. All rights reserved.