public class ClassExpressionListItemTranslator extends Object implements ListItemTranslator<org.semanticweb.owlapi.model.OWLClassExpression>
| Constructor and Description |
|---|
ClassExpressionListItemTranslator(OWLRDFConsumer consumer) |
| Modifier and Type | Method and Description |
|---|---|
org.semanticweb.owlapi.model.OWLClassExpression |
translate(org.semanticweb.owlapi.model.IRI iri)
The rdf:first triple that represents the item to be translated.
|
org.semanticweb.owlapi.model.OWLClassExpression |
translate(org.semanticweb.owlapi.model.OWLLiteral firstObject) |
public ClassExpressionListItemTranslator(OWLRDFConsumer consumer)
consumer - consumerpublic org.semanticweb.owlapi.model.OWLClassExpression translate(org.semanticweb.owlapi.model.IRI iri)
ListItemTranslatortranslate in interface ListItemTranslator<org.semanticweb.owlapi.model.OWLClassExpression>iri - The rdf:first triple that points to the item to be translated.public org.semanticweb.owlapi.model.OWLClassExpression translate(org.semanticweb.owlapi.model.OWLLiteral firstObject)
translate in interface ListItemTranslator<org.semanticweb.owlapi.model.OWLClassExpression>firstObject - firstObjectCopyright © 2014 The University of Manchester. All Rights Reserved.