 | PlanPseudoNodeGetCheapestIncoming Method |
Returns the cheapest incoming plan edge and its cost,
excluding nodes contained within the given top super node (if given)
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic abstract PlanEdge GetCheapestIncoming(
PlanPseudoNode excludeTopNode,
out float cost
)
Parameters
- excludeTopNode PlanPseudoNode
-
- cost Single
-
Return Value
PlanEdge
See Also