org.coode.owl.rdfxml.parser
Class IntersectionOfTranslator

java.lang.Object
  extended by org.coode.owl.rdfxml.parser.AbstractDescriptionTranslator
      extended by org.coode.owl.rdfxml.parser.AbstractNaryBooleanDescriptionTranslator
          extended by org.coode.owl.rdfxml.parser.IntersectionOfTranslator
All Implemented Interfaces:
DescriptionTranslator

public class IntersectionOfTranslator
extends AbstractNaryBooleanDescriptionTranslator

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

A description translator which produces an OWLIntersectionOf description. This relies on the main node having an intersectionOf triple.


Constructor Summary
IntersectionOfTranslator(OWLRDFConsumer consumer)
           
 
Method Summary
 
Methods inherited from class org.coode.owl.rdfxml.parser.AbstractNaryBooleanDescriptionTranslator
translate
 
Methods inherited from class org.coode.owl.rdfxml.parser.AbstractDescriptionTranslator
getConsumer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntersectionOfTranslator

public IntersectionOfTranslator(OWLRDFConsumer consumer)