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