Uses of Interface
org.biojavax.bio.seq.RichFeatureRelationship
Packages that use RichFeatureRelationship
-
Uses of RichFeatureRelationship in org.biojavax.bio.seq
Classes in org.biojavax.bio.seq that implement RichFeatureRelationshipModifier and TypeClassDescriptionclass
Represents a relationship between two features that is described by a term.Methods in org.biojavax.bio.seq that return types with arguments of type RichFeatureRelationshipModifier and TypeMethodDescriptionRichFeatureRelationshipHolder.getFeatureRelationshipSet()
Returns the set of relationships held in this feature holder.SimpleRichFeature.getFeatureRelationshipSet()
Returns the set of relationships held in this feature holder.Methods in org.biojavax.bio.seq with parameters of type RichFeatureRelationshipModifier and TypeMethodDescriptionvoid
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.Method parameters in org.biojavax.bio.seq with type arguments of type RichFeatureRelationshipModifier and TypeMethodDescriptionvoid
RichFeatureRelationshipHolder.setFeatureRelationshipSet
(Set<RichFeatureRelationship> relationships) Clears the relations from this feature holder and replaces them with a new set.void
SimpleRichFeature.setFeatureRelationshipSet
(Set<RichFeatureRelationship> relationships) Clears the relations from this feature holder and replaces them with a new set.