org.biojava.bio.molbio
Class RestrictionSite.Template

java.lang.Object
  extended by org.biojava.bio.seq.Feature.Template
      extended by org.biojava.bio.seq.StrandedFeature.Template
          extended by org.biojava.bio.molbio.RestrictionSite.Template
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing interface:
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, sourceTerm, type, typeTerm
 
Constructor Summary
RestrictionSite.Template()
           
 
Method Summary
 
Methods inherited from class org.biojava.bio.seq.Feature.Template
clone, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

enzyme

public RestrictionEnzyme enzyme
enzyme RestrictionEnzyme field.

Constructor Detail

RestrictionSite.Template

public RestrictionSite.Template()