Uses of Interface
org.biojava.ontology.Term
-
Packages that use Term Package Description org.biojava.bio.program.gff3 Support for reading and writing GFF3.org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects.org.biojava.bio.seq.impl Standard in-memory implementations ofSequenceandFeature.org.biojava.ontology A general-purpose API for ontologies.org.biojavax.bio.seq Rich implementations of Sequences, Locations and Features.org.biojavax.ontology Extensions to the biojava ontology model that represent BioSQL ontology. -
-
Uses of Term in org.biojava.bio.program.gff3
Methods in org.biojava.bio.program.gff3 that return Term Modifier and Type Method Description TermGFF3Record. getSource()TermGFF3Record.Impl. getSource()TermGFF3Record. getType()TermGFF3Record.Impl. getType()Methods in org.biojava.bio.program.gff3 with parameters of type Term Modifier and Type Method Description voidGFF3Record.Impl. setSource(Term source)voidGFF3Record.Impl. setType(Term type) -
Uses of Term in org.biojava.bio.seq
Fields in org.biojava.bio.seq declared as Term Modifier and Type Field Description TermFeature.Template. sourceTermTermFeature.Template. typeTermMethods in org.biojava.bio.seq that return Term Modifier and Type Method Description TermFeature. getSourceTerm()An ontology term defining the source of this feature.TermFeature. getTypeTerm()An ontology term defining the type of feature.Methods in org.biojava.bio.seq with parameters of type Term Modifier and Type Method Description voidFeature. setSourceTerm(Term t)Set the source ontology-term for this feature.voidFeature. setTypeTerm(Term t)Set the type ontology-term for this feature. -
Uses of Term in org.biojava.bio.seq.impl
Methods in org.biojava.bio.seq.impl that return Term Modifier and Type Method Description TermSimpleFeature. getSourceTerm()TermSimpleFeature. getTypeTerm()Methods in org.biojava.bio.seq.impl with parameters of type Term Modifier and Type Method Description voidSimpleFeature. setSourceTerm(Term t)voidSimpleFeature. setTypeTerm(Term t) -
Uses of Term in org.biojava.ontology
Subinterfaces of Term in org.biojava.ontology Modifier and Type Interface Description interfaceOntologyTermA term in an ontology which identifies another ontology.interfaceRemoteTermA term in another ontology.interfaceTripleA triple in an ontology.interfaceVariableClasses in org.biojava.ontology that implement Term Modifier and Type Class Description classAbstractTermAbstract implementation of term This provides basic change-forwarding functionality from the annotation and ontology properties.classIntegerOntology.IntTermstatic classOntologyTerm.ImplSimple in-memory implementation of a remote ontology term.static classRemoteTerm.ImplSimple in-memory implementation of a remote ontology term.static classTerm.ImplSimple in-memory implementation of an ontology term.static classTriple.ImplBasic in-memory implementation of a Triple in an ontology This can be used to implement Ontology.createTriplestatic classVariable.ImplFields in org.biojava.ontology declared as Term Modifier and Type Field Description static TermOntoTools. ANYstatic TermOntoTools. EQUIVALENCEstatic TermOntoTools. IS_Astatic TermOntoTools. NONEstatic TermOntoTools. PART_OFstatic TermOntoTools. PARTIAL_ORDERstatic TermOntoTools. REFLEXIVEstatic TermOntoTools. RELATIONstatic TermOntoTools. SYMMETRICstatic TermOntoTools. TRANSITIVEMethods in org.biojava.ontology that return Term Modifier and Type Method Description TermIntegerOntology. createTerm(String name)TermIntegerOntology. createTerm(String name, String description)TermIntegerOntology. createTerm(String name, String description, Object[] synonyms)TermOntology. createTerm(String name)Create a new term in this ontology.TermOntology. createTerm(String name, String description)Create a new term in this ontology.TermOntology. createTerm(String name, String description, Object[] synonyms)Create a new term in this ontology.TermOntology.Impl. createTerm(String name)TermOntology.Impl. createTerm(String name, String description)TermOntology.Impl. createTerm(String name, String description, Object[] synonyms)TermTriple. getObject()Return the object term of this triple.TermTriple.Impl. getObject()TermTriple. getPredicate()Return a Term which defines the type of relationship between the subject and object terms.TermTriple.Impl. getPredicate()TermRemoteTerm. getRemoteTerm()Return the imported termTermRemoteTerm.Impl. getRemoteTerm()TermTriple. getSubject()Return the subject term of this tripleTermTriple.Impl. getSubject()TermIntegerOntology. getTerm(String s)TermOntology. getTerm(String name)Fetch the term with the specified name.TermOntology.Impl. getTerm(String name)TermIntegerOntology. importTerm(Term t, String name)TermOntology.Impl. importTerm(Term t, String name)TermOntology. importTerm(Term t, String localName)Create a view of a term from another ontology.Methods in org.biojava.ontology that return types with arguments of type Term Modifier and Type Method Description Set<Term>Ontology. getTerms()Return all the terms in this ontologySet<Term>Ontology.Impl. getTerms()Methods in org.biojava.ontology with parameters of type Term Modifier and Type Method Description booleanIntegerOntology. containsTriple(Term subject, Term object, Term predicate)booleanOntology. containsTriple(Term subject, Term object, Term predicate)See if a triple exists in this ontologybooleanOntology.Impl. containsTriple(Term subject, Term object, Term predicate)TripleIntegerOntology. createTriple(Term subject, Term object, Term predicate, String name, String description)TripleOntology. createTriple(Term subject, Term object, Term predicate, String name, String description)Creates a new Triple.TripleOntology.Impl. createTriple(Term subject, Term object, Term predicate, String name, String description)voidIntegerOntology. deleteTerm(Term t)voidOntology. deleteTerm(Term t)Remove a term from an ontology, together with all triples which refer to it.voidOntology.Impl. deleteTerm(Term t)SetIntegerOntology. getTriples(Term subject, Term object, Term predicate)Set<Triple>Ontology. getTriples(Term subject, Term object, Term predicate)Return all triples from this ontology which match the supplied pattern.Set<Triple>Ontology.Impl. getTriples(Term subject, Term object, Term predicate)TermIntegerOntology. importTerm(Term t, String name)TermOntology.Impl. importTerm(Term t, String name)TermOntology. importTerm(Term t, String localName)Create a view of a term from another ontology.Constructors in org.biojava.ontology with parameters of type Term Constructor Description Impl(Ontology ontology, Term remoteTerm, String name)Impl(Ontology ontology, Term remoteTerm, String name, Object[] synonyms)Impl(Term subject, Term object, Term predicate)Impl(Term subject, Term object, Term predicate, Object[] synonyms)Impl(Term subject, Term object, Term predicate, String name, String description)Impl(Term subject, Term object, Term predicate, String name, String description, Object[] synonyms) -
Uses of Term in org.biojavax.bio.seq
Methods in org.biojavax.bio.seq that return Term Modifier and Type Method Description TermSimpleRichFeature. getSourceTerm()An ontology term defining the source of this feature.TermSimpleRichFeature. getTypeTerm()An ontology term defining the type of feature.Methods in org.biojavax.bio.seq with parameters of type Term Modifier and Type Method Description voidSimpleRichFeature. setSourceTerm(Term t)Set the source ontology-term for this feature.voidSimpleRichFeature. setTypeTerm(Term t)Set the type ontology-term for this feature. -
Uses of Term in org.biojavax.ontology
Subinterfaces of Term in org.biojavax.ontology Modifier and Type Interface Description interfaceComparableTermMakes Term objects comparable properly and adds some extra features to them.interfaceComparableTripleComparable triples, obviously.Classes in org.biojavax.ontology that implement Term Modifier and Type Class Description classSimpleComparableTermA Term object that can be compared and thus sorted.classSimpleComparableTripleBasic comparable triple, BioSQL style.Methods in org.biojavax.ontology that return Term Modifier and Type Method Description TermSimpleComparableOntology. createTerm(String name)Create a new term in this ontology.TermSimpleComparableOntology. createTerm(String name, String description)Create a new term in this ontology.TermSimpleComparableOntology. createTerm(String name, String description, Object[] synonyms)Create a new term in this ontology.TermSimpleComparableTriple. getObject()Return the object term of this triple.TermSimpleComparableTriple. getPredicate()Return a Term which defines the type of relationship between the subject and object terms.TermSimpleComparableTriple. getSubject()Return the subject term of this tripleTermSimpleComparableOntology. getTerm(String s)Fetch the term with the specified name.TermSimpleComparableOntology. importTerm(Term t, String localName)Create a view of a term from another ontology.Methods in org.biojavax.ontology with parameters of type Term Modifier and Type Method Description booleanSimpleComparableOntology. containsTriple(Term subject, Term object, Term predicate)See if a triple exists in this ontologyTripleSimpleComparableOntology. createTriple(Term subject, Term object, Term predicate, String name, String description)Creates a new Triple.voidSimpleComparableOntology. deleteTerm(Term t)Remove a term from an ontology, together with all triples which refer to it.ComparableTripleComparableOntology. getOrCreateTriple(Term subject, Term object, Term predicate)Looks for a triple with the given subject object and predicate and returns it.ComparableTripleSimpleComparableOntology. getOrCreateTriple(Term subject, Term object, Term predicate)Looks for a triple with the given subject object and predicate 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.SetSimpleComparableOntology. getTriples(Term subject, Term object, Term predicate)Return all triples from this ontology which match the supplied pattern.TermSimpleComparableOntology. importTerm(Term t, String localName)Create a view of a term from another ontology.
-