Design Expert System Builder - Node Descriptions

PlanList

(The icon represents blue print behind to a list)

Description

This node represents a list of plans that are potential execution paths either as rough or fine Plans of a Specialist. During execution of the Specialist the Selector will interrogate the Sponsor of each Plan in a PlanList to get a compatibility value. From these values the Selector picks a Plan from the PlanList and executes it.

Right Mouse (Meta Key) Menu Options

Rename - Presents user with dialog to change the caption on this node

Add to List - Adds a Plan node to the end of the list.

Expand List - Displays the node in expanded mode revealing its children.

Child Nodes

Plan (multiple)

Parent

Specialist

Expert System Object Generated

Generates either the private java.util.Vectror _roughPlanList or _designPlanList (fine plan list) of the Specialist.class