org.semanticweb.HermiT.blocking
Class AnywhereValidatedBlocking.ComputeCoreVariables
java.lang.Object
org.semanticweb.HermiT.blocking.AnywhereValidatedBlocking.ComputeCoreVariables
- All Implemented Interfaces:
- java.io.Serializable, DLClauseEvaluator.Worker
- Enclosing class:
- AnywhereValidatedBlocking
protected static final class AnywhereValidatedBlocking.ComputeCoreVariables
- extends java.lang.Object
- implements DLClauseEvaluator.Worker, java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
m_dlClause
protected final DLClause m_dlClause
m_variables
protected final java.util.List<Variable> m_variables
m_valuesBuffer
protected final java.lang.Object[] m_valuesBuffer
m_coreVariables
protected final boolean[] m_coreVariables
AnywhereValidatedBlocking.ComputeCoreVariables
public AnywhereValidatedBlocking.ComputeCoreVariables(DLClause dlClause,
java.util.List<Variable> variables,
java.lang.Object[] valuesBuffer,
boolean[] coreVariables)
clear
public void clear()
execute
public int execute(int programCounter)
- Specified by:
execute
in interface DLClauseEvaluator.Worker
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object