Click or drag to resize

IGraphGetCompatibleNodes Method

Enumerates all nodes compatible to the given node type.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
IEnumerable<INode> GetCompatibleNodes(
	NodeType nodeType
)

Parameters

nodeType  NodeType
 

Return Value

IEnumerableINode
See Also