
Public Member Functions | |
| void | activeRule (PropositionalRule r) |
| PropositionalRule | activeRule () |
| void | addSupport (PropositionalRule r) |
| void | correctLabels () |
| boolean | getLabel () |
| ArrayList | propagateFalse (ArrayList v) |
| void | propagateTrue () |
| void | removeSupport (PropositionalRule r) |
| void | setLabel (boolean l) |
| boolean | updateActiveRule () |
Definition at line 38 of file PropositionInterface.java.
Implemented in theoremprover.Proposition.
Implemented in theoremprover.Proposition.
Implemented in theoremprover.Proposition.
Implemented in theoremprover.Proposition.
| boolean theoremprover.PropositionInterface.getLabel | ( | ) |
| ArrayList theoremprover.PropositionInterface.propagateFalse | ( | ArrayList | v | ) |
Implemented in theoremprover.Proposition.
Implemented in theoremprover.Proposition.
| void theoremprover.PropositionInterface.setLabel | ( | boolean | l | ) |
Implemented in theoremprover.Proposition.