Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jscience.computing.ai.planning Classes and Interfaces - 55 results found.
NameDescriptionTypePackageFramework
AxiomClassorg.jscience.computing.ai.planningJScience
CalculateThis is the common interface for code calls in call terms.Interfaceorg.jscience.computing.ai.planningJScience
CompileTimeObjectAll the objects at compile time are instances of classes that are derived from this abstract class.Classorg.jscience.computing.ai.planningJScience
CompLessThis class handles :sort-by logical preconditions that use numerical less than as the sorting function.Classorg.jscience.computing.ai.planningJScience
CompMoreThis class handles :sort-by logical preconditions that use numerical more than as the sorting function.Classorg.jscience.computing.ai.planningJScience
DelAddAtomicEach atomic element in the delete/add list of an operator both at compile time and run time is represented as an instance of this class.Classorg.jscience.computing.ai.planningJScience
DelAddElementEach element in the delete/add list of an operator both at compile time and run time is represented as an instance of a class derived from thisClassorg.jscience.computing.ai.planningJScience
DelAddForAllEach ForAll element in the delete/add list of an operator both at compile time and run time is represented as an instance of thisClassorg.jscience.computing.ai.planningJScience
DelAddProtectionEach Protection element in the delete/add list of an operator both at compile time and run time is represented as an instance ofClassorg.jscience.computing.ai.planningJScience
DomainClassorg.jscience.computing.ai.planningJScience
DomainElementThis abstract class implements the basic common functionality of the all possible elements (i.Classorg.jscience.computing.ai.planningJScience
InternalAxiomEach axiom at compile time is represented as an instance of this class.Classorg.jscience.computing.ai.planningJScience
InternalDomainEach domain at compile time is represented as an instance of this class.Classorg.jscience.computing.ai.planningJScience
InternalElementEach domain element (i.Classorg.jscience.computing.ai.planningJScience
InternalMethodEach method at compile time is represented as an instance of this class.Classorg.jscience.computing.ai.planningJScience
InternalOperatorClassorg.jscience.computing.ai.planningJScience
ListEach list, both at compile time and at run time, is an instance of this class.Classorg.jscience.computing.ai.planningJScience
LogicalExpressionEach logical expression at compile time is represented as a class derived from this abstract class.Classorg.jscience.computing.ai.planningJScience
LogicalExpressionAssignmentEach assign term in a logical expression at compile time is represented as an instance of this class.Classorg.jscience.computing.ai.planningJScience
LogicalExpressionAtomicEach atomic term in a logical expression at compile time is represented as an instance of this class.Classorg.jscience.computing.ai.planningJScience
LogicalExpressionCallEach call term in a logical expression at compile time is represented as an instance of this class.Classorg.jscience.computing.ai.planningJScience
LogicalExpressionConjunctionEach conjunction at compile time is represented as an instance of thisConstructor SummaryLogicalExpressionConjunction(java.Classorg.jscience.computing.ai.planningJScience
LogicalExpressionDisjunctionEach disjunction at compile time is represented as an instance of thisConstructor SummaryLogicalExpressionDisjunction(java.Classorg.jscience.computing.ai.planningJScience
LogicalExpressionForAllEach ForAll logical expression at compile time is represented as an instance of this class.Classorg.jscience.computing.ai.planningJScience
LogicalExpressionNegationEach negative term in a logical expression at compile time is represented as an instance of this class.Classorg.jscience.computing.ai.planningJScience
LogicalExpressionNilEach empty logical expression at compile time is represented as an instance of this class.Classorg.jscience.computing.ai.planningJScience
LogicalPreconditionClassorg.jscience.computing.ai.planningJScience
MethodClassorg.jscience.computing.ai.planningJScience
MyIteratorThis 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 whenClassorg.jscience.computing.ai.planningJScience
NumberedPredicateThis class represents a predicate with an integer number associated with it.Classorg.jscience.computing.ai.planningJScience
OperatorClassorg.jscience.computing.ai.planningJScience
PlanThis class represent a plan as a LinkedList of ground instances of operators.Classorg.jscience.computing.ai.planningJScience
PlannerThis class is the implementation of the Planner algorithm.Classorg.jscience.computing.ai.planningJScience
PlannerLexerClassorg.jscience.computing.ai.planningJScience
PlannerParserClassorg.jscience.computing.ai.planningJScience
PlannerTokenTypesInterfaceorg.jscience.computing.ai.planningJScience
PreconditionThis abstract class represents an iterator over all the possible bindings that can satisfy its corresponding logical expression at run time.Classorg.jscience.computing.ai.planningJScience
PreconditionAssignThis class represents an iterator over all the possible bindings that can satisfy an assignment logical expression at run time.Classorg.jscience.computing.ai.planningJScience
PreconditionAtomicThis class represents an iterator over all the possible bindings that can satisfy an atomic logical expression at run time.Classorg.jscience.computing.ai.planningJScience
PreconditionCallThis class represents an iterator over all the possible bindings that can satisfy a call logical expression at run time.Classorg.jscience.computing.ai.planningJScience
PreconditionForAllThis class represents an iterator over all the possible bindings that can satisfy a ForAll logical expression at run time.Classorg.jscience.computing.ai.planningJScience
PreconditionNegationThis class represents an iterator over all the possible bindings that can satisfy a negation logical expression at run time.Classorg.jscience.computing.ai.planningJScience
PreconditionNilThis class represents an iterator over all the possible bindings that can satisfy an empty logical expression at run time.Classorg.jscience.computing.ai.planningJScience
PredicateClassorg.jscience.computing.ai.planningJScience
SolverThreadThe thread that invokes Planner to solve a planning problem.Classorg.jscience.computing.ai.planningJScience
StateThis class is used to represent the current state of the world.Classorg.jscience.computing.ai.planningJScience
StdLibThis class bundles all the code calls that are implemented in the standard library of Planner in one class.Classorg.jscience.computing.ai.planningJScience
TaskAtomEach task atom both at compile time and at run time is represented as an object of this class.Classorg.jscience.computing.ai.planningJScience
TaskListClassorg.jscience.computing.ai.planningJScience
TermEach term, both at compile time and at run time, is an instance of a class derived from this abstract class.Classorg.jscience.computing.ai.planningJScience
TermCallClassorg.jscience.computing.ai.planningJScience
TermConstantEach constant symbol, both at compile time and at run time, is an instance of this class.Classorg.jscience.computing.ai.planningJScience
TermListClassorg.jscience.computing.ai.planningJScience
TermNumberClassorg.jscience.computing.ai.planningJScience
TermVariableEach variable symbol both at compile time and at run time, is an instance of this class.Classorg.jscience.computing.ai.planningJScience