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 |
---|---|
Set<RichFeatureRelationship> |
SimpleRichFeature.getFeatureRelationshipSet()
Returns the set of relationships held in this feature holder.
|
Set<RichFeatureRelationship> |
RichFeatureRelationshipHolder.getFeatureRelationshipSet()
Returns the set of relationships held in this feature holder.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleRichFeature.addFeatureRelationship(RichFeatureRelationship relationship)
Adds a relationship to this feature holder.
|
void |
RichFeatureRelationshipHolder.addFeatureRelationship(RichFeatureRelationship relationship)
Adds a relationship to this feature holder.
|
void |
SimpleRichFeature.removeFeatureRelationship(RichFeatureRelationship relationship)
Removes a relationship from this feature holder.
|
void |
RichFeatureRelationshipHolder.removeFeatureRelationship(RichFeatureRelationship relationship)
Removes a relationship from this feature holder.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleRichFeature.setFeatureRelationshipSet(Set<RichFeatureRelationship> relationships)
Clears the relations from this feature holder and replaces them with a new set.
|
void |
RichFeatureRelationshipHolder.setFeatureRelationshipSet(Set<RichFeatureRelationship> relationships)
Clears the relations from this feature holder and replaces them with a new set.
|
Copyright © 2014 BioJava. All rights reserved.