org.biojava3.core.sequence.features
Class TextFeature<S extends AbstractSequence<C>,C extends Compound>
java.lang.Object
org.biojava3.core.sequence.features.AbstractFeature<S,C>
org.biojava3.core.sequence.features.TextFeature<S,C>
- All Implemented Interfaces:
- FeatureInterface<S,C>
public class TextFeature<S extends AbstractSequence<C>,C extends Compound>
- extends AbstractFeature<S,C>
A implmentation of AbstractFeature
- Author:
- Scooter Willis
Methods inherited from class org.biojava3.core.sequence.features.AbstractFeature |
getChildrenFeatures, getDescription, getLocations, getParentFeature, getShortDescription, getSource, getType, getUserObject, setChildrenFeatures, setDescription, setLocation, setParentFeature, setShortDescription, setSource, setType, setUserObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextFeature
public TextFeature(String type,
String source,
String shortDescription,
String description)