Uses of Class
info.mrupp.isoak1.MolecularGraph.FileFormat

Uses of MolecularGraph.FileFormat in info.mrupp.isoak1
 

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

Constructors in info.mrupp.isoak1 with parameters of type MolecularGraph.FileFormat
MolecularGraph(java.io.LineNumberReader reader, MolecularGraph.FileFormat format)
          Creates a new molecular graph from a given source.