Uses of Class
edu.uky.ai.logic.Constant
Packages that use Constant
Package
Description
Contains objects for representing logical formulas.
Contains objects for representing planning problems, planning algorithms, and plans.
-
Uses of Constant in edu.uky.ai.logic
Methods in edu.uky.ai.logic that return Constant -
Uses of Constant in edu.uky.ai.planning
Fields in edu.uky.ai.planning with type parameters of type ConstantModifier and TypeFieldDescriptionfinal ImmutableArray<Constant>Domain.constantsA set of objects that must exist in for problems in this domainfinal ImmutableArray<Constant>Problem.objectsAll the objects that exist in the worldMethods in edu.uky.ai.planning that return types with arguments of type ConstantModifier and TypeMethodDescriptionProblem.getObjectsByType(String type) Returns all the objects in the world which are of a given type.Constructors in edu.uky.ai.planning with parameters of type ConstantModifierConstructorDescriptionConstructs a new domain.Constructs a new problem.Constructor parameters in edu.uky.ai.planning with type arguments of type ConstantModifierConstructorDescriptionDomain(String name, ImmutableArray<Constant> constants, ImmutableArray<Operator> operators) Constructs a new domain.Problem(String name, Domain domain, ImmutableArray<Constant> objects, State initial, Proposition goal) Constructs a new problem.