org.coode.owl.rdfxml.parser
Class DataRestrictionHandler

java.lang.Object
  extended by org.coode.owl.rdfxml.parser.AbstractTripleHandler
      extended by org.coode.owl.rdfxml.parser.AbstractResourceTripleHandler
          extended by org.coode.owl.rdfxml.parser.TriplePredicateHandler
              extended by org.coode.owl.rdfxml.parser.BuiltInTypeHandler
                  extended by org.coode.owl.rdfxml.parser.DataRestrictionHandler

public class DataRestrictionHandler
extends BuiltInTypeHandler

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


Constructor Summary
DataRestrictionHandler(OWLRDFConsumer consumer)
           
 
Method Summary
 void handleTriple(java.net.URI subject, java.net.URI predicate, java.net.URI object)
           
 
Methods inherited from class org.coode.owl.rdfxml.parser.BuiltInTypeHandler
canHandle, canHandleStreaming, getTypeURI
 
Methods inherited from class org.coode.owl.rdfxml.parser.TriplePredicateHandler
getPredicateURI
 
Methods inherited from class org.coode.owl.rdfxml.parser.AbstractTripleHandler
getConsumer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataRestrictionHandler

public DataRestrictionHandler(OWLRDFConsumer consumer)
Method Detail

handleTriple

public void handleTriple(java.net.URI subject,
                         java.net.URI predicate,
                         java.net.URI object)
                  throws OWLException
Specified by:
handleTriple in class AbstractResourceTripleHandler
Throws:
OWLException