| Package | Description |
|---|---|
| stella | |
| stella.globals | |
| stella.sql | |
| stella.util |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTargetProvider<T extends TargetDefinition>
Class to provide basic methods.
|
| Modifier and Type | Field and Description |
|---|---|
private TargetProviding<SporeTarget> |
MasterMind.targetlist
The global target provider supplying skeleton targets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterSet.registerProvider(TargetProviding<?> list)
Registers a collection of active targets to this cluster.
|
void |
TargetProviderDepending.registerProvider(TargetProviding<? extends TargetDefinition> t)
Registers the parameter clustering instance served by a master class
to this implementing class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TargetList
A parameter that is capable of resolving a list of parsed targets in its
TargetList.get() method. |
| Modifier and Type | Field and Description |
|---|---|
private TargetProviding |
TargetMerit.target
The parameter list target.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TargetMerit.registerProvider(TargetProviding list)
Registers the parameter cluster and the target list.
|
void |
ObservableList.registerProvider(TargetProviding<? extends TargetDefinition> list)
On target registering, we create a new mapping of targets to highest
merits and the linking of targets to the merit course.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TargetDatabase
A database provider roams through a sql database to load STELLA targets.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TargetQuickProviding<T extends TargetDefinition>
Classes implementing this interface are not only providing fully-fledged
target definitions, but also provide some quick-access to stripped-down
versions of the target definitions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubTargets
Takes a huge list of possible targets and applies a general filtering on
them.
|
| Modifier and Type | Field and Description |
|---|---|
private TargetProviding<? extends TargetDefinition> |
FileRanking.all |
private TargetProviding |
HighestTarget.list
The target source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileRanking.registerProvider(TargetProviding<? extends TargetDefinition> t)
Registers the target provider.
|