org.coode.owlapi.rdfxml.parser
Class AbstractObjectRestrictionTranslator

java.lang.Object
  extended by org.coode.owlapi.rdfxml.parser.AbstractClassExpressionTranslator
      extended by org.coode.owlapi.rdfxml.parser.AbstractRestrictionTranslator
          extended by org.coode.owlapi.rdfxml.parser.AbstractObjectRestrictionTranslator
All Implemented Interfaces:
ClassExpressionTranslator
Direct Known Subclasses:
AbstractObjectCardinalityTranslator, AbstractObjectQuantifiedRestrictionTranslator, ObjectHasValueTranslator, SelfRestrictionTranslator

public abstract class AbstractObjectRestrictionTranslator
extends AbstractRestrictionTranslator

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


Constructor Summary
AbstractObjectRestrictionTranslator(OWLRDFConsumer consumer)
           
 
Method Summary
protected  OWLObjectPropertyExpression translateOnProperty(IRI mainNode)
          Translates and consumes the onProperty triple, creating an object property (expression) corresponding to the object of the onProperty triple.
 
Methods inherited from class org.coode.owlapi.rdfxml.parser.AbstractRestrictionTranslator
translate, translateRestriction
 
Methods inherited from class org.coode.owlapi.rdfxml.parser.AbstractClassExpressionTranslator
getConsumer, getDataFactory, getLiteralObject, getResourceObject, isTriplePresent, translateToClassExpression, translateToClassExpressionSet, translateToIndividualSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractObjectRestrictionTranslator

public AbstractObjectRestrictionTranslator(OWLRDFConsumer consumer)
Method Detail

translateOnProperty

protected OWLObjectPropertyExpression translateOnProperty(IRI mainNode)
Translates and consumes the onProperty triple, creating an object property (expression) corresponding to the object of the onProperty triple.

Parameters:
mainNode - The subject of the triple (the main node of the restriction)
Throws:
OWLException - If the on property triple doesn't exist.