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) |
CausalBehaviouralProfile<M,N> |
CBPCreator.deriveCausalBehaviouralProfile(M model)
Returns the causal behavioural profile for all entities of the given model.
|
CausalBehaviouralProfile<M,N> |
CBPCreator.deriveCausalBehaviouralProfile(M model,
Collection<N> entities)
Returns the causal behavioural profile for the given collection of entities of the
model.
|
CausalBehaviouralProfile<NetSystem,Node> |
CBPCreatorUnfolding.deriveCausalBehaviouralProfile(NetSystem pn) |
CausalBehaviouralProfile<NetSystem,Node> |
CBPCreatorTree.deriveCausalBehaviouralProfile(NetSystem pn) |
CausalBehaviouralProfile<NetSystem,Node> |
CBPCreatorNet.deriveCausalBehaviouralProfile(NetSystem pn) |
CausalBehaviouralProfile<NetSystem,Node> |
CBPCreatorUnfolding.deriveCausalBehaviouralProfile(NetSystem pn,
Collection<Node> nodes) |
CausalBehaviouralProfile<NetSystem,Node> |
CBPCreatorTree.deriveCausalBehaviouralProfile(NetSystem pn,
Collection<Node> nodes) |
CausalBehaviouralProfile<NetSystem,Node> |
CBPCreatorNet.deriveCausalBehaviouralProfile(NetSystem pn,
Collection<Node> nodes) |
CausalBehaviouralProfile<Trace,TraceEntry> |
CBPCreatorTrace.deriveCausalBehaviouralProfile(Trace model) |
CausalBehaviouralProfile<Trace,TraceEntry> |
CBPCreatorTrace.deriveCausalBehaviouralProfile(Trace model,
Collection<TraceEntry> entities) |
protected CausalBehaviouralProfile<NetSystem,Node> |
CBPCreatorUnfolding.deriveCooccurrence(CausalBehaviouralProfile<NetSystem,Node> profile) |