public class CBPCreatorTree 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.
|
static CBPCreatorTree |
getInstance() |
setMatrixEntry, setMatrixEntryOrderpublic static CBPCreatorTree 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>public CausalBehaviouralProfile<NetSystem,Node> deriveCausalBehaviouralProfile(BehaviouralProfile<NetSystem,Node> bp)
CBPCreatorderiveCausalBehaviouralProfile in interface CBPCreator<NetSystem,Node>bp - the behavioural profileCopyright © 2017. All rights reserved.