org.semanticweb.HermiT.tableau
Class DLClauseEvaluator.CallMatchStartedOnMonitor
java.lang.Object
org.semanticweb.HermiT.tableau.DLClauseEvaluator.CallMatchStartedOnMonitor
- All Implemented Interfaces:
- java.io.Serializable, DLClauseEvaluator.Worker
- Enclosing class:
- DLClauseEvaluator
protected static final class DLClauseEvaluator.CallMatchStartedOnMonitor
- 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_tableauMonitor
protected final TableauMonitor m_tableauMonitor
m_dlClauseEvaluator
protected final DLClauseEvaluator m_dlClauseEvaluator
m_dlClauseIndex
protected final int m_dlClauseIndex
DLClauseEvaluator.CallMatchStartedOnMonitor
public DLClauseEvaluator.CallMatchStartedOnMonitor(TableauMonitor tableauMonitor,
DLClauseEvaluator dlClauseEvaluator,
int dlClauseIndex)
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