org.semanticweb.elk.owlapi.wrapper
Class OwlObjectPropertyExpressionConverterVisitor

java.lang.Object
  extended by org.semanticweb.elk.owlapi.wrapper.OwlObjectPropertyExpressionConverterVisitor
All Implemented Interfaces:
org.semanticweb.owlapi.model.OWLPropertyExpressionVisitorEx<ElkObjectPropertyExpression>

public class OwlObjectPropertyExpressionConverterVisitor
extends Object
implements org.semanticweb.owlapi.model.OWLPropertyExpressionVisitorEx<ElkObjectPropertyExpression>

A visitor class for converting instances of OWLObjectPropertyExpression to the corresponding instances of ElkObjectPropertyExpression.

Author:
"Yevgeny Kazakov", Frantisek Simancik

Method Summary
static OwlObjectPropertyExpressionConverterVisitor getInstance()
           
 ElkObjectPropertyExpression visit(org.semanticweb.owlapi.model.OWLDataProperty property)
           
 ElkObjectPropertyExpression visit(org.semanticweb.owlapi.model.OWLObjectInverseOf property)
           
 ElkObjectPropertyExpression visit(org.semanticweb.owlapi.model.OWLObjectProperty property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static OwlObjectPropertyExpressionConverterVisitor getInstance()

visit

public ElkObjectPropertyExpression visit(org.semanticweb.owlapi.model.OWLObjectProperty property)
Specified by:
visit in interface org.semanticweb.owlapi.model.OWLPropertyExpressionVisitorEx<ElkObjectPropertyExpression>

visit

public ElkObjectPropertyExpression visit(org.semanticweb.owlapi.model.OWLObjectInverseOf property)
Specified by:
visit in interface org.semanticweb.owlapi.model.OWLPropertyExpressionVisitorEx<ElkObjectPropertyExpression>

visit

public ElkObjectPropertyExpression visit(org.semanticweb.owlapi.model.OWLDataProperty property)
Specified by:
visit in interface org.semanticweb.owlapi.model.OWLPropertyExpressionVisitorEx<ElkObjectPropertyExpression>


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.