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