Uses of Class
mln.Atom

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

Uses of Atom in mln
 

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

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

Methods in 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.