Optionaloptions: TLogicEngineOptionsConstructs a new ArgumentEngine for the given argument and stores it.
The argument entity to create an engine for. Checksum fields are optional and will be computed lazily by the engine.
The newly created engine.
Registers a pre-built ArgumentEngine in the library by its argument ID.
Used internally when forking creates a new engine that needs to be tracked.
Returns a serializable snapshot of all engines in the library.
The argument library snapshot.
Merges invariant validation results from all managed engines.
A combined validation result.
StaticfromRestores an ArgumentLibrary from a snapshot by calling
ArgumentEngine.fromSnapshot() for each engine snapshot.
The serialized library snapshot.
The shared library instances (claim).
Optionaloptions: TLogicEngineOptionsOptional engine construction options.
A fully restored ArgumentLibrary.
Engine registry with lifecycle management. Stores
ArgumentEngineinstances keyed by argument ID.