RBNpackage
Class InstAtom

java.lang.Object
  extended by RBNpackage.Atom
      extended by RBNpackage.InstAtom

public class InstAtom
extends Atom


Field Summary
 boolean truthval
           
 
Fields inherited from class RBNpackage.Atom
args, rel
 
Constructor Summary
InstAtom()
          Creates new InstAtom
InstAtom(Rel r, int[] a, boolean tv)
           
 
Method Summary
 boolean equals(java.lang.Object instatom)
           
 int hashCodeImpl()
           
 java.lang.String toString()
           
 
Methods inherited from class RBNpackage.Atom
args, asString, asString, equals, getOwner, hashCode, inArgument, isIdenticalTo, rel, relname
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

truthval

public boolean truthval
Constructor Detail

InstAtom

public InstAtom()
Creates new InstAtom


InstAtom

public InstAtom(Rel r,
                int[] a,
                boolean tv)
Method Detail

equals

public boolean equals(java.lang.Object instatom)
Overrides:
equals in class java.lang.Object
Since:
20061020

hashCodeImpl

public int hashCodeImpl()
Overrides:
hashCodeImpl in class Atom
Since:
20061020

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Since:
20061023