Uses of Class
org.dllearner.core.OntologyFormat

Packages that use OntologyFormat
org.dllearner.core Core structure of DL-Learner including the definition of component types and a component manager. 
org.dllearner.core.owl Classes/Interfaces for representing OWL constructs - see the OWL 2 Structural Specification for details. 
org.dllearner.kb DL-Learner knowledge sources, which can be used as background knowledge in learning problems. 
org.dllearner.kb.sparql Runnable scripts, each for a different task or experiment. 
org.dllearner.reasoning Implements the connection to other reasoner or own reasoning/caching algorithms. 
 

Uses of OntologyFormat in org.dllearner.core
 

Methods in org.dllearner.core that return OntologyFormat
static OntologyFormat OntologyFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OntologyFormat[] OntologyFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.dllearner.core with parameters of type OntologyFormat
abstract  void AbstractKnowledgeSource.export(File file, OntologyFormat format)
          Export the knowledge source to the specified file in the specified format.
 

Constructors in org.dllearner.core with parameters of type OntologyFormat
OntologyFormatUnsupportedException(String operation, OntologyFormat format)
           
 

Uses of OntologyFormat in org.dllearner.core.owl
 

Methods in org.dllearner.core.owl with parameters of type OntologyFormat
 void KB.export(File file, OntologyFormat format)
           
 

Uses of OntologyFormat in org.dllearner.kb
 

Methods in org.dllearner.kb with parameters of type OntologyFormat
 void OWLAPIOntology.export(File file, OntologyFormat format)
           
 void OWLFile.export(File file, OntologyFormat format)
           
 void KBFile.export(File file, OntologyFormat format)
           
 

Uses of OntologyFormat in org.dllearner.kb.sparql
 

Methods in org.dllearner.kb.sparql with parameters of type OntologyFormat
 void SparqlKnowledgeSource.export(File file, OntologyFormat format)
           
 

Uses of OntologyFormat in org.dllearner.reasoning
 

Methods in org.dllearner.reasoning with parameters of type OntologyFormat
static String OWLAPIDIGConverter.getTellsString(URL file, OntologyFormat format, URI kbURI)
           
 void DIGReasoner.saveOntology(File file, OntologyFormat format)
           
 



SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann