Package | Description |
---|---|
agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
agi.foundation.propagators.advanced |
Contains types used to create more specialized propagation scenarios.
|
Modifier and Type | Method and Description |
---|---|
AuxiliaryStateElementConverter |
AuxiliaryStateVector.getConverter(int[] auxiliaryIndices)
Gets an instance of an output type which can convert the output of propagation
back into the native type of this auxiliary state element.
|
AuxiliaryStateElementConverter |
AuxiliaryStateScalar.getConverter(int[] auxiliaryIndices)
Gets an instance of an output type which can convert the output of propagation
back into the native type of this auxiliary state element.
|
Modifier and Type | Method and Description |
---|---|
abstract AuxiliaryStateElementConverter |
AuxiliaryStateElement.getConverter(int[] auxiliaryIndices)
Gets an instance of an output type which can convert the output of propagation
back into the native type of this auxiliary state element.
|
Constructor and Description |
---|
AuxiliaryStateElementConverter(AuxiliaryStateElementConverter existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|