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
SimilarityPairFeature
s.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionalignment
Alignment
field.double
score
of the search which produced the alignment.sibling
SimilarityPairFeature
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
Constructors -
Method Summary
Methods inherited from class org.biojava.bio.seq.Feature.Template
clone, equals, hashCode, toString
-
Field Details
-
sibling
sibling
SimilarityPairFeature
field. May be null if the reciprocalSimilarityPairFeature
has not yet been created. -
alignment
alignment
Alignment
field. -
score
score
of the search which produced the alignment.
-
-
Constructor Details
-
Template
public Template()
-