Searched defs:ontologies (Results 1 - 2 of 2) sorted by relevance
/owl-s/src/impl/jena/ | ||
H A D | OWLKnowledgeBaseImpl.java | 52 protected Set ontologies;
field in class:OWLKnowledgeBaseImpl 75 ontologies = new HashSet(); 96 ontologies.add(ontology); 107 return new HashSet( ontologies ); 168 // System.out.println( "Loaded " + this + " " + reasoner + " " + ont + " " + ontologies.size()); 197 ontologies.add(loadedOnt); 234 boolean removed = ontologies.remove( ontology ); 300 for(Iterator i = ontologies.iterator(); i.hasNext(); ) { 591 Set ontologies = getOntologies(); 592 Iterator iter = ontologies [all...] |
/owl-s/lib/pellet/ | ||
H A D | pellet.jar | com/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ... |
Completed in 245 milliseconds