| Package | Description |
|---|---|
| org.biojava.nbio.structure | |
| org.biojava.nbio.structure.align.util | |
| org.biojava.nbio.structure.io |
Input and Output of Structures
|
| Modifier and Type | Method and Description |
|---|---|
static StructureFiletype |
StructureIO.guessFiletype(String filename)
Attempts to guess the type of a structure file based on the extension
|
| Modifier and Type | Method and Description |
|---|---|
StructureFiletype |
AtomCache.getFiletype()
Returns the currently active file type that will be parsed.
|
StructureFiletype |
UserConfiguration.getStructureFiletype() |
| Modifier and Type | Method and Description |
|---|---|
void |
AtomCache.setFiletype(StructureFiletype filetype)
Set the file type that will be parsed.
|
| Modifier and Type | Method and Description |
|---|---|
static StructureFiletype |
StructureFiletype.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.
|
Copyright © 2000–2021 BioJava. All rights reserved.