Public Member Functions | |
ArrayList | allPredicates (String str, int i, ArrayList v) |
ABTheoremProver | asABPropositionalSentence () |
PropositionalTheoremProver | asPropositionalSentence () |
String | toString () |
Public Attributes | |
ArrayList | arguments |
String | identifier |
Package Functions | |
LPredicate () | |
LPredicate (String str, ArrayList v) |
Definition at line 45 of file LPredicate.java.
theoremprover.LPredicate.LPredicate | ( | ) | [inline, package] |
Definition at line 54 of file LPredicate.java.
theoremprover.LPredicate.LPredicate | ( | String | str, |
ArrayList | v | ||
) | [inline, package] |
Definition at line 60 of file LPredicate.java.
ArrayList theoremprover.LPredicate.allPredicates | ( | String | str, |
int | i, | ||
ArrayList | v | ||
) | [inline] |
Reimplemented from theoremprover.LObject.
Definition at line 97 of file LPredicate.java.
Definition at line 91 of file LPredicate.java.
PropositionalTheoremProver theoremprover.LPredicate.asPropositionalSentence | ( | ) | [inline, virtual] |
Implements theoremprover.LObject.
Definition at line 86 of file LPredicate.java.
String theoremprover.LPredicate.toString | ( | ) | [inline, virtual] |
Implements theoremprover.LObject.
Definition at line 68 of file LPredicate.java.
ArrayList theoremprover.LPredicate.arguments |
Definition at line 49 of file LPredicate.java.
Definition at line 50 of file LPredicate.java.