org.coode.owlapi.rdfxml.parser
Class ClassExpressionListItemTranslator

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

public class ClassExpressionListItemTranslator
extends java.lang.Object
implements ListItemTranslator<OWLClassExpression>

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


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

Constructor Detail

ClassExpressionListItemTranslator

public ClassExpressionListItemTranslator(OWLRDFConsumer consumer)
Method Detail

translate

public OWLClassExpression translate(IRI IRI)
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<OWLClassExpression>
Parameters:
IRI - The rdf:first triple that points to the item to be translated.
Returns:
The translated item.

translate

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