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 ofSequenceandFeature. - 
- 
Uses of StrandedFeature.Template in org.biojava.bio.molbio
Subclasses of StrandedFeature.Template in org.biojava.bio.molbio Modifier and Type Class Description static classRestrictionSite.TemplateTemplatefor construction ofRestrictionSites. - 
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.TemplateStrandedFeatureHandler. 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 classComponentFeature.TemplateTemplate for constructing a new ComponentFeature.static classFramedFeature.Templatestatic classRemoteFeature.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 classHomologyFeature.Templatestatic classSimilarityPairFeature.TemplateTemplatefor construction ofSimilarityPairFeatures. - 
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 voidSimpleStrandedFeature. 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) 
 -