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 adescribeMolXML 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()StringgetDescription()StringgetEnzClass()IntegergetIndex()IntegergetLength()RCSBMacromoleculegetMolecule()List<String>getSynonyms()RCSBTaxonomygetTaxonomy()StringgetType()DoublegetWeight()
-
-
-
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()
-
-