org.coode.owlapi.rdfxml.parser
Class ObjectPropertyListItemTranslator

java.lang.Object
  extended by org.coode.owlapi.rdfxml.parser.ObjectPropertyListItemTranslator
All Implemented Interfaces:
ListItemTranslator<OWLObjectPropertyExpression>

public class ObjectPropertyListItemTranslator
extends java.lang.Object
implements ListItemTranslator<OWLObjectPropertyExpression>

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Jan-2007


Constructor Summary
ObjectPropertyListItemTranslator(OWLRDFConsumer consumer)
           
 
Method Summary
 OWLObjectPropertyExpression translate(IRI firstObject)
          The rdf:first triple that represents the item to be translated.
 OWLObjectPropertyExpression translate(OWLLiteral firstObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectPropertyListItemTranslator

public ObjectPropertyListItemTranslator(OWLRDFConsumer consumer)
Method Detail

translate

public OWLObjectPropertyExpression translate(IRI firstObject)
The rdf:first triple that represents the item to be translated. This triple will point to something like a class expression, individual.

Specified by:
translate in interface ListItemTranslator<OWLObjectPropertyExpression>
Parameters:
firstObject - The rdf:first triple that points to the item to be translated.
Returns:
The translated item.

translate

public OWLObjectPropertyExpression translate(OWLLiteral firstObject)
Specified by:
translate in interface ListItemTranslator<OWLObjectPropertyExpression>