| 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleRichFeature
A simple implementation of RichFeature. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static RichFeature | 
RichFeature.Tools.enrich(Feature f)
Takes a normal Feature and attempts to convert it into a RichFeature. 
 | 
RichFeature | 
EmptyRichLocation.getFeature()
Retrieves the feature this location is associated with. 
 | 
RichFeature | 
RichLocation.getFeature()
Retrieves the feature this location is associated with. 
 | 
RichFeature | 
SimpleRichLocation.getFeature()
Retrieves the feature this location is associated with. 
 | 
RichFeature | 
SimpleRichFeatureRelationship.getObject()
Returns the object of this relationship (ie. the feature which
 this relationship starts from). 
 | 
RichFeature | 
RichFeatureRelationship.getObject()
Returns the object of this relationship (ie. the feature which
 this relationship starts from). 
 | 
RichFeature | 
SimpleRichFeatureRelationship.getSubject()
Gets the feature that this relationship refers to. 
 | 
RichFeature | 
RichFeatureRelationship.getSubject()
Gets the feature that this relationship refers to. 
 | 
static RichFeature | 
RichFeature.Tools.makeEmptyFeature()
A way to make a dummy feature 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EmptyRichLocation.setFeature(RichFeature feature)
Sets the feature this location is associated with. 
 | 
void | 
CompoundRichLocation.setFeature(RichFeature feature)
Sets the feature this location is associated with. 
 | 
void | 
RichLocation.setFeature(RichFeature feature)
Sets the feature this location is associated with. 
 | 
void | 
SimpleRichLocation.setFeature(RichFeature feature)
Sets the feature this location is associated with. 
 | 
| Constructor and Description | 
|---|
SimpleRichFeatureRelationship(RichFeature object,
                             RichFeature subject,
                             ComparableTerm term,
                             int rank)
Creates a new instance of SimpleRichFeatureRelationship. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected RichFeature | 
RichSeqIOAdapter.emptyFeature
This is a dummy feature. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RichFeature | 
DebuggingRichSeqIOListener.getCurrentFeature()  | 
RichFeature | 
SimpleRichSequenceBuilder.getCurrentFeature()
Gets the feature currently being created. 
 | 
RichFeature | 
RichSeqIOListener.getCurrentFeature()
Gets the feature currently being created. 
 | 
RichFeature | 
RichSeqIOAdapter.getCurrentFeature()  | 
Copyright © 2020 BioJava. All rights reserved.