Uses of Interface
org.biojavax.ontology.ComparableTerm
-
Packages that use ComparableTerm 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.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.org.biojavax.ontology Extensions to the biojava ontology model that represent BioSQL ontology. -
-
Uses of ComparableTerm in org.biojavax
Methods in org.biojavax that return ComparableTerm Modifier and Type Method Description ComparableTermNote. getTerm()Gets the term that defines this note.ComparableTermSimpleNote. getTerm()Gets the term that defines this note.Methods in org.biojavax with parameters of type ComparableTerm Modifier and Type Method Description voidNote. setTerm(ComparableTerm term)Sets the term for this note.voidSimpleNote. setTerm(ComparableTerm term)Sets the term for this note.Constructors in org.biojavax with parameters of type ComparableTerm Constructor Description SimpleNote(ComparableTerm term, String value, int rank)Creates a new instance of SimpleNote with a given term, value and rank. -
Uses of ComparableTerm in org.biojavax.bio
Methods in org.biojavax.bio that return ComparableTerm Modifier and Type Method Description ComparableTermBioEntryRelationship. getTerm()Returns the term describing the relationship.ComparableTermSimpleBioEntryRelationship. getTerm()Returns the term describing the relationship.Constructors in org.biojavax.bio with parameters of type ComparableTerm Constructor Description SimpleBioEntryRelationship(BioEntry object, BioEntry subject, ComparableTerm term, Integer rank)Creates a new instance of SimpleBioEntryRelationship. -
Uses of ComparableTerm in org.biojavax.bio.db.biosql
Methods in org.biojavax.bio.db.biosql that return ComparableTerm Modifier and Type Method Description ComparableTermBioSQLFeatureFilter.BySourceTerm. getSourceTerm()ComparableTermBioSQLFeatureFilter.ByNoteTermOnly. getTerm()ComparableTermBioSQLFeatureFilter.ByTypeTerm. getTypeTerm()Constructors in org.biojavax.bio.db.biosql with parameters of type ComparableTerm Constructor Description ByNoteTermOnly(ComparableTerm term)BySourceTerm(ComparableTerm sourceTerm)Create a BySourceTerm filter that filters in all features with sourceTerm fields equal to source.ByTypeTerm(ComparableTerm typeTerm)Create a ByTypeTerm filter that filters in all features with typeTerm fields equal to typeTerm. -
Uses of ComparableTerm in org.biojavax.bio.seq
Fields in org.biojavax.bio.seq declared as ComparableTerm Modifier and Type Field Description protected ComparableTermSimpleRichLocation. termMethods in org.biojavax.bio.seq that return ComparableTerm Modifier and Type Method Description static ComparableTermRichSequence.Terms. getAdditionalAccessionTerm()Getter for the secondary/tertiary/additional accession termstatic ComparableTermSimpleRichFeatureRelationship. getContainsTerm()Gets the default CONTAINS term used for defining the relationship between features.static ComparableTermRichSequence.Terms. getCopyrightTerm()Getter for the copyright termstatic ComparableTermRichSequence.Terms. getDataClassTerm()Getter for the DataClass termstatic ComparableTermRichSequence.Terms. getDateAnnotatedTerm()Getter for the date annotated termstatic ComparableTermRichSequence.Terms. getDateCreatedTerm()Getter for the date created termstatic ComparableTermRichSequence.Terms. getDateUpdatedTerm()Getter for the date updated termstatic ComparableTermRichSequence.Terms. getFeatureDescTerm()Getter for the FeatureDesc termstatic ComparableTermRichSequence.Terms. getFTIdTerm()Getter for the FTId termstatic ComparableTermRichSequence.Terms. getGeneNameTerm()Getter for the GeneName termstatic ComparableTermRichSequence.Terms. getGeneSynonymTerm()Getter for the GeneSynonym termstatic ComparableTermCompoundRichLocation. getJoinTerm()Getter for the "join" termstatic ComparableTermRichSequence.Terms. getKeywordTerm()Getter for the keyword termstatic ComparableTermRichSequence.Terms. getMolTypeTerm()getter for the MolType termstatic ComparableTermRichSequence.Terms. getOrderedLocusNameTerm()Getter for the OrderedLocusName termstatic ComparableTermCompoundRichLocation. getOrderTerm()Getter for the "order" termstatic ComparableTermRichSequence.Terms. getORFNameTerm()Getter for the ORFName termstatic ComparableTermRichSequence.Terms. getOrganelleTerm()Getter for the Organelle termstatic ComparableTermRichSequence.Terms. getPlasmidTerm()Getter for the Plasmid termstatic ComparableTermRichSequence.Terms. getRelAnnotatedTerm()Getter for the release annotated termstatic ComparableTermRichSequence.Terms. getRelCreatedTerm()Getter for the release created termstatic ComparableTermRichSequence.Terms. getRelUpdatedTerm()Getter for the release updated termstatic ComparableTermRichSequence.Terms. getSpeciesTerm()Getter for the Species termstatic ComparableTermRichSequence.Terms. getStrainTerm()Getter for the Strain termstatic ComparableTermRichSequence.Terms. getStrandedTerm()Getter for the Strand term; legal values are "single", "double", and "mixed".ComparableTermEmptyRichLocation. getTerm()Retrieves the term associated with this location.ComparableTermRichFeatureRelationship. getTerm()Gets the term that describes this relationship.ComparableTermRichLocation. getTerm()Retrieves the term associated with this location.ComparableTermSimpleRichFeatureRelationship. getTerm()Gets the term that describes this relationship.ComparableTermSimpleRichLocation. getTerm()Retrieves the term associated with this location.static ComparableTermRichSequence.Terms. getTissueTerm()Getter for the Tissue termstatic ComparableTermRichSequence.Terms. getTransposonTerm()Getter for the Transposon termMethods in org.biojavax.bio.seq with parameters of type ComparableTerm Modifier and Type Method Description voidCompoundRichLocation. setTerm(ComparableTerm term)Sets the term for this location.voidEmptyRichLocation. setTerm(ComparableTerm term)Sets the term for this location.voidRichLocation. setTerm(ComparableTerm term)Sets the term for this location.voidSimpleRichLocation. setTerm(ComparableTerm term)Sets the term for this location.Constructors in org.biojavax.bio.seq with parameters of type ComparableTerm Constructor Description CompoundRichLocation(ComparableTerm term, Collection members)Constructs a CompoundRichLocation from the given set of members.MultiSourceCompoundRichLocation(ComparableTerm term, Collection members)Constructs a MultiSourceCompoundRichLocation from the given set of members.SimpleRichFeatureRelationship(RichFeature object, RichFeature subject, ComparableTerm term, int rank)Creates a new instance of SimpleRichFeatureRelationship. -
Uses of ComparableTerm in org.biojavax.bio.seq.io
Methods in org.biojavax.bio.seq.io that return ComparableTerm Modifier and Type Method Description static ComparableTermEMBLFormat.Terms. getDataClassTerm()Getter for the Ensembl-specific 'dataClass' termstatic ComparableTermEMBLxmlFormat.Terms. getDataClassTerm()Getter for the Ensembl-specific 'dataClass' termstatic ComparableTermEMBLFormat.Terms. getEMBLTerm()Getter for the EMBL termstatic ComparableTermEMBLxmlFormat.Terms. getEMBLxmlTerm()Getter for the EMBLxml termstatic ComparableTermUniProtXMLFormat.Terms. getEvidenceAttrTerm()Getter for the evidence attr termstatic ComparableTermUniProtXMLFormat.Terms. getEvidenceCategoryTerm()Getter for the evidence category termstatic ComparableTermUniProtXMLFormat.Terms. getEvidenceDateTerm()Getter for the evidence date termstatic ComparableTermUniProtXMLFormat.Terms. getEvidenceTypeTerm()Getter for the evidence type termstatic ComparableTermUniProtXMLFormat.Terms. getFeatureOriginalTerm()Getter for the feature original termstatic ComparableTermUniProtXMLFormat.Terms. getFeatureRefTerm()Getter for the feature ref termstatic ComparableTermUniProtXMLFormat.Terms. getFeatureStatusTerm()Getter for the feature status termstatic ComparableTermUniProtXMLFormat.Terms. getFeatureVariationTerm()Getter for the feature variation termstatic ComparableTermGenbankFormat.Terms. getGenBankTerm()Getter for the Genbank termstatic ComparableTermEMBLFormat.Terms. getGenomicTerm()Getter for the Ensembl-specific 'genomic' termstatic ComparableTermINSDseqFormat.Terms. getINSDseqTerm()Getter for the INSDseq termstatic ComparableTermUniProtXMLFormat.Terms. getLocationSequenceTerm()Getter for the location seq termstatic ComparableTermINSDseqFormat.Terms. getOtherSeqIdTerm()Getter for the INSDseq termstatic ComparableTermEMBLxmlFormat.Terms. getProjectAccessionTerm()Getter for the ProjectAccession termstatic ComparableTermUniProtFormat.Terms. getProteinExistsTerm()Getter for the protein exists termstatic ComparableTermUniProtXMLFormat.Terms. getProteinExistsTerm()Getter for the protein exists termstatic ComparableTermUniProtXMLFormat.Terms. getProteinTypeTerm()Getter for the protein type termstatic ComparableTermEMBLFormat.Terms. getRelUpdatedRecordVersionTerm()Getter for the RelUpdatedRecordVersion termstatic ComparableTermEMBLxmlFormat.Terms. getStatusDateTerm()Getter for the StatusDate termstatic ComparableTermEMBLxmlFormat.Terms. getStatusTerm()Getter for the Status termstatic ComparableTermEMBLxmlFormat.Terms. getSubmitterAccessionTerm()Getter for the SubmitterAccession termstatic ComparableTermEMBLxmlFormat.Terms. getSubmitterVersionTerm()Getter for the SubmitterVersion termstatic ComparableTermEMBLxmlFormat.Terms. getSubmitterWgsVersionTerm()Getter for the SubmitterWgsVersion termstatic ComparableTermUniProtFormat.Terms. getUniProtDBNameTerm()Getter for the UniProt combined database termstatic ComparableTermUniProtFormat.Terms. getUniProtTerm()Getter for the UniProt termstatic ComparableTermUniProtXMLFormat.Terms. getUniProtXMLTerm()Getter for the UniProtXML termstatic ComparableTermEMBLFormat.Terms. getVersionLineTerm()Getter for the Ensembl-specific 'versionLine' term -
Uses of ComparableTerm in org.biojavax.ontology
Classes in org.biojavax.ontology that implement ComparableTerm Modifier and Type Class Description classSimpleComparableTermA Term object that can be compared and thus sorted.Methods in org.biojavax.ontology that return ComparableTerm Modifier and Type Method Description ComparableTermComparableOntology. getOrCreateTerm(String name)Looks for a term with the given name and returns it.ComparableTermSimpleComparableOntology. getOrCreateTerm(String name)Looks for a term with the given name and returns it.ComparableTermComparableOntology. getOrImportTerm(Term term)Looks for a term with the same name as the given term and returns it.ComparableTermSimpleComparableOntology. getOrImportTerm(Term term)Looks for a term with the same name as the given term and returns it.Methods in org.biojavax.ontology with parameters of type ComparableTerm Modifier and Type Method Description voidComparableTriple. addDescriptor(ComparableTerm desc)Adds a descriptor.voidSimpleComparableTriple. addDescriptor(ComparableTerm desc)Adds a descriptor.booleanComparableTriple. removeDescriptor(ComparableTerm desc)Removes a descriptor.booleanSimpleComparableTriple. removeDescriptor(ComparableTerm desc)Removes a descriptor.
-