Interface ModelContribution
-
- All Superinterfaces:
Extension
- All Known Implementing Classes:
AdaptationBehaviorModelContribution
public interface ModelContribution extends Extension
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceModelContribution.Facade
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloadModel(ModelContribution.Facade delegate)The method is called during model loading and allows extension to add additional models to the blackboard.
-
-
-
Method Detail
-
loadModel
void loadModel(ModelContribution.Facade delegate)
The method is called during model loading and allows extension to add additional models to the blackboard. In order to load a custom model, use the provided delegate.- Parameters:
delegate- the delegate to load models into the blackboard.
-
-