org.dllearner.utilities.owl
Class OntologyClassRewriter

java.lang.Object
  extended by org.dllearner.utilities.owl.OntologyClassRewriter

public class OntologyClassRewriter
extends Object

Utility class to replace a definition in an OWL file by a learned definition. TODO: Class is currently not working. There is still some KAON2 specific code (commented out), which has to be converted to OWL API code.

Author:
Jens Lehmann

Constructor Summary
OntologyClassRewriter()
           
 
Method Summary
static void main(String[] args)
           
static String rewriteOntology(String urlString, String className, String newConceptString)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OntologyClassRewriter

public OntologyClassRewriter()
Method Detail

main

public static void main(String[] args)

rewriteOntology

public static String rewriteOntology(String urlString,
                                     String className,
                                     String newConceptString)


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