org.coode.owl.rdfxml.parser
Class DescriptionListItemTranslator

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

public class DescriptionListItemTranslator
extends java.lang.Object
implements ListItemTranslator<OWLDescription>

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006


Constructor Summary
DescriptionListItemTranslator(OWLRDFConsumer consumer)
           
 
Method Summary
 OWLDescription translate(OWLConstant firstObject)
           
 OWLDescription translate(java.net.URI uri)
          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

DescriptionListItemTranslator

public DescriptionListItemTranslator(OWLRDFConsumer consumer)
Method Detail

translate

public OWLDescription translate(java.net.URI uri)
                         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<OWLDescription>
Parameters:
uri - The rdf:first triple that points to the item to be translated.
Returns:
The translated item.
Throws:
OWLException

translate

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