Package-level declarations

Types

Link copied to clipboard
data class Fitting(val techLevel: Int, val info: String? = null)

Represents the values needed to retrieve a Processing Preset for the current Processing session

Link copied to clipboard

Defines the result of a Applicator application attempt.

Link copied to clipboard

Used to apply a value to an Applicator integration.

Link copied to clipboard

Important: This interface is not stable for inheritance, as new methods may be added, but is stable for use.

Link copied to clipboard

Defines how a MimiProcessingParameter has its value updated.

Link copied to clipboard

Used as ProcessingParameterResult.Failure.cause when a MimiProcessingParameter fails to retrieve from its asynchronous data source.

Used as ProcessingParameterResult.Failure.cause when a MimiProcessingParameter fails to retrieve from its asynchronous data source because the Parameter does not have a MimiProcessingParameterDataSource.

Link copied to clipboard
Link copied to clipboard

Result class that contains the status of update process from an ProcessingParameter class. Status is Success, if value is successfully applied, otherwise the status is a Failure.

Only caused by the internal actions of the Processing Parameter Recommendation system.

Link copied to clipboard

ProcessingSession

Link copied to clipboard

ProcessingSessionInterruption A request to interrupt processing