org.biojava.bio.seq
Class StrandedFeature.Template

java.lang.Object
  extended byorg.biojava.bio.seq.Feature.Template
      extended byorg.biojava.bio.seq.StrandedFeature.Template
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ComponentFeature.Template, FramedFeature.Template, HomologyFeature.Template, RemoteFeature.Template, RestrictionSite.Template, SimilarityPairFeature.Template
Enclosing class:
StrandedFeature

public static class StrandedFeature.Template
extends Feature.Template

Template class for parameterizing the creation of a new StrandedFeature.

Author:
Matthew Pocock
See Also:
Serialized Form

Field Summary
 StrandedFeature.Strand strand
           
 
Fields inherited from class org.biojava.bio.seq.Feature.Template
annotation, location, source, type
 
Constructor Summary
StrandedFeature.Template()
           
 
Methods inherited from class org.biojava.bio.seq.Feature.Template
equals, hashCode, populate, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

strand

public StrandedFeature.Strand strand
Constructor Detail

StrandedFeature.Template

public StrandedFeature.Template()