Plan |
public abstract class PlanPseudoNode
The PlanPseudoNode type exposes the following members.
| Name | Description | |
|---|---|---|
| PlanPseudoNode | Initializes a new instance of the PlanPseudoNode class |
| Name | Description | |
|---|---|---|
| Incoming | Returns all incoming plan edges. | |
| TopNode | outermost enclosing supernode, the node itself if not contained within a supernode | |
| TopSuperNode | outermost enclosing supernode, null if not contained within a supernode |
| Name | Description | |
|---|---|---|
| GetCheapestIncoming | Returns the cheapest incoming plan edge and its cost, excluding nodes contained within the given top super node (if given) | |
| PreferNewEdge | Decides whether a new edge is better than a known best edge up to now. |
| Name | Description | |
|---|---|---|
| IncomingMSAEdge | ||
| SuperNode |