public class ManchesterSyntaxTool extends Object
OWLGraphWrapper
.
This is a simplified re-implementation.Constructor and Description |
---|
ManchesterSyntaxTool(OWLGraphWrapper graph,
boolean createClasses)
Create new instance.
|
Modifier and Type | Method and Description |
---|---|
Map<String,org.semanticweb.owlapi.model.OWLClass> |
getCreatedClasses() |
org.semanticweb.owlapi.model.OWLClassExpression |
parseManchesterExpression(String expression)
Parse a class expression in Manchester syntax.
|
public ManchesterSyntaxTool(OWLGraphWrapper graph, boolean createClasses)
graph
- createClasses
- if set to true, classes are generated even if they are not declared.public Map<String,org.semanticweb.owlapi.model.OWLClass> getCreatedClasses()
public org.semanticweb.owlapi.model.OWLClassExpression parseManchesterExpression(String expression) throws org.semanticweb.owlapi.expression.ParserException
expression
- OWLClassExpression
org.semanticweb.owlapi.expression.ParserException
Copyright © 2010-2015. All Rights Reserved.