Uses of Class
edu.uky.ai.planning.pg.NodeInstance
Packages that use NodeInstance
Package
Description
Contains objects for representing plan graphs and planners that search for a
solution by finding a valid subgraph of a plan graph.
-
Uses of NodeInstance in edu.uky.ai.planning.pg
Fields in edu.uky.ai.planning.pg declared as NodeInstanceModifier and TypeFieldDescriptionSubgraph.firstThe first node (and the level at which it appears) in the subgraphMethods in edu.uky.ai.planning.pg that return types with arguments of type NodeInstanceMethods in edu.uky.ai.planning.pg with parameters of type NodeInstanceModifier and TypeMethodDescriptionSubgraph.add(NodeInstance instance) Returns a new subgraph which contains a given node at a given level.intNodeInstance.compareTo(NodeInstance other) Subgraph.remove(NodeInstance instance) Returns a new subgraph which does not contain a given node at a given level.