org.semanticweb.HermiT.blocking
Class AnywhereValidatedBlocking.ComputeCoreVariables

java.lang.Object
  extended by org.semanticweb.HermiT.blocking.AnywhereValidatedBlocking.ComputeCoreVariables
All Implemented Interfaces:
Serializable, DLClauseEvaluator.Worker
Enclosing class:
AnywhereValidatedBlocking

protected static final class AnywhereValidatedBlocking.ComputeCoreVariables
extends Object
implements DLClauseEvaluator.Worker, Serializable

See Also:
Serialized Form

Field Summary
protected  boolean[] m_coreVariables
           
protected  DLClause m_dlClause
           
protected  Object[] m_valuesBuffer
           
protected  List<Variable> m_variables
           
 
Constructor Summary
AnywhereValidatedBlocking.ComputeCoreVariables(DLClause dlClause, List<Variable> variables, Object[] valuesBuffer, boolean[] coreVariables)
           
 
Method Summary
 void clear()
           
 int execute(int programCounter)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_dlClause

protected final DLClause m_dlClause

m_variables

protected final List<Variable> m_variables

m_valuesBuffer

protected final Object[] m_valuesBuffer

m_coreVariables

protected final boolean[] m_coreVariables
Constructor Detail

AnywhereValidatedBlocking.ComputeCoreVariables

public AnywhereValidatedBlocking.ComputeCoreVariables(DLClause dlClause,
                                                      List<Variable> variables,
                                                      Object[] valuesBuffer,
                                                      boolean[] coreVariables)
Method Detail

clear

public void clear()

execute

public int execute(int programCounter)
Specified by:
execute in interface DLClauseEvaluator.Worker

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.