Uses of Interface
org.biojavax.bio.seq.RichFeature
-
Packages that use RichFeature Package Description org.biojavax.bio.seq Rich implementations of Sequences, Locations and Features.org.biojavax.bio.seq.io Classes to support the I/O of RichSequence and Bioentry objects. -
-
Uses of RichFeature in org.biojavax.bio.seq
Classes in org.biojavax.bio.seq that implement RichFeature Modifier and Type Class Description classSimpleRichFeatureA simple implementation of RichFeature.Methods in org.biojavax.bio.seq that return RichFeature Modifier and Type Method Description static RichFeatureRichFeature.Tools. enrich(Feature f)Takes a normal Feature and attempts to convert it into a RichFeature.RichFeatureEmptyRichLocation. getFeature()Retrieves the feature this location is associated with.RichFeatureRichLocation. getFeature()Retrieves the feature this location is associated with.RichFeatureSimpleRichLocation. getFeature()Retrieves the feature this location is associated with.RichFeatureRichFeatureRelationship. getObject()Returns the object of this relationship (ie. the feature which this relationship starts from).RichFeatureSimpleRichFeatureRelationship. getObject()Returns the object of this relationship (ie. the feature which this relationship starts from).RichFeatureRichFeatureRelationship. getSubject()Gets the feature that this relationship refers to.RichFeatureSimpleRichFeatureRelationship. getSubject()Gets the feature that this relationship refers to.static RichFeatureRichFeature.Tools. makeEmptyFeature()A way to make a dummy featureMethods in org.biojavax.bio.seq with parameters of type RichFeature Modifier and Type Method Description voidCompoundRichLocation. setFeature(RichFeature feature)Sets the feature this location is associated with.voidEmptyRichLocation. setFeature(RichFeature feature)Sets the feature this location is associated with.voidRichLocation. setFeature(RichFeature feature)Sets the feature this location is associated with.voidSimpleRichLocation. setFeature(RichFeature feature)Sets the feature this location is associated with.Constructors in org.biojavax.bio.seq with parameters of type RichFeature Constructor Description SimpleRichFeatureRelationship(RichFeature object, RichFeature subject, ComparableTerm term, int rank)Creates a new instance of SimpleRichFeatureRelationship. -
Uses of RichFeature in org.biojavax.bio.seq.io
Fields in org.biojavax.bio.seq.io declared as RichFeature Modifier and Type Field Description protected RichFeatureRichSeqIOAdapter. emptyFeatureThis is a dummy feature.Methods in org.biojavax.bio.seq.io that return RichFeature Modifier and Type Method Description RichFeatureDebuggingRichSeqIOListener. getCurrentFeature()RichFeatureRichSeqIOAdapter. getCurrentFeature()RichFeatureRichSeqIOListener. getCurrentFeature()Gets the feature currently being created.RichFeatureSimpleRichSequenceBuilder. getCurrentFeature()Gets the feature currently being created.
-