aminePlatform.engines.prologPlusCG.util
Class GoalToResolve
java.lang.Object
aminePlatform.engines.prologPlusCG.util.GoalToResolve
- public class GoalToResolve
- extends java.lang.Object
Title : GoalToResolve
Description : GoalToResolve represents the activation record that contains
valuable information for the interpretation/resolution of the current goal.
Copyright : Copyright (c) Adil KABBAJ 2004-2009
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
goal
public java.lang.Object goal
ind
public java.lang.Integer ind
pos
public int pos
mrkRsltStck
public int mrkRsltStck
key
public java.lang.String key
GoalToResolve
public GoalToResolve()
GoalToResolve
public GoalToResolve(java.lang.Object goal,
java.lang.Integer indice,
int post)