Uses of Interface
org.biojavax.bio.BioEntry
-
Packages that use BioEntry Package Description org.biojavax The Biojava extensions packages, classes that extend the core biojava functionalityorg.biojavax.bio Classes to represent biological entities and their relationships.org.biojavax.bio.db Interactions between biojavax objects and a DB.org.biojavax.bio.db.biosql Interface between biojava and biosql databasesorg.biojavax.bio.seq Rich implementations of Sequences, Locations and Features.org.biojavax.bio.seq.io Classes to support the I/O of RichSequence and Bioentry objects. -
-
Uses of BioEntry in org.biojavax
Methods in org.biojavax that return BioEntry Modifier and Type Method Description BioEntryCrossReferenceResolver. getRemoteBioEntry(CrossRef cr)Given theCrossRefreturn the correspondingBioEntryBioEntryDummyCrossReferenceResolver. getRemoteBioEntry(CrossRef cr)Given theCrossRefreturn the correspondingBioEntry -
Uses of BioEntry in org.biojavax.bio
Classes in org.biojavax.bio that implement BioEntry Modifier and Type Class Description classSimpleBioEntryReference implementation of a BioEntry object which has no features or sequence.Methods in org.biojavax.bio that return BioEntry Modifier and Type Method Description BioEntryBioEntryRelationship. getObject()Returns the object of this relationship (ie. the BioEntry which this relationship starts from).BioEntrySimpleBioEntryRelationship. getObject()Returns the object of this relationship (ie. the BioEntry which this relationship starts from).BioEntryBioEntryRelationship. getSubject()Returns the subject of this relationship (ie. the BioEntry which this relationship targets).BioEntrySimpleBioEntryRelationship. getSubject()Returns the subject of this relationship (ie. the BioEntry which this relationship targets).BioEntryBioEntryIterator. nextBioEntry()Constructors in org.biojavax.bio with parameters of type BioEntry Constructor Description SimpleBioEntryRelationship(BioEntry object, BioEntry subject, ComparableTerm term, Integer rank)Creates a new instance of SimpleBioEntryRelationship. -
Uses of BioEntry in org.biojavax.bio.db
Methods in org.biojavax.bio.db that return BioEntry Modifier and Type Method Description BioEntryAbstractRichSequenceDB. getBioEntry(String id)BioEntryBioEntryDBLite. getBioEntry(String id)Retrieve a single BioEntry by its id.BioEntryHashBioEntryDB. getBioEntry(String id)Methods in org.biojavax.bio.db with parameters of type BioEntry Modifier and Type Method Description voidAbstractBioEntryDB. addBioEntry(BioEntry seq)voidAbstractRichSequenceDB. addBioEntry(BioEntry seq)voidBioEntryDBLite. addBioEntry(BioEntry seq)Adds a sequence to the database.protected voidHashBioEntryDB. addBioEntry(String id, BioEntry seq)voidHashBioEntryDB. addBioEntry(BioEntry seq)Add a BioEntry, the name of the BioEntry will be used as the ID -
Uses of BioEntry in org.biojavax.bio.db.biosql
Methods in org.biojavax.bio.db.biosql that return BioEntry Modifier and Type Method Description BioEntryBioSQLBioEntryDB. getBioEntry(String id)BioEntryBioSQLCrossReferenceResolver. getRemoteBioEntry(CrossRef cr)Given theCrossRefreturn the correspondingBioEntryMethods in org.biojavax.bio.db.biosql with parameters of type BioEntry Modifier and Type Method Description voidBioSQLBioEntryDB. _addBioEntry(BioEntry seq)voidBioSQLBioEntryDB. addBioEntry(BioEntry seq) -
Uses of BioEntry in org.biojavax.bio.seq
Subinterfaces of BioEntry in org.biojavax.bio.seq Modifier and Type Interface Description interfaceRichSequenceA rich sequence is a combination of a org.biojavax.bio.Bioentry and a Sequence.Classes in org.biojavax.bio.seq that implement BioEntry Modifier and Type Class Description classSimpleRichSequenceA simple implementation of RichSequence.classThinRichSequenceA simple implementation of RichSequence.Methods in org.biojavax.bio.seq that return BioEntry Modifier and Type Method Description BioEntryRichSequence.IOTools.SingleRichSeqIterator. nextBioEntry() -
Uses of BioEntry in org.biojavax.bio.seq.io
Methods in org.biojavax.bio.seq.io that return BioEntry Modifier and Type Method Description BioEntryHashedFastaIterator. nextBioEntry()BioEntryRichStreamReader. nextBioEntry()
-