Uses of Class
org.biojava.bio.seq.StrandedFeature.Template

Packages that use StrandedFeature.Template
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 of Sequence and Feature
 

Uses of StrandedFeature.Template in org.biojava.bio.molbio
 

Subclasses of StrandedFeature.Template in org.biojava.bio.molbio
static class RestrictionSite.Template
          Template for construction of RestrictionSites.
 

Uses of StrandedFeature.Template in org.biojava.bio.program.xff
 

Methods in org.biojava.bio.program.xff that return StrandedFeature.Template
protected  StrandedFeature.Template StrandedFeatureHandler.getStrandedFeatureTemplate()
           
 

Uses of StrandedFeature.Template in org.biojava.bio.seq
 

Subclasses of StrandedFeature.Template in org.biojava.bio.seq
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
static class HomologyFeature.Template
           
static class SimilarityPairFeature.Template
          Template for construction of SimilarityPairFeatures.
 

Uses of StrandedFeature.Template in org.biojava.bio.seq.impl
 

Methods in org.biojava.bio.seq.impl with parameters of type StrandedFeature.Template
protected  void SimpleStrandedFeature.fillTemplate(StrandedFeature.Template ft)
           
 

Constructors in org.biojava.bio.seq.impl with parameters of type StrandedFeature.Template
SimpleStrandedFeature(Sequence sourceSeq, FeatureHolder parent, StrandedFeature.Template template)