Uses of Interface
org.biojavax.bio.seq.RichFeatureRelationship
-
Packages that use RichFeatureRelationship Package Description org.biojavax.bio.seq Rich implementations of Sequences, Locations and Features. -
-
Uses of RichFeatureRelationship in org.biojavax.bio.seq
Classes in org.biojavax.bio.seq that implement RichFeatureRelationship Modifier and Type Class Description classSimpleRichFeatureRelationshipRepresents a relationship between two features that is described by a term.Methods in org.biojavax.bio.seq with parameters of type RichFeatureRelationship Modifier and Type Method Description voidRichFeatureRelationshipHolder. addFeatureRelationship(RichFeatureRelationship relationship)Adds a relationship to this feature holder.voidSimpleRichFeature. addFeatureRelationship(RichFeatureRelationship relationship)Adds a relationship to this feature holder.voidRichFeatureRelationshipHolder. removeFeatureRelationship(RichFeatureRelationship relationship)Removes a relationship from this feature holder.voidSimpleRichFeature. removeFeatureRelationship(RichFeatureRelationship relationship)Removes a relationship from this feature holder.
-