Click or drag to resize

IndexHelper.IsInEdgesFromIndexFromTo Method (IEdge, IAttributeIndex, Object, Boolean, Object, Boolean, IActionExecutionEnvironment, Int32)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static bool IsInEdgesFromIndexFromTo(
	IEdge candidate,
	IAttributeIndex index,
	Object from,
	bool includingFrom,
	Object to,
	bool includingTo,
	IActionExecutionEnvironment actionEnv,
	int threadId
)

Parameters

candidate
Type: de.unika.ipd.grGen.libGr.IEdge
index
Type: de.unika.ipd.grGen.libGr.IAttributeIndex
from
Type: System.Object
includingFrom
Type: System.Boolean
to
Type: System.Object
includingTo
Type: System.Boolean
actionEnv
Type: de.unika.ipd.grGen.libGr.IActionExecutionEnvironment
threadId
Type: System.Int32

Return Value

Type: Boolean
See Also