Uses of Class
mln.Atom.AtomType

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

Uses of Atom.AtomType in mln
 

Fields in mln declared as Atom.AtomType
 Atom.AtomType Atom.type
          Type of this atom.
 

Methods in mln that return Atom.AtomType
static Atom.AtomType Atom.AtomType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Atom.AtomType[] Atom.AtomType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in mln with parameters of type Atom.AtomType
 Atom Literal.toAtom(Atom.AtomType type)
          Convert this literal to an atom.