org.semanticweb.elk.owl.parsing
Interface Owl2ParserAxiomProcessor


public interface Owl2ParserAxiomProcessor

Objects that can process ElkAxioms and throw Owl2ParseExceptions. Intended to be used in Owl2Parsers

Author:
"Yevgeny Kazakov"
See Also:
Owl2Parser

Method Summary
 void finish()
           
 void visit(ElkAxiom elkAxiom)
           
 void visit(ElkPrefix elkPrefix)
           
 

Method Detail

visit

void visit(ElkAxiom elkAxiom)
           throws Owl2ParseException
Throws:
Owl2ParseException

visit

void visit(ElkPrefix elkPrefix)
           throws Owl2ParseException
Throws:
Owl2ParseException

finish

void finish()
            throws Owl2ParseException
Throws:
Owl2ParseException


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