|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRaptor.LogicParser.Formula.Formula
Raptor.LogicParser.Formula.Atom
Raptor.LogicParser.Formula.Sk
public class Sk
The Sk formula.
Extends class Atom.
Constructor Summary | |
---|---|
Sk(java.lang.String pID)
Constructs an Sk Formula. |
Method Summary | |
---|---|
java.lang.String |
clashes(PanSignature pSignature)
Returns a String containing an Error character if this Atom clashes with the passed PanSignature, Otherwise it will return an Empty String "". An Atom clashes with a signature if it clashes with any of its Predicates/Functions/Constants/Variables. |
java.lang.String |
getName()
Returns the name of the sk atom. |
void |
setAtoms()
Adds this atom to the list of atoms for the formula. |
Methods inherited from class Raptor.LogicParser.Formula.Atom |
---|
addToSignature, checkSub, clashes, clashes, display, equals, getArity, getPrecedence, getTerms, isIn, regenerate, s, setVars, ST, subAll, subAll, subBoolRes |
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 Sk(java.lang.String pID)
pID
- String of the name of the sk atomMethod Detail |
---|
public java.lang.String getName()
getName
in class Atom
public void setAtoms()
setAtoms
in class Atom
public java.lang.String clashes(PanSignature pSignature)
clashes
in class Atom
pSignature
- PanSignature represents the PanSignature to be checked if this
Atom clashes with.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |