📄 package-summary.html
字号:
<TD>Each disjunction at compile time is represented as an instance of this class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/LogicalExpressionForAll.html" title="class in JSHOP2">LogicalExpressionForAll</A></B></TD><TD>Each <code>ForAll</code> logical expression at compile time is represented as an instance of this class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/LogicalExpressionNegation.html" title="class in JSHOP2">LogicalExpressionNegation</A></B></TD><TD>Each negative term in a logical expression at compile time is represented as an instance of this class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/LogicalExpressionNil.html" title="class in JSHOP2">LogicalExpressionNil</A></B></TD><TD>Each empty logical expression at compile time is represented as an instance of this class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/LogicalPrecondition.html" title="class in JSHOP2">LogicalPrecondition</A></B></TD><TD>Each logical precondition at compile time is represented as an instance of this class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/Member.html" title="class in JSHOP2">Member</A></B></TD><TD>Each code call of the form <code>(call Member ...)</code> is implemented by an object of this class</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/Method.html" title="class in JSHOP2">Method</A></B></TD><TD>Each method at run time is represented as a class derived from this abstract class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/Minus.html" title="class in JSHOP2">Minus</A></B></TD><TD>Each code call of the form <code>(call - ...)</code> is implemented by an object of this class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/More.html" title="class in JSHOP2">More</A></B></TD><TD>Each code call of the form <code>(call > ...)</code> is implemented by an object of this class</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/MoreEq.html" title="class in JSHOP2">MoreEq</A></B></TD><TD>Each code call of the form <code>(call >= ...)</code> is implemented by an object of this class</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/Mult.html" title="class in JSHOP2">Mult</A></B></TD><TD>Each code call of the form <code>(call * ...)</code> is implemented by an object of this class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/MyIterator.html" title="class in JSHOP2">MyIterator</A></B></TD><TD>This class implements an iterator with data members that can keep track of where the algorithm is in terms of bindings found so far so that when the next binding is needed it can be calculated correctly.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/NotEq.html" title="class in JSHOP2">NotEq</A></B></TD><TD>Each code call of the form <code>(call != ...)</code> is implemented by an object of this class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/NumberedPredicate.html" title="class in JSHOP2">NumberedPredicate</A></B></TD><TD>This class represents a predicate with an integer number associated with it.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/Operator.html" title="class in JSHOP2">Operator</A></B></TD><TD>Each operator at run time is represented as a class derived from this abstract class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/Plan.html" title="class in JSHOP2">Plan</A></B></TD><TD>This class represent a plan as a <code>LinkedList</code> of ground instances of operators.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/PlanStepInfo.html" title="class in JSHOP2">PlanStepInfo</A></B></TD><TD>This object encapsulates the information pertaining to a single step in the planning process.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/Plus.html" title="class in JSHOP2">Plus</A></B></TD><TD>Each code call of the form <code>(call + ...)</code> is implemented by an object of this class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/Power.html" title="class in JSHOP2">Power</A></B></TD><TD>Each code call of the form <code>(call ^ ...)</code> is implemented by an object of this class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/Precondition.html" title="class in JSHOP2">Precondition</A></B></TD><TD>This abstract class represents an iterator over all the possible bindings that can satisfy its corresponding logical expression at run time.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/PreconditionAssign.html" title="class in JSHOP2">PreconditionAssign</A></B></TD><TD>This class represents an iterator over all the possible bindings that can satisfy an assignment logical expression at run time.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/PreconditionAtomic.html" title="class in JSHOP2">PreconditionAtomic</A></B></TD><TD>This class represents an iterator over all the possible bindings that can satisfy an atomic logical expression at run time.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/PreconditionCall.html" title="class in JSHOP2">PreconditionCall</A></B></TD><TD>This class represents an iterator over all the possible bindings that can satisfy a call logical expression at run time.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/PreconditionForAll.html" title="class in JSHOP2">PreconditionForAll</A></B></TD><TD>This class represents an iterator over all the possible bindings that can satisfy a <code>ForAll</code> logical expression at run time.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/PreconditionNegation.html" title="class in JSHOP2">PreconditionNegation</A></B></TD><TD>This class represents an iterator over all the possible bindings that can satisfy a negation logical expression at run time.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/PreconditionNil.html" title="class in JSHOP2">PreconditionNil</A></B></TD><TD>This class represents an iterator over all the possible bindings that can satisfy an empty logical expression at run time.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/Predicate.html" title="class in JSHOP2">Predicate</A></B></TD><TD>Each predicate, both at compile time and at run time, is an instance of this class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/SolverThread.html" title="class in JSHOP2">SolverThread</A></B></TD><TD>The thread that invokes JSHOP2 to solve a planning problem.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/State.html" title="class in JSHOP2">State</A></B></TD><TD>This class is used to represent the current state of the world.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/StdLib.html" title="class in JSHOP2">StdLib</A></B></TD><TD>This class bundles all the code calls that are implemented in the standard library of JSHOP2 in one class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/TaskAtom.html" title="class in JSHOP2">TaskAtom</A></B></TD><TD>Each task atom both at compile time and at run time is represented as an object of this class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/TaskList.html" title="class in JSHOP2">TaskList</A></B></TD><TD>Each task list, both at compile time and at run time, is an instance of this class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/Term.html" title="class in JSHOP2">Term</A></B></TD><TD>Each term, both at compile time and at run time, is an instance of a class derived from this abstract class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/TermCall.html" title="class in JSHOP2">TermCall</A></B></TD><TD>Each call term, both at compile time and at run time, is an instance of this class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/TermConstant.html" title="class in JSHOP2">TermConstant</A></B></TD><TD>Each constant symbol, both at compile time and at run time, is an instance of this class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/TermList.html" title="class in JSHOP2">TermList</A></B></TD><TD>Each list both at compile time and at run time, is an instance of this class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/TermNumber.html" title="class in JSHOP2">TermNumber</A></B></TD><TD>Each numerical term both at compile time and at run time, is an instance of this class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../JSHOP2/TermVariable.html" title="class in JSHOP2">TermVariable</A></B></TD><TD>Each variable symbol both at compile time and at run time, is an instance of this class.</TD></TR></TABLE> <P><DL></DL><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../JSHOP2/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV PACKAGE NEXT PACKAGE</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?JSHOP2/package-summary.html" target="_top"><B>FRAMES</B></A> <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -