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