|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectRaptor.LogicParser.Formula.Formula
Raptor.ProgramParser.Statements.PBExp.PBExp
Raptor.ProgramParser.Statements.PBExp.PGreaterThan
public class PGreaterThan
Creates a greater than expression.
Extends BExp.
| Field Summary |
|---|
| Fields inherited from class Raptor.ProgramParser.Statements.PBExp.PBExp |
|---|
left, op, right |
| Constructor Summary | |
|---|---|
PGreaterThan(PTerm pLeft,
PTerm pRight)
Constructs a new GreaterThan BExp. |
|
| Method Summary | |
|---|---|
Formula |
regenerate()
Returns a copy of the Formula which can be saved as part of the copy made for the undo function. |
Formula |
s()
Creates VVar to replace PVar in the formula where necessary. |
Term |
ST()
|
Formula |
subAll(PTerm left,
PTerm right)
|
Formula |
subBoolRes(java.lang.String display)
|
| Methods inherited from class Raptor.ProgramParser.Statements.PBExp.PBExp |
|---|
addToSignature, checkSub, clashes, display, getLeftTerm, getPrecedence, getRightTerm, getTerms, setAtoms, setVars, subAll |
| Methods inherited from class Raptor.LogicParser.Formula.Formula |
|---|
check, concatNoDup, getAtoms, getLeft, getRight, getTuples, getVars, higher, map, setLeft, setRight, setTuples, showTuples, sub, subBool |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PGreaterThan(PTerm pLeft,
PTerm pRight)
pLeft - the program term on the left side of the greater than symbolpRight - the program term on the right side of the greater than symbol| Method Detail |
|---|
public Formula s()
s in class Formulapublic Formula regenerate()
regenerate in class Formulapublic Term ST()
ST in class Formula
public Formula subAll(PTerm left,
PTerm right)
subAll in class Formulapublic Formula subBoolRes(java.lang.String display)
subBoolRes in class Formula
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||