public interface BPCreator<M extends IEntityModel<N>,N extends IEntity>
| Modifier and Type | Method and Description |
|---|---|
BehaviouralProfile<M,N> |
deriveBehaviouralProfile(M model)
Returns the behavioural profile for the given model.
|
BehaviouralProfile<M,N> |
deriveBehaviouralProfile(M model,
Collection<N> entities)
Returns the behavioural profile for the given collection of entities
of the model.
|
BehaviouralProfile<M,N> deriveBehaviouralProfile(M model)
model, - a modelBehaviouralProfile<M,N> deriveBehaviouralProfile(M model, Collection<N> entities)
model, - a modela - collection of entities of the modelCopyright © 2017. All rights reserved.