Class AdaptationBehaviorModelContribution

    • Field Detail

      • ADAPTATION_BEHAVIOR__REPOSITORY_MODEL_PARTITION_ID

        public static final String ADAPTATION_BEHAVIOR__REPOSITORY_MODEL_PARTITION_ID
        Constant which holds the id of the AdaptationBehaviorRepository within the blackboard, as defined in the plugin.xml (in the corresponding extension section).
        See Also:
        Constant Field Values
    • Method Detail

      • loadModel

        public void loadModel​(ModelContribution.Facade delegate)
        Description copied from interface: ModelContribution
        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.
        Specified by:
        loadModel in interface ModelContribution
        Parameters:
        delegate - the delegate to load models into the blackboard.