|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.computing.ai.planning.Precondition
org.jscience.computing.ai.planning.PreconditionAtomic
public class PreconditionAtomic
This class represents an iterator over all the possible bindings that can satisfy an atomic logical expression at run time.
| Constructor Summary | |
|---|---|
PreconditionAtomic(Predicate pIn,
Term[] unifier)
To initialize this atomic logical expression. |
|
| Method Summary | |
|---|---|
void |
bind(Term[] binding)
To bind the assignment logical expression to some binding. |
protected Term[] |
nextBindingHelper()
To return the next satisfier for this atomic logical expression. |
protected void |
resetHelper()
To reset this atomic logical expression. |
| Methods inherited from class org.jscience.computing.ai.planning.Precondition |
|---|
nextBinding, reset, setComparator, setFirst |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PreconditionAtomic(Predicate pIn,
Term[] unifier)
pIn - the predicate this atomic logical expression represents.unifier - the current unifier.| Method Detail |
|---|
public void bind(Term[] binding)
bind in class Preconditionbinding - DOCUMENT ME!protected Term[] nextBindingHelper()
nextBindingHelper in class Preconditionprotected void resetHelper()
resetHelper in class Precondition
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||