org.coode.owl.rdfxml.parser
Class UnionOfTranslator

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.UnionOfTranslator
All Implemented Interfaces:
DescriptionTranslator

public class UnionOfTranslator
extends AbstractNaryBooleanDescriptionTranslator

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

Translates a set of triples to an OWLUnionOf description.


Constructor Summary
UnionOfTranslator(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

UnionOfTranslator

public UnionOfTranslator(OWLRDFConsumer consumer)