Interface ModelContribution
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ModelContribution.Facade
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
loadModel(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.
-
-