org.biojava3.core.sequence.features
Class TextFeature<S extends AbstractSequence<C>,C extends Compound>

java.lang.Object
  extended by org.biojava3.core.sequence.features.AbstractFeature<S,C>
      extended by 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

Field Summary
 
Fields inherited from class org.biojava3.core.sequence.features.AbstractFeature
LENGTH, LOCATION_LENGTH
 
Constructor Summary
TextFeature(String type, String source, String shortDescription, String description)
           
 
Method Summary
 
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
 

Constructor Detail

TextFeature

public TextFeature(String type,
                   String source,
                   String shortDescription,
                   String description)