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.1
Syntax
C#
public override IEnumerable<INode> GetExactNodes(
	NodeType nodeType
)

Parameters

nodeType  NodeType
 

Return Value

IEnumerableINode

Implements

IGraphGetExactNodes(NodeType)
See Also