stella
Interface ClusterDepending
- All Known Subinterfaces:
- CommandRendering, ErrorHandling, Sequencing<E>, WeatherSurveying
- All Known Implementing Classes:
- AbstractCommandRenderer, AbstractErrorHandler, AbstractSequencer, AbstractWeatherSurveyor, AssistantScheduler, DomeReceiver, DummySequencer, JTargetTable, JTargetTableManager, JTargetTableRanker, LoopingSequencer, MasterErrorHandler, ParameterServer, RoofReceiver, SimulatorSequencer, SimulatorWeather, SubTargets, TargetMerit, WeatherStation, XMLRenderer, XMLSequencer
public interface ClusterDepending
A interface that all classes should implement that need a
ParameterClustering instance for proper functionality. The only
method in this interface is called by master classes like a
MasterMind on all classes implementing this interface with the
parameter cluster served by the master.
registerCluster
void registerCluster(ParameterClustering set)
- Registers the parameter clustering instance served by a master class
to this implementing class.