java.lang.Object
alice.tuprolog.GoalInfo
- All Implemented Interfaces:
- java.io.Serializable
- final class GoalInfo
- extends java.lang.Object
- implements java.io.Serializable
runtime info about goal to demonstrate
Field Summary |
RTContext |
context
runtime context of the demo |
Term |
goal
demonstrating goal |
int |
mark
time and mark index from which beginning next rename and unification operation |
int |
time
time and mark index from which beginning next rename and unification operation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
goal
public Term goal
- demonstrating goal
context
public RTContext context
- runtime context of the demo
time
public int time
- time and mark index from which beginning next rename and unification operation
mark
public int mark
- time and mark index from which beginning next rename and unification operation
GoalInfo
GoalInfo(Term g)