Interface PartitionContribution

All Superinterfaces:
Extension
All Known Implementing Classes:
AdaptationBehaviorPartitionContribution

public interface PartitionContribution 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 before model loading and allows extension to add additional partitions to the blackboard.
  • Method Details

    • contribute

      void contribute(PartitionContribution.Facade delegate)
      The method is called before model loading and allows extension to add additional partitions to the blackboard. In order to load a custom model, use the provided delegate.
      Parameters:
      delegate - the delegate to partitions into the blackboard.