Package org.biojava.nbio.structure.rcsb
Class RCSBPolymer
- java.lang.Object
-
- org.biojava.nbio.structure.rcsb.RCSBPolymer
-
public class RCSBPolymer extends Object
Corresponds to a polymer in adescribeMol
XML file.- Since:
- 3.0.6
- Author:
- dmyerstu
- See Also:
- RCSB RESTful
-
-
Constructor Summary
Constructors Constructor Description RCSBPolymer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Character>
getChains()
String
getDescription()
String
getEnzClass()
Integer
getIndex()
Integer
getLength()
RCSBMacromolecule
getMolecule()
List<String>
getSynonyms()
RCSBTaxonomy
getTaxonomy()
String
getType()
Double
getWeight()
-
-
-
Constructor Detail
-
RCSBPolymer
public RCSBPolymer()
-
-
Method Detail
-
getDescription
public String getDescription()
-
getEnzClass
public String getEnzClass()
-
getMolecule
public RCSBMacromolecule getMolecule()
-
getSynonyms
public List<String> getSynonyms()
-
getTaxonomy
public RCSBTaxonomy getTaxonomy()
-
-