Class PolymerEntity
java.lang.Object
org.episteme.natural.biology.loaders.pdbml.PolymerEntity
Polymer entity (protein, nucleic acid).
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetType()booleanbooleanvoidsetEntityId(String id) voidvoidvoid
-
Constructor Details
-
PolymerEntity
public PolymerEntity()
-
-
Method Details
-
getEntityId
-
setEntityId
-
getType
-
setType
-
getSequence
-
setSequence
-
getSequenceCanonical
-
setSequenceCanonical
-
getSequenceLength
public int getSequenceLength() -
isProtein
public boolean isProtein() -
isNucleicAcid
public boolean isNucleicAcid()
-