Click or drag to resize

LGSPGraphGetExactNodes 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.libGrNodeType

Return Value

Type: IEnumerableINode

Implements

IGraphGetExactNodes(NodeType)
See Also