Package | Description |
---|---|
jtabwb.engine |
Main classes implementing the engine; it specifies the interfaces with the
user defined prover.
|
Modifier and Type | Method and Description |
---|---|
static Engine.ExecutionMode |
Engine.ExecutionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Engine.ExecutionMode[] |
Engine.ExecutionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Engine(_Prover prover,
_AbstractGoal goal,
Engine.ExecutionMode mode)
Builds an instance of the engine act that allows to search for a proof of
the goal specified as argument (initial goal) using the specified
prover.
|