Uses of Class
org.biojava.nbio.ontology.AlreadyExistsException
-
Packages that use AlreadyExistsException Package Description org.biojava.nbio.ontology -
-
Uses of AlreadyExistsException in org.biojava.nbio.ontology
Methods in org.biojava.nbio.ontology that throw AlreadyExistsException Modifier and Type Method Description OntologyTerm
Ontology.Impl. createOntologyTerm(Ontology o)
Term
IntegerOntology. createTerm(String name)
Term
IntegerOntology. createTerm(String name, String description)
Term
IntegerOntology. createTerm(String name, String description, Object[] synonyms)
Term
Ontology. createTerm(String name)
Create a new term in this ontology.Term
Ontology. createTerm(String name, String description)
Create a new term in this ontology.Term
Ontology. createTerm(String name, String description, Object[] synonyms)
Create a new term in this ontology.Term
Ontology.Impl. createTerm(String name)
Term
Ontology.Impl. createTerm(String name, String description)
Term
Ontology.Impl. createTerm(String name, String description, Object[] synonyms)
Triple
IntegerOntology. createTriple(Term subject, Term object, Term predicate, String name, String description)
Triple
Ontology. createTriple(Term subject, Term object, Term predicate, String name, String description)
Creates a new Triple.Triple
Ontology.Impl. createTriple(Term subject, Term object, Term predicate, String name, String description)
Variable
IntegerOntology. createVariable(String name, String description)
Variable
Ontology. createVariable(String name, String description)
Create a new term in this ontology that is used as a variable.Variable
Ontology.Impl. createVariable(String name, String description)
-