Uses of Class
org.biojava.ontology.AlreadyExistsException
-
Packages that use AlreadyExistsException Package Description org.biojava.ontology A general-purpose API for ontologies.org.biojavax.ontology Extensions to the biojava ontology model that represent BioSQL ontology. -
-
Uses of AlreadyExistsException in org.biojava.ontology
Methods in org.biojava.ontology that throw AlreadyExistsException Modifier and Type Method Description OntologyTermOntology.Impl. createOntologyTerm(Ontology o)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)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)VariableIntegerOntology. createVariable(String name, String description)VariableOntology. createVariable(String name, String description)Create a new term in this ontology that is used as a variable.VariableOntology.Impl. createVariable(String name, String description) -
Uses of AlreadyExistsException in org.biojavax.ontology
Methods in org.biojavax.ontology that throw AlreadyExistsException Modifier and Type Method Description voidComparableTriple. addDescriptor(ComparableTerm desc)Adds a descriptor.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.TripleSimpleComparableOntology. createTriple(Term subject, Term object, Term predicate, String name, String description)Creates a new Triple.VariableSimpleComparableOntology. createVariable(String name, String description)Create a new term in this ontology that is used as a variable.
-