|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.lehigh.swat.hawk.core.Axiom
public class Axiom
Constructor Summary | |
---|---|
Axiom(int type)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
AxiomNode |
getLeftAxiomNode()
|
AxiomNode |
getRightAxiomNode()
|
int |
getType()
|
void |
setLeftAxiomNode(AxiomNode left)
|
void |
setRightAxiomNode(AxiomNode right)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Axiom(int type)
Method Detail |
---|
public AxiomNode getLeftAxiomNode()
public void setLeftAxiomNode(AxiomNode left)
public AxiomNode getRightAxiomNode()
public void setRightAxiomNode(AxiomNode right)
public int getType()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |