Interface UsesLocalComponentSystem
-
- All Superinterfaces:
HasComponentCollection
- All Known Subinterfaces:
AdvancedComposition<C>,ChildGenerationLogicComponent<P,S,N>,ComposerComponent<C,I,R>,CompositionComponent<C>,EfficientTreeComponent<N>,ExpansionStrategyComponent<N>,FullComponentSystemUser,MutableCappedComposition<C>,PostProcessorComponent<S,T>,ProposerComponent<C>,Supervisor
- All Known Implementing Classes:
AbsoluteFitnessFilter,AbstractActivityActivationAwareFitnessFilter,AbstractBaseClass,AbstractComposer,AbstractComposition,AbstractConstrainingComposer,AbstractEfficientTreeBasedProposer,AbstractFCSUDelegator,AbstractInstrumentingDelegator,AbstractPostponingComposer,AbstractQueueingComposer,AbstractSupervisor,AcceptingComposer,AggregatedFitnessFilter,AltEventCountsSupervisor,ArrayListComposition,BasePlaceComposition,BaseSupervisor,CachingFitnessFilter,CombinedFitnessFilter,ComposerDelevopmentEntryPoint,ConstrainablePlaceProposer,ConstrainingFilteringPlaceComposer,ConstrainingPlaceCollection,DebuggingSupervisor,DeltaComposer,DetailedComposerSupervisor,DetailedHeuristicsSupervisor,DetailedTreeSupervisor,DiscriminatingHeuristicTreeExpansion,EfficientTreeWithExternalizedLogicBasedProposer,EnumeratingTree,ETCBasedComposer,EvaluationSupervisor,EventCountsSupervisor,EventingAbsoluteFitnessFilter,EventingAggregatedFitnessFilter,EventingCombinedFitnessFilter,EventingDiscriminatingHeuristicTreeExpansion,EventingEnumeratingTree,EventingHeuristicTreeExpansion,EventingPlaceComposerWithCIPR,EventingRelativeFitnessFilter,ExternalInitializer,FileWritingMonitoringSupervisor,FilteringComposer,HeuristicTreeExpansion,InstrumentedAdvancedComposition,InstrumentedChildGenerationLogic,InstrumentedComposer,InstrumentedComposition,InstrumentedEfficientTree,InstrumentedExpansionStrategy,InstrumentedPostProcessor,InstrumentedProposer,InstrumentedSPECpp,LightweightPlaceComposition,LiveEvents,LivePerformance,LocalComponentRepository,MonitoringSupervisor,MonotonousPlaceGenerationLogic,PerformanceSupervisor,PlaceAccepter,PlaceComposerWithCIPR,PlaceGenerationLogic,PlaceProposer,ProposalTreeSupervisor,RecursiveComposer,RelativeFitnessFilter,RestartablePlaceProposer,SchedulingSupervisor,SPECpp,StatefulPlaceComposition,SubSupervisor,TerminalSupervisor,TestEventingEnumeratingTree,UniwiredComposer,VariableExpansion,VariableExpansion.BFS,VariableExpansion.DFS,WrappedPostProcessor
public interface UsesLocalComponentSystem extends HasComponentCollection
Trait interface for types which have a local component collection with which they want to connect to the local component system.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidbridgeToChildren()default ComponentCollectiongetComponentCollection()ComponentCollectionlocalComponentSystem()
-
-
-
Method Detail
-
localComponentSystem
ComponentCollection localComponentSystem()
-
getComponentCollection
default ComponentCollection getComponentCollection()
- Specified by:
getComponentCollectionin interfaceHasComponentCollection
-
bridgeToChildren
default void bridgeToChildren()
-
-