Interface | Description |
---|---|
Environment<S> |
Encapsulates a field (on which all calculations are based) and a set of options, since the two are very commonly used
together and have to be passed on on many occasions.
|
ManipulationOption |
Marker interface for options which can be used to define the behaviour of iterable- and tensor operations.
|
Option<T extends Option<T>> |
Defines an option for different type of contexts (executions).
|
OptionRegistry<T extends Option<T>> |
Contains several options of a certain type.
|
Class | Description |
---|---|
ImmutableOptionRegistry<T extends Option<T>> |
The default implementation of an options registry.
|