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