org.biojava.bio.molbio
Class RestrictionSite.Template

java.lang.Object
  extended byorg.biojava.bio.seq.Feature.Template
      extended byorg.biojava.bio.seq.StrandedFeature.Template
          extended byorg.biojava.bio.molbio.RestrictionSite.Template
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RestrictionSite

public static class RestrictionSite.Template
extends StrandedFeature.Template

Template for construction of RestrictionSites.

See Also:
Serialized Form

Field Summary
 RestrictionEnzyme enzyme
          enzyme RestrictionEnzyme field.
 
Fields inherited from class org.biojava.bio.seq.StrandedFeature.Template
strand
 
Fields inherited from class org.biojava.bio.seq.Feature.Template
annotation, location, source, type
 
Constructor Summary
RestrictionSite.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

enzyme

public RestrictionEnzyme enzyme
enzyme RestrictionEnzyme field.

Constructor Detail

RestrictionSite.Template

public RestrictionSite.Template()