Uses of Class
org.biojava.nbio.structure.io.StructureFiletype
-
Packages that use StructureFiletype Package Description org.biojava.nbio.structure org.biojava.nbio.structure.align.util org.biojava.nbio.structure.io Input and Output of Structures -
-
Uses of StructureFiletype in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return StructureFiletype Modifier and Type Method Description static StructureFiletypeStructureIO. guessFiletype(String filename)Attempts to guess the type of a structure file based on the extension -
Uses of StructureFiletype in org.biojava.nbio.structure.align.util
Methods in org.biojava.nbio.structure.align.util that return StructureFiletype Modifier and Type Method Description StructureFiletypeAtomCache. getFiletype()Returns the currently active file type that will be parsed.StructureFiletypeUserConfiguration. getStructureFiletype()Methods in org.biojava.nbio.structure.align.util with parameters of type StructureFiletype Modifier and Type Method Description voidAtomCache. setFiletype(StructureFiletype filetype)Set the file type that will be parsed. -
Uses of StructureFiletype in org.biojava.nbio.structure.io
Methods in org.biojava.nbio.structure.io that return StructureFiletype Modifier and Type Method Description static StructureFiletypeStructureFiletype. valueOf(String name)Returns the enum constant of this type with the specified name.static StructureFiletype[]StructureFiletype. values()Returns an array containing the constants of this enum type, in the order they are declared.
-