Package | Description |
---|---|
org.biojava.nbio.structure.align.util | |
org.biojava.nbio.structure.io |
Input and Output of Structures
|
Modifier and Type | Method and Description |
---|---|
LocalPDBDirectory.FetchBehavior |
AtomCache.getFetchBehavior()
Get the behavior for fetching files from the server
|
LocalPDBDirectory.FetchBehavior |
UserConfiguration.getFetchBehavior() |
Modifier and Type | Method and Description |
---|---|
void |
AtomCache.setFetchBehavior(LocalPDBDirectory.FetchBehavior fetchBehavior)
Set the behavior for fetching files from the server
|
void |
UserConfiguration.setFetchBehavior(LocalPDBDirectory.FetchBehavior fetchBehavior) |
Modifier and Type | Field and Description |
---|---|
static LocalPDBDirectory.FetchBehavior |
LocalPDBDirectory.FetchBehavior.DEFAULT |
Modifier and Type | Method and Description |
---|---|
LocalPDBDirectory.FetchBehavior |
LocalPDBDirectory.getFetchBehavior()
Get the behavior for fetching files from the server
|
static LocalPDBDirectory.FetchBehavior |
LocalPDBDirectory.FetchBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalPDBDirectory.FetchBehavior[] |
LocalPDBDirectory.FetchBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalPDBDirectory.setFetchBehavior(LocalPDBDirectory.FetchBehavior fetchBehavior)
Set the behavior for fetching files from the server.
|
Copyright © 2000–2019 BioJava. All rights reserved.