public class DataPropertyListItemTranslator extends java.lang.Object implements ListItemTranslator<OWLDataPropertyExpression>
Constructor and Description |
---|
DataPropertyListItemTranslator(OWLRDFConsumer consumer) |
Modifier and Type | Method and Description |
---|---|
OWLDataPropertyExpression |
translate(IRI firstObject)
The rdf:first triple that represents the item to be translated.
|
OWLDataPropertyExpression |
translate(OWLLiteral firstObject) |
public DataPropertyListItemTranslator(OWLRDFConsumer consumer)
public OWLDataPropertyExpression translate(IRI firstObject)
ListItemTranslator
translate
in interface ListItemTranslator<OWLDataPropertyExpression>
firstObject
- The rdf:first triple that points to the item to be translated.public OWLDataPropertyExpression translate(OWLLiteral firstObject)
translate
in interface ListItemTranslator<OWLDataPropertyExpression>