org.coode.owlapi.rdfxml.parser
Class OWLFacetRestrictionListItemTranslator

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

public class OWLFacetRestrictionListItemTranslator
extends java.lang.Object
implements ListItemTranslator<OWLFacetRestriction>

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 02-Feb-2009


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

Constructor Detail

OWLFacetRestrictionListItemTranslator

public OWLFacetRestrictionListItemTranslator(OWLRDFConsumer consumer)
Method Detail

translate

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

translate

public OWLFacetRestriction 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<OWLFacetRestriction>
Parameters:
firstObject - The rdf:first triple that points to the item to be translated.
Returns:
The translated item.