Uses of Class
org.biojava.bio.seq.StrandedFeature.Template
-
Packages that use StrandedFeature.Template Package Description org.biojava.bio.molbio The classes and interfaces in this package cover common molecular biological techniques such as restriction digests and PCR.org.biojava.bio.program.xff Event-driven parsing system for the Extensible Feature Format (XFF).org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects.org.biojava.bio.seq.homol The classes and interfaces for defining sequence similarity and honology.org.biojava.bio.seq.impl Standard in-memory implementations ofSequence
andFeature
. -
-
Uses of StrandedFeature.Template in org.biojava.bio.molbio
Subclasses of StrandedFeature.Template in org.biojava.bio.molbio Modifier and Type Class Description static class
RestrictionSite.Template
Template
for construction ofRestrictionSite
s. -
Uses of StrandedFeature.Template in org.biojava.bio.program.xff
Methods in org.biojava.bio.program.xff that return StrandedFeature.Template Modifier and Type Method Description protected StrandedFeature.Template
StrandedFeatureHandler. getStrandedFeatureTemplate()
-
Uses of StrandedFeature.Template in org.biojava.bio.seq
Subclasses of StrandedFeature.Template in org.biojava.bio.seq Modifier and Type Class Description static class
ComponentFeature.Template
Template for constructing a new ComponentFeature.static class
FramedFeature.Template
static class
RemoteFeature.Template
-
Uses of StrandedFeature.Template in org.biojava.bio.seq.homol
Subclasses of StrandedFeature.Template in org.biojava.bio.seq.homol Modifier and Type Class Description static class
HomologyFeature.Template
static class
SimilarityPairFeature.Template
Template
for construction ofSimilarityPairFeature
s. -
Uses of StrandedFeature.Template in org.biojava.bio.seq.impl
Methods in org.biojava.bio.seq.impl with parameters of type StrandedFeature.Template Modifier and Type Method Description protected void
SimpleStrandedFeature. fillTemplate(StrandedFeature.Template ft)
Constructors in org.biojava.bio.seq.impl with parameters of type StrandedFeature.Template Constructor Description SimpleStrandedFeature(Sequence sourceSeq, FeatureHolder parent, StrandedFeature.Template template)
-