Uses of Class
tuffy.mln.Atom.AtomType

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

Uses of Atom.AtomType in tuffy.mln
 

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

Methods in tuffy.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 tuffy.mln with parameters of type Atom.AtomType
 Atom Literal.toAtom(Atom.AtomType type)
          Convert this literal to an atom.