Click or drag to resize

LGSPGraphGetCompatibleNodes Method

Enumerates all nodes compatible to the 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> GetCompatibleNodes(
	NodeType nodeType
)

Parameters

nodeType
Type: de.unika.ipd.grGen.libGrNodeType

Return Value

Type: IEnumerableINode

Implements

IGraphGetCompatibleNodes(NodeType)
See Also