public class CBPCreatorTrace extends AbstractRelSetCreator implements CBPCreator<Trace,TraceEntry>
| Modifier and Type | Method and Description |
|---|---|
CausalBehaviouralProfile<Trace,TraceEntry> |
deriveCausalBehaviouralProfile(BehaviouralProfile<Trace,TraceEntry> profile)
Returns the causal behavioural profile for the given behavioural profile.
|
CausalBehaviouralProfile<Trace,TraceEntry> |
deriveCausalBehaviouralProfile(Trace model)
Returns the causal behavioural profile for all entities of the given model.
|
CausalBehaviouralProfile<Trace,TraceEntry> |
deriveCausalBehaviouralProfile(Trace model,
Collection<TraceEntry> entities)
Returns the causal behavioural profile for the given collection of entities of the
model.
|
protected void |
fillCooccurrence(Trace model,
CausalBehaviouralProfile<Trace,TraceEntry> profile) |
static CBPCreatorTrace |
getInstance() |
setMatrixEntry, setMatrixEntryOrderpublic static CBPCreatorTrace getInstance()
public CausalBehaviouralProfile<Trace,TraceEntry> deriveCausalBehaviouralProfile(Trace model)
CBPCreatorderiveCausalBehaviouralProfile in interface CBPCreator<Trace,TraceEntry>public CausalBehaviouralProfile<Trace,TraceEntry> deriveCausalBehaviouralProfile(Trace model, Collection<TraceEntry> entities)
CBPCreatorderiveCausalBehaviouralProfile in interface CBPCreator<Trace,TraceEntry>public CausalBehaviouralProfile<Trace,TraceEntry> deriveCausalBehaviouralProfile(BehaviouralProfile<Trace,TraceEntry> profile)
CBPCreatorderiveCausalBehaviouralProfile in interface CBPCreator<Trace,TraceEntry>profile - the behavioural profileprotected void fillCooccurrence(Trace model, CausalBehaviouralProfile<Trace,TraceEntry> profile)
Copyright © 2017. All rights reserved.