Click or drag to resize

LGSPGraph.GetExactNodes Method

Enumerates all nodes with the exact given node type.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public override IEnumerable<INode> GetExactNodes(
	NodeType nodeType
)

Parameters

nodeType
Type: de.unika.ipd.grGen.libGr.NodeType

Return Value

Type: IEnumerable<INode>

Implements

IGraph.GetExactNodes(NodeType)
See Also