public interface TargetProviderDepending
TargetProviding 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
targets served by the master.| Modifier and Type | Method and Description |
|---|---|
void |
registerProvider(TargetProviding<? extends TargetDefinition> t)
Registers the parameter clustering instance served by a master class
to this implementing class.
|
void registerProvider(TargetProviding<? extends TargetDefinition> t)