Package org.biojava.bio.seq
Class ComponentFeature.Template
java.lang.Object
org.biojava.bio.seq.Feature.Template
org.biojava.bio.seq.StrandedFeature.Template
org.biojava.bio.seq.ComponentFeature.Template
- All Implemented Interfaces:
Serializable
,Cloneable
- Enclosing interface:
ComponentFeature
Template for constructing a new ComponentFeature.
In BioJava 1.2, we add the componentSequenceName
property. In general, it is only necessary to specify
either componentSequenceName or componentSequence
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields 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
-
componentSequenceName
-
componentSequence
-
componentLocation
-
-
Constructor Details
-
Template
public Template()
-