Uses of Interface
org.biojavax.RankedCrossRef
Packages that use RankedCrossRef
Package
Description
The Biojava extensions packages, classes that extend the core biojava
functionality
Classes to represent biological entities and their relationships.
Rich implementations of Sequences, Locations and Features.
Classes to support the I/O of RichSequence and
Bioentry objects.
Extensions to the biojava ontology model that represent BioSQL ontology.
-
Uses of RankedCrossRef in org.biojavax
Classes in org.biojavax that implement RankedCrossRefModifier and TypeClassDescriptionclassSimple implementation of RankedCrossRef.Methods in org.biojavax that return types with arguments of type RankedCrossRefModifier and TypeMethodDescriptionRankedCrossRefable.getRankedCrossRefs()Returns the set of all ranked cross references associated with an object.Methods in org.biojavax with parameters of type RankedCrossRefModifier and TypeMethodDescriptionvoidRankedCrossRefable.addRankedCrossRef(RankedCrossRef crossref) Adds a ranked cross reference to the existing set.voidRankedCrossRefable.removeRankedCrossRef(RankedCrossRef crossref) Removes a ranked cross reference from the existing set.Method parameters in org.biojavax with type arguments of type RankedCrossRefModifier and TypeMethodDescriptionvoidRankedCrossRefable.setRankedCrossRefs(Set<RankedCrossRef> crossrefs) Sets the ranked cross references associated with an object. -
Uses of RankedCrossRef in org.biojavax.bio
Methods in org.biojavax.bio that return types with arguments of type RankedCrossRefModifier and TypeMethodDescriptionSimpleBioEntry.getRankedCrossRefs()Returns the set of all ranked cross references associated with an object.Methods in org.biojavax.bio with parameters of type RankedCrossRefModifier and TypeMethodDescriptionvoidSimpleBioEntry.addRankedCrossRef(RankedCrossRef crossref) Adds a ranked cross reference to the existing set.voidSimpleBioEntry.removeRankedCrossRef(RankedCrossRef crossref) Removes a ranked cross reference from the existing set.Method parameters in org.biojavax.bio with type arguments of type RankedCrossRefModifier and TypeMethodDescriptionvoidSimpleBioEntry.setRankedCrossRefs(Set<RankedCrossRef> rankedcrossrefs) -
Uses of RankedCrossRef in org.biojavax.bio.seq
Methods in org.biojavax.bio.seq that return types with arguments of type RankedCrossRefModifier and TypeMethodDescriptionSimpleRichFeature.getRankedCrossRefs()Returns the set of all ranked cross references associated with an object.Methods in org.biojavax.bio.seq with parameters of type RankedCrossRefModifier and TypeMethodDescriptionvoidSimpleRichFeature.addRankedCrossRef(RankedCrossRef crossref) Adds a ranked cross reference to the existing set.voidSimpleRichFeature.removeRankedCrossRef(RankedCrossRef crossref) Removes a ranked cross reference from the existing set. -
Uses of RankedCrossRef in org.biojavax.bio.seq.io
Methods in org.biojavax.bio.seq.io with parameters of type RankedCrossRefModifier and TypeMethodDescriptionvoidDebuggingRichSeqIOListener.setRankedCrossRef(RankedCrossRef crossRef) voidRichSeqIOAdapter.setRankedCrossRef(RankedCrossRef crossRef) voidRichSeqIOListener.setRankedCrossRef(RankedCrossRef crossRef) Call back method so the event emitter can tell the listener about a cross reference.voidSimpleRichSequenceBuilder.setRankedCrossRef(RankedCrossRef ref) Call back method so the event emitter can tell the listener about a cross reference. -
Uses of RankedCrossRef in org.biojavax.ontology
Methods in org.biojavax.ontology with parameters of type RankedCrossRefModifier and TypeMethodDescriptionvoidSimpleComparableTerm.addRankedCrossRef(RankedCrossRef crossref) Adds a ranked cross reference to the existing set.voidSimpleComparableTerm.removeRankedCrossRef(RankedCrossRef crossref) Removes a ranked cross reference from the existing set.