Package org.biojava.nbio.structure
Class Identifier
- java.lang.Object
-
- org.biojava.nbio.structure.Identifier
-
@Deprecated public class Identifier extends java.lang.Object
Deprecated.UseStructureName
instead. Deprecated in v. 4.2.0A collection of utilities to createStructureIdentifiers
.- Author:
- dmyersturnbull
-
-
Constructor Summary
Constructors Constructor Description Identifier()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static StructureIdentifier
loadIdentifier(java.lang.String id, AtomCache cache)
Deprecated.Create a newStructureName
instead.
-
-
-
Method Detail
-
loadIdentifier
@Deprecated public static StructureIdentifier loadIdentifier(java.lang.String id, AtomCache cache)
Deprecated.Create a newStructureName
instead.Loads aStructureIdentifier
from the specified string. The type returned for any particular string can be considered relatively stable but should not be relied on.
-
-