Uses of Class
tuffy.mln.Atom

Packages that use Atom
tuffy.mln This package builds the data structure of MLN. 
 

Uses of Atom in tuffy.mln
 

Methods in tuffy.mln that return Atom
 Atom Literal.toAtom(Atom.AtomType type)
          Convert this literal to an atom.
 

Methods in tuffy.mln that return types with arguments of type Atom
 java.util.ArrayList<Atom> Predicate.getQueryAtoms()
          Return query atoms of this predicate.
 

Methods in tuffy.mln with parameters of type Atom
 void Predicate.addEvidence(Atom a)
          Store an evidence in the "buffer".
 void Predicate.addQuery(Atom q)
          Register a query atom.
 void Predicate.groundAndStoreAtom(Atom a)
          Ground an atom and store the result in the database.