Public Member Functions | |
PropositionalTheoremProver | asPropositionalSentence () |
String | toString () |
Public Attributes | |
ArrayList | arguments |
Package Functions | |
LFunction () | |
LFunction (String str, ArrayList v) |
Definition at line 41 of file LFunction.java.
theoremprover.LFunction.LFunction | ( | ) | [inline, package] |
Definition at line 49 of file LFunction.java.
theoremprover.LFunction.LFunction | ( | String | str, |
ArrayList | v | ||
) | [inline, package] |
Definition at line 55 of file LFunction.java.
PropositionalTheoremProver theoremprover.LFunction.asPropositionalSentence | ( | ) | [inline, virtual] |
Reimplemented from theoremprover.LConstant.
Definition at line 81 of file LFunction.java.
String theoremprover.LFunction.toString | ( | ) | [inline, virtual] |
Reimplemented from theoremprover.LConstant.
Definition at line 63 of file LFunction.java.
ArrayList theoremprover.LFunction.arguments |
Definition at line 45 of file LFunction.java.