Uses of Class
mln.Atom.PType

Packages that use Atom.PType
mln   
 

Uses of Atom.PType in mln
 

Fields in mln declared as Atom.PType
 Atom.PType Atom.type
           
 

Methods in mln that return Atom.PType
static Atom.PType Atom.PType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Atom.PType[] Atom.PType.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.PType
 Atom Literal.toAtom(Atom.PType type)