org.semanticweb.elk.reasoner.indexing.hierarchy
Class ChangeIndexingProcessor

java.lang.Object
  extended by org.semanticweb.elk.reasoner.indexing.hierarchy.ChangeIndexingProcessor
All Implemented Interfaces:
ElkAxiomProcessor

public class ChangeIndexingProcessor
extends Object
implements ElkAxiomProcessor

Basically an adapter from ElkAxiomIndexingVisitor to ElkAxiomProcessor specifically for classes which index axioms.

Author:
Pavel Klinov pavel.klinov@uni-ulm.de

Constructor Summary
ChangeIndexingProcessor(ElkAxiomIndexingVisitor indexer)
           
 
Method Summary
 void visit(ElkAxiom elkAxiom)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeIndexingProcessor

public ChangeIndexingProcessor(ElkAxiomIndexingVisitor indexer)
Method Detail

visit

public void visit(ElkAxiom elkAxiom)
Specified by:
visit in interface ElkAxiomProcessor


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