org.coode.owl.rdfxml.parser
Class DataPropertyListItemTranslator

java.lang.Object
  extended by org.coode.owl.rdfxml.parser.DataPropertyListItemTranslator
All Implemented Interfaces:
ListItemTranslator<OWLDataPropertyExpression>

public class DataPropertyListItemTranslator
extends java.lang.Object
implements ListItemTranslator<OWLDataPropertyExpression>

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Apr-2008


Constructor Summary
DataPropertyListItemTranslator(OWLRDFConsumer consumer)
           
 
Method Summary
 OWLDataPropertyExpression translate(OWLConstant firstObject)
           
 OWLDataPropertyExpression translate(java.net.URI firstObject)
          The rdf:first triple that represents the item to be translated.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataPropertyListItemTranslator

public DataPropertyListItemTranslator(OWLRDFConsumer consumer)
Method Detail

translate

public OWLDataPropertyExpression translate(java.net.URI firstObject)
                                    throws OWLException
Description copied from interface: ListItemTranslator
The rdf:first triple that represents the item to be translated. This triple will point to something like a description, individual.

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

translate

public OWLDataPropertyExpression translate(OWLConstant firstObject)
                                    throws OWLException
Specified by:
translate in interface ListItemTranslator<OWLDataPropertyExpression>
Throws:
OWLException