pub struct Workspace { /* private fields */ }
Expand description

Structure representing the container for DMN™ models.

Implementations

Creates a Workspace and loads DMN models.

Deletes all definitions and model evaluators, switches a workspace to state STASHING.

Adds a definition to workspace, deletes all model evaluators, switches a workspace to state STASHING.

Removes a definition from workspace, deletes all model evaluators, switches a workspace to state STASHING.

Replaces a definition in workspace, deletes all model evaluators, switches a workspace to state STASHING.

Creates model evaluators for all definitions in workspace, switches a workspace to state DEPLOYED.

Evaluates invocable (decision, business knowledge model or decision service) deployed in workspace.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.