Package | Description |
---|---|
org.biojavax.bio.seq |
Rich implementations of Sequences, Locations and Features.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleRichFeatureRelationship
Represents a relationship between two features that is described by a term.
|
Modifier and Type | Method and Description |
---|---|
void |
RichFeatureRelationshipHolder.addFeatureRelationship(RichFeatureRelationship relationship)
Adds a relationship to this feature holder.
|
void |
SimpleRichFeature.addFeatureRelationship(RichFeatureRelationship relationship)
Adds a relationship to this feature holder.
|
void |
RichFeatureRelationshipHolder.removeFeatureRelationship(RichFeatureRelationship relationship)
Removes a relationship from this feature holder.
|
void |
SimpleRichFeature.removeFeatureRelationship(RichFeatureRelationship relationship)
Removes a relationship from this feature holder.
|