Uses of Class
edu.cornell.mannlib.vitro.webapp.beans.Ontology
-
Packages that use Ontology Package Description edu.cornell.mannlib.vitro.webapp.beans edu.cornell.mannlib.vitro.webapp.dao edu.cornell.mannlib.vitro.webapp.dao.jena -
-
Uses of Ontology in edu.cornell.mannlib.vitro.webapp.beans
Methods in edu.cornell.mannlib.vitro.webapp.beans with parameters of type Ontology Modifier and Type Method Description intOntology. compareTo(Ontology o2) -
Uses of Ontology in edu.cornell.mannlib.vitro.webapp.dao
Methods in edu.cornell.mannlib.vitro.webapp.dao that return Ontology Modifier and Type Method Description OntologyOntologyDao. getOntologyByURI(String ontologyURI)Methods in edu.cornell.mannlib.vitro.webapp.dao that return types with arguments of type Ontology Modifier and Type Method Description List<Ontology>OntologyDao. getAllOntologies()Methods in edu.cornell.mannlib.vitro.webapp.dao with parameters of type Ontology Modifier and Type Method Description voidOntologyDao. deleteOntology(Ontology ontology)StringOntologyDao. insertNewOntology(Ontology ontology)voidOntologyDao. updateOntology(Ontology ontology) -
Uses of Ontology in edu.cornell.mannlib.vitro.webapp.dao.jena
Methods in edu.cornell.mannlib.vitro.webapp.dao.jena that return Ontology Modifier and Type Method Description OntologyOntologyDaoJena. getOntologyByURI(String ontologyURI)Methods in edu.cornell.mannlib.vitro.webapp.dao.jena that return types with arguments of type Ontology Modifier and Type Method Description List<Ontology>OntologyDaoJena. getAllOntologies()Methods in edu.cornell.mannlib.vitro.webapp.dao.jena with parameters of type Ontology Modifier and Type Method Description voidOntologyDaoJena. deleteOntology(Ontology ontology)voidOntologyDaoJena. deleteOntology(Ontology ontology, org.apache.jena.ontology.OntModel ontModel)StringOntologyDaoJena. insertNewOntology(Ontology ontology)StringOntologyDaoJena. insertNewOntology(Ontology ontology, org.apache.jena.ontology.OntModel ontModel)voidOntologyDaoJena. updateOntology(Ontology ontology)voidOntologyDaoJena. updateOntology(Ontology ontology, org.apache.jena.ontology.OntModel ontModel)
-