Uses of Class
org.biojava.bio.structure.io.mmcif.model.EntityPolySeq

Packages that use EntityPolySeq
org.biojava.bio.structure.io.mmcif Input and Output of mmcif files 
 

Uses of EntityPolySeq in org.biojava.bio.structure.io.mmcif
 

Methods in org.biojava.bio.structure.io.mmcif with parameters of type EntityPolySeq
 void ChemCompConsumer.newEntityPolySeq(EntityPolySeq epolseq)
           
 void MMcifConsumer.newEntityPolySeq(EntityPolySeq epolseq)
           
 void SimpleMMcifConsumer.newEntityPolySeq(EntityPolySeq epolseq)
          The EntityPolySeq object provide the amino acid sequence objects for the Entities.
 void SimpleMMcifParser.triggerNewEntityPolySeq(EntityPolySeq epolseq)