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 interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The method is called during model loading and allows extension to add additional models to the blackboard.
  • Method Details

    • 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.