| Package | Description |
|---|---|
| controller |
This package is the controller package of the model-view-controller
(MVC) pattern.
|
| model |
This package is the model package of the model-view-controller
(MVC) pattern.
|
| Modifier and Type | Method and Description |
|---|---|
static And |
Interpreter.stringToAnd(String string,
HashMap<String,Variable> variables)
Deprecated.
Converts the input string into a
And object. |
| Modifier and Type | Method and Description |
|---|---|
protected And |
And.create(List<Clause> operands)
Generic constructor of the object.
|
| Constructor and Description |
|---|
AndSolutionNode(And clause,
RuleSet rules,
SubstitutionSet parentSolution,
AbstractSolutionNode parentNode)
Constructor of the class.
|