public class ObjectQualifiedCardinalityTranslator extends AbstractClassExpressionTranslator
| Constructor and Description |
|---|
ObjectQualifiedCardinalityTranslator(OWLRDFConsumer consumer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matchesLax(IRI mainNode) |
boolean |
matchesStrict(IRI mainNode) |
OWLObjectExactCardinality |
translate(IRI mainNode)
Translates the specified main node into an
OWLClassExpression. |
getConsumer, matchespublic ObjectQualifiedCardinalityTranslator(OWLRDFConsumer consumer)
consumer - consumerpublic boolean matchesStrict(IRI mainNode)
mainNode - mainNodepublic boolean matchesLax(IRI mainNode)
mainNode - mainNodepublic OWLObjectExactCardinality translate(IRI mainNode)
ClassExpressionTranslatorOWLClassExpression.
All triples used in the translation are consumed.mainNode - The main node of the set of triples that represent the class
expression.Copyright © 2017 The University of Manchester. All Rights Reserved.