Uses of Interface
org.biojavax.CrossRef
-
Packages that use CrossRef Package Description org.biojavax The Biojava extensions packages, classes that extend the core biojava functionalityorg.biojavax.bio.db.biosql Interface between biojava and biosql databasesorg.biojavax.bio.seq Rich implementations of Sequences, Locations and Features. -
-
Uses of CrossRef in org.biojavax
Classes in org.biojavax that implement CrossRef Modifier and Type Class Description classSimpleCrossRefA basic CrossRef implementation.Methods in org.biojavax that return CrossRef Modifier and Type Method Description CrossRefDocRef. getCrossref()The document reference may refer to an object in another database.CrossRefSimpleDocRef. getCrossref()The document reference may refer to an object in another database.CrossRefRankedCrossRef. getCrossRef()Return the cross reference associated with this object.CrossRefSimpleRankedCrossRef. getCrossRef()Return the cross reference associated with this object.Methods in org.biojavax with parameters of type CrossRef Modifier and Type Method Description BioEntryCrossReferenceResolver. getRemoteBioEntry(CrossRef cr)Given theCrossRefreturn the correspondingBioEntryBioEntryDummyCrossReferenceResolver. getRemoteBioEntry(CrossRef cr)Given theCrossRefreturn the correspondingBioEntrySymbolListCrossReferenceResolver. getRemoteSymbolList(CrossRef cr, Alphabet a)Given a cross reference, return the corresponding symbol list.SymbolListDummyCrossReferenceResolver. getRemoteSymbolList(CrossRef cr, Alphabet a)Given a cross reference, return the corresponding symbol list.voidDocRef. setCrossref(CrossRef crossref)The document reference may refer to an object in another database.voidSimpleDocRef. setCrossref(CrossRef crossref)The document reference may refer to an object in another database.Constructors in org.biojavax with parameters of type CrossRef Constructor Description SimpleRankedCrossRef(CrossRef crossref, int rank)Constructs a new crossref with a rank. -
Uses of CrossRef in org.biojavax.bio.db.biosql
Methods in org.biojavax.bio.db.biosql with parameters of type CrossRef Modifier and Type Method Description BioEntryBioSQLCrossReferenceResolver. getRemoteBioEntry(CrossRef cr)Given theCrossRefreturn the correspondingBioEntrySymbolListBioSQLCrossReferenceResolver. getRemoteSymbolList(CrossRef cr, Alphabet a)Given a cross reference, return the corresponding symbol list. -
Uses of CrossRef in org.biojavax.bio.seq
Methods in org.biojavax.bio.seq that return CrossRef Modifier and Type Method Description CrossRefEmptyRichLocation. getCrossRef()Retrieves the crossref associated with this location.CrossRefMultiSourceCompoundRichLocation. getCrossRef()Retrieves the crossref associated with this location.CrossRefRichLocation. getCrossRef()Retrieves the crossref associated with this location.CrossRefSimpleRichLocation. getCrossRef()Retrieves the crossref associated with this location.Methods in org.biojavax.bio.seq with parameters of type CrossRef Modifier and Type Method Description protected voidSimpleRichLocation. setCrossRef(CrossRef crossRef)Constructors in org.biojavax.bio.seq with parameters of type CrossRef Constructor Description SimpleRichLocation(Position pos, int rank, RichLocation.Strand strand, CrossRef crossRef)Creates a new instance of SimpleRichSequenceLocation that points to a single position on another sequence.SimpleRichLocation(Position min, Position max, int rank, RichLocation.Strand strand, CrossRef crossRef)Creates a new instance of SimpleRichSequenceLocation that points to a range position on another sequence.
-