Package | Description |
---|---|
jtabwb.engine |
Main classes implementing the engine; it specifies the interfaces with the
user defined prover.
|
Modifier and Type | Method and Description |
---|---|
RuleType |
TraceNode.getRuleType() |
static RuleType |
RuleType.getType(_AbstractRule ruleToApply)
Returns the type of the specified rule.
|
static RuleType |
RuleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RuleType[] |
RuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TraceNode.setRuleType(RuleType ruleType) |