Uses of Class
org.biojava.nbio.core.sequence.reference.AbstractReference
-
Packages that use AbstractReference Package Description org.biojava.nbio.core.sequence.io org.biojava.nbio.core.sequence.reference org.biojava.nbio.core.sequence.template -
-
Uses of AbstractReference in org.biojava.nbio.core.sequence.io
Methods in org.biojava.nbio.core.sequence.io with parameters of type AbstractReference Modifier and Type Method Description void
GenericGenbankHeaderParser. addReference(AbstractReference abstractReference)
-
Uses of AbstractReference in org.biojava.nbio.core.sequence.reference
Subclasses of AbstractReference in org.biojava.nbio.core.sequence.reference Modifier and Type Class Description class
GenbankReference
For Genbank format file only. -
Uses of AbstractReference in org.biojava.nbio.core.sequence.template
Methods in org.biojava.nbio.core.sequence.template that return types with arguments of type AbstractReference Modifier and Type Method Description List<AbstractReference>
AbstractSequence. getReferences()
Method parameters in org.biojava.nbio.core.sequence.template with type arguments of type AbstractReference Modifier and Type Method Description void
AbstractSequence. setReferences(List<AbstractReference> references)
Set the list ofAbstractReference
-