| Package | Description |
|---|---|
| org.jbpt.bp | |
| org.jbpt.bp.construct | |
| org.jbpt.petri.conform |
| Modifier and Type | Class and Description |
|---|---|
class |
CausalBehaviouralProfile<M,N extends IEntity>
Captures the causal behavioural profile for a model (e.g., a Petri net).
|
| Modifier and Type | Method and Description |
|---|---|
BehaviouralProfile<M,N> |
BPCreator.deriveBehaviouralProfile(M model)
Returns the behavioural profile for the given model.
|
BehaviouralProfile<M,N> |
BPCreator.deriveBehaviouralProfile(M model,
Collection<N> entities)
Returns the behavioural profile for the given collection of entities
of the model.
|
BehaviouralProfile<NetSystem,Node> |
BPCreatorUnfolding.deriveRelationSet(NetSystem pn) |
BehaviouralProfile<NetSystem,Node> |
BPCreatorTree.deriveRelationSet(NetSystem pn) |
BehaviouralProfile<NetSystem,Node> |
BPCreatorNet.deriveRelationSet(NetSystem pn) |
BehaviouralProfile<NetSystem,Node> |
BPCreatorUnfolding.deriveRelationSet(NetSystem pn,
Collection<Node> nodes) |
BehaviouralProfile<NetSystem,Node> |
BPCreatorTree.deriveRelationSet(NetSystem pn,
Collection<Node> nodes) |
BehaviouralProfile<NetSystem,Node> |
BPCreatorNet.deriveRelationSet(NetSystem pn,
Collection<Node> nodes) |
| Modifier and Type | Method and Description |
|---|---|
CausalBehaviouralProfile<M,N> |
CBPCreator.deriveCausalBehaviouralProfile(BehaviouralProfile<M,N> profile)
Returns the causal behavioural profile for the given behavioural profile.
|
CausalBehaviouralProfile<NetSystem,Node> |
CBPCreatorUnfolding.deriveCausalBehaviouralProfile(BehaviouralProfile<NetSystem,Node> profile) |
CausalBehaviouralProfile<NetSystem,Node> |
CBPCreatorTree.deriveCausalBehaviouralProfile(BehaviouralProfile<NetSystem,Node> bp) |
CausalBehaviouralProfile<NetSystem,Node> |
CBPCreatorNet.deriveCausalBehaviouralProfile(BehaviouralProfile<NetSystem,Node> bp) |
CausalBehaviouralProfile<Trace,TraceEntry> |
CBPCreatorTrace.deriveCausalBehaviouralProfile(BehaviouralProfile<Trace,TraceEntry> profile) |
| Modifier and Type | Field and Description |
|---|---|
protected BehaviouralProfile<Trace,LabelEntity> |
ConformanceAnalysis.TraceAnalysisTask.traceProfile |
| Modifier and Type | Method and Description |
|---|---|
BehaviouralProfile<Trace,LabelEntity> |
ConformanceAnalysis.TraceAnalysisTask.getTraceProfile() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConformanceRootCauseAnalysis.addBPViolation(String s1,
String s2,
BehaviouralProfile<Trace,LabelEntity> rs,
RelSetType expectedRelation,
RelSetType foundRelation) |
void |
ConformanceRootCauseAnalysis.addCooccurrenceViolation(String s1,
String s2,
BehaviouralProfile<Trace,LabelEntity> rs) |
void |
ConformanceRootCauseAnalysis.addTrace(BehaviouralProfile<Trace,LabelEntity> rs) |
void |
ConformanceAnalysis.addTrace(BehaviouralProfile<Trace,LabelEntity> traceProfile) |
protected void |
ConformanceRootCauseAnalysis.addViolation(BehaviouralProfile<Trace,LabelEntity> rs,
ConformanceRootCauseAnalysis.ViolationTupleInclSupport v) |
void |
ConformanceAnalysis.TraceAnalysisTask.setTraceProfile(BehaviouralProfile<Trace,LabelEntity> traceProfile) |
| Constructor and Description |
|---|
ConformanceAnalysis.TraceAnalysisTask(BehaviouralProfile<Trace,LabelEntity> traceProfile) |
Copyright © 2017. All rights reserved.