org.dllearner.utilities.owl
Class ManchesterOWLSyntaxParser

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

public class ManchesterOWLSyntaxParser
extends Object

Parser for Manchester Syntax strings (interface to OWL API parser).

Author:
Jens Lehmann

Constructor Summary
ManchesterOWLSyntaxParser()
           
 
Method Summary
static Description getDescription(String manchesterSyntaxDescription)
           
static org.semanticweb.owlapi.model.OWLClassExpression getOWLAPIDescription(String manchesterSyntaxDescription)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManchesterOWLSyntaxParser

public ManchesterOWLSyntaxParser()
Method Detail

getOWLAPIDescription

public static org.semanticweb.owlapi.model.OWLClassExpression getOWLAPIDescription(String manchesterSyntaxDescription)
                                                                            throws org.semanticweb.owlapi.expression.ParserException
Throws:
org.semanticweb.owlapi.expression.ParserException

getDescription

public static Description getDescription(String manchesterSyntaxDescription)
                                  throws org.semanticweb.owlapi.expression.ParserException
Throws:
org.semanticweb.owlapi.expression.ParserException

main

public static void main(String[] args)
                 throws org.semanticweb.owlapi.expression.ParserException
Throws:
org.semanticweb.owlapi.expression.ParserException


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