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
public static class SimilarityPairFeature.Template extends StrandedFeature.Template
Template
for construction ofSimilarityPairFeature
s.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Alignment
alignment
alignment
Alignment
field.double
score
score
of the search which produced the alignment.SimilarityPairFeature
sibling
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 Constructor Description Template()
-
-
-
Field Detail
-
sibling
public SimilarityPairFeature sibling
sibling
SimilarityPairFeature
field. May be null if the reciprocalSimilarityPairFeature
has not yet been created.
-
score
public double score
score
of the search which produced the alignment.
-
-
Constructor Detail
-
Template
public Template()
-
-