com.grack.prologmachine
Class PrologMachine.ExecutionState

java.lang.Object
  |
  +--com.grack.prologmachine.PrologMachine.ExecutionState

public class PrologMachine.ExecutionState
extends java.lang.Object


Constructor Summary
PrologMachine.ExecutionState()
           
 
Method Summary
 PrologMachine.ExecutionState deepClone()
           
 PredicateSignature getCurrAct()
           
 boolean isBuiltIn()
           
 boolean isSuccess()
           
 boolean isUserProcedure()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrologMachine.ExecutionState

public PrologMachine.ExecutionState()
Method Detail

getCurrAct

public PredicateSignature getCurrAct()

deepClone

public PrologMachine.ExecutionState deepClone()

isBuiltIn

public boolean isBuiltIn()

isSuccess

public boolean isSuccess()

isUserProcedure

public boolean isUserProcedure()