Uses of Class
org.biojava.nbio.structure.io.LocalPDBDirectory.ObsoleteBehavior
-
Packages that use LocalPDBDirectory.ObsoleteBehavior Package Description org.biojava.nbio.structure.align.util org.biojava.nbio.structure.io Input and Output of Structures -
-
Uses of LocalPDBDirectory.ObsoleteBehavior in org.biojava.nbio.structure.align.util
Methods in org.biojava.nbio.structure.align.util that return LocalPDBDirectory.ObsoleteBehavior Modifier and Type Method Description LocalPDBDirectory.ObsoleteBehaviorAtomCache. getObsoleteBehavior()Returns how this instance deals with obsolete entries.LocalPDBDirectory.ObsoleteBehaviorUserConfiguration. getObsoleteBehavior()Methods in org.biojava.nbio.structure.align.util with parameters of type LocalPDBDirectory.ObsoleteBehavior Modifier and Type Method Description voidAtomCache. setObsoleteBehavior(LocalPDBDirectory.ObsoleteBehavior behavior)[Optional] This method changes the behavior when obsolete entries are requested.voidUserConfiguration. setObsoleteBehavior(LocalPDBDirectory.ObsoleteBehavior obsoleteBehavior) -
Uses of LocalPDBDirectory.ObsoleteBehavior in org.biojava.nbio.structure.io
Fields in org.biojava.nbio.structure.io declared as LocalPDBDirectory.ObsoleteBehavior Modifier and Type Field Description static LocalPDBDirectory.ObsoleteBehaviorLocalPDBDirectory.ObsoleteBehavior. DEFAULTMethods in org.biojava.nbio.structure.io that return LocalPDBDirectory.ObsoleteBehavior Modifier and Type Method Description LocalPDBDirectory.ObsoleteBehaviorLocalPDBDirectory. getObsoleteBehavior()Returns how this instance deals with obsolete entries.static LocalPDBDirectory.ObsoleteBehaviorLocalPDBDirectory.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.Methods in org.biojava.nbio.structure.io with parameters of type LocalPDBDirectory.ObsoleteBehavior Modifier and Type Method Description voidLocalPDBDirectory. setObsoleteBehavior(LocalPDBDirectory.ObsoleteBehavior behavior)[Optional] This method changes the behavior when obsolete entries are requested.
-