Uses of Enum Class
org.biojava.nbio.structure.io.StructureFiletype
Packages that use StructureFiletype
Package
Description
Interfaces and classes for protein structure (PDB).
Input and Output of Structures
-
Uses of StructureFiletype in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return StructureFiletypeModifier and TypeMethodDescriptionstatic 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 StructureFiletypeModifier and TypeMethodDescriptionAtomCache.getFiletype()Returns the currently active file type that will be parsed.UserConfiguration.getStructureFiletype()Methods in org.biojava.nbio.structure.align.util with parameters of type StructureFiletypeModifier and TypeMethodDescriptionvoidAtomCache.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 StructureFiletypeModifier and TypeMethodDescriptionstatic StructureFiletypeReturns the enum constant of this class with the specified name.static StructureFiletype[]StructureFiletype.values()Returns an array containing the constants of this enum class, in the order they are declared.