org.coode.owlapi.rdfxml.parser
Class TypedConstantListItemTranslator

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

public class TypedConstantListItemTranslator
extends java.lang.Object
implements ListItemTranslator<OWLLiteral>

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


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

Constructor Detail

TypedConstantListItemTranslator

public TypedConstantListItemTranslator(OWLRDFConsumer consumer)
Method Detail

translate

public OWLLiteral translate(IRI firstObject)
Description copied from interface: ListItemTranslator
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<OWLLiteral>
Parameters:
firstObject - The rdf:first triple that points to the item to be translated.
Returns:
The translated item.

translate

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