|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmln.AtomTuple
public class AtomTuple
tuple of terms
Field Summary | |
---|---|
int |
dimension
|
int[] |
list
positive: constant; negative: variable (cononicalized) |
Constructor Summary | |
---|---|
AtomTuple(java.util.ArrayList<java.lang.Integer> args)
assuming args is already canonicalized |
Method Summary | |
---|---|
boolean |
equals(AtomTuple other)
|
int |
get(int i)
|
boolean |
subsumes(AtomTuple other)
test subsumption |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int[] list
public int dimension
Constructor Detail |
---|
public AtomTuple(java.util.ArrayList<java.lang.Integer> args)
args
- Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public int get(int i)
public boolean equals(AtomTuple other)
public boolean subsumes(AtomTuple other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |