public interface ClassExpressionTranslator
ClassExpressionTranslator
consumes the triples that represent the class expression, and
translates the triples to the appropriate OWL API OWLClassExpression
object.| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(IRI mainNode,
Mode mode) |
boolean |
matchesLax(IRI mainNode) |
boolean |
matchesStrict(IRI mainNode) |
OWLClassExpression |
translate(IRI mainNode)
Translates the specified main node into an
OWLClassExpression. |
boolean matchesStrict(IRI mainNode)
boolean matchesLax(IRI mainNode)
OWLClassExpression translate(IRI mainNode)
OWLClassExpression.
All triples used in the translation are consumed.mainNode - The main node of the set of triples that represent the
class expression.Copyright © 2012 The University of Manchester. All Rights Reserved.