public interface CBPCreator<M extends IEntityModel<N>,N extends IEntity>
| Modifier and Type | Method and Description |
|---|---|
CausalBehaviouralProfile<M,N> |
deriveCausalBehaviouralProfile(BehaviouralProfile<M,N> profile)
Returns the causal behavioural profile for the given behavioural profile.
|
CausalBehaviouralProfile<M,N> |
deriveCausalBehaviouralProfile(M model)
Returns the causal behavioural profile for all entities of the given model.
|
CausalBehaviouralProfile<M,N> |
deriveCausalBehaviouralProfile(M model,
Collection<N> entities)
Returns the causal behavioural profile for the given collection of entities of the
model.
|
CausalBehaviouralProfile<M,N> deriveCausalBehaviouralProfile(M model)
model, - a modelCausalBehaviouralProfile<M,N> deriveCausalBehaviouralProfile(M model, Collection<N> entities)
model, - a modelcollection - of entities of the modelCausalBehaviouralProfile<M,N> deriveCausalBehaviouralProfile(BehaviouralProfile<M,N> profile)
profile - the behavioural profileCopyright © 2017. All rights reserved.