Package org.biojava.bio.seq.homol
Class SimilarityPairFeature.Template
java.lang.Object
org.biojava.bio.seq.Feature.Template
org.biojava.bio.seq.StrandedFeature.Template
org.biojava.bio.seq.homol.SimilarityPairFeature.Template
- All Implemented Interfaces:
Serializable,Cloneable
- Enclosing interface:
- SimilarityPairFeature
Template for construction of
SimilarityPairFeatures.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionalignmentAlignmentfield.doublescoreof the search which produced the alignment.siblingSimilarityPairFeaturefield.Fields inherited from class org.biojava.bio.seq.StrandedFeature.Template
strandFields inherited from class org.biojava.bio.seq.Feature.Template
annotation, location, source, sourceTerm, type, typeTerm -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.biojava.bio.seq.Feature.Template
clone, equals, hashCode, toString
-
Field Details
-
sibling
siblingSimilarityPairFeaturefield. May be null if the reciprocalSimilarityPairFeaturehas not yet been created. -
alignment
alignmentAlignmentfield. -
score
scoreof the search which produced the alignment.
-
-
Constructor Details
-
Template
public Template()
-