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
PartitionContribution.Facade
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
contribute(PartitionContribution.Facade delegate)
The method is called before model loading and allows extension to add additional partitions to the blackboard.
-
-
-
Method Detail
-
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.
-
-