Uses of Class
mln.GAtom

Packages that use GAtom
infer Provides MLN inference algorithms. 
mln This package builds the data structure of MLN. 
 

Uses of GAtom in infer
 

Fields in infer with type parameters of type GAtom
 java.util.HashMap<java.lang.Integer,GAtom> MRF.atoms
          Map from GAtom ID to GAtom object.
 

Methods in infer with parameters of type GAtom
 void Component.addAtom(GAtom a)
          Add a new atom into this component.
 

Constructor parameters in infer with type arguments of type GAtom
MRF(int id, java.util.HashMap<java.lang.Integer,GAtom> gatoms)
           
 

Uses of GAtom in mln
 

Method parameters in mln with type arguments of type GAtom
 java.lang.String GClause.toLongString(java.util.HashMap<java.lang.Integer,GAtom> atoms)
          Returns string form of this GClause.