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.ObsoleteBehavior |
AtomCache.getObsoleteBehavior()
Returns how this instance deals with obsolete entries.
|
LocalPDBDirectory.ObsoleteBehavior |
UserConfiguration.getObsoleteBehavior() |
Modifier and Type | Method and Description |
---|---|
void |
AtomCache.setObsoleteBehavior(LocalPDBDirectory.ObsoleteBehavior behavior)
[Optional] This method changes the behavior when obsolete entries
are requested.
|
void |
UserConfiguration.setObsoleteBehavior(LocalPDBDirectory.ObsoleteBehavior obsoleteBehavior) |
Modifier and Type | Field and Description |
---|---|
static LocalPDBDirectory.ObsoleteBehavior |
LocalPDBDirectory.ObsoleteBehavior.DEFAULT |
Modifier and Type | Method and Description |
---|---|
LocalPDBDirectory.ObsoleteBehavior |
LocalPDBDirectory.getObsoleteBehavior()
Returns how this instance deals with obsolete entries.
|
static LocalPDBDirectory.ObsoleteBehavior |
LocalPDBDirectory.ObsoleteBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalPDBDirectory.ObsoleteBehavior[] |
LocalPDBDirectory.ObsoleteBehavior.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.setObsoleteBehavior(LocalPDBDirectory.ObsoleteBehavior behavior)
[Optional] This method changes the behavior when obsolete entries
are requested.
|
Copyright © 2000–2019 BioJava. All rights reserved.