Click or drag to resize

LGSPGraphModel.IsLower Method

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public virtual bool IsLower(
	Object this_,
	Object that,
	IDictionary<Object, Object> visitedObjects
)

Parameters

this_
Type: System.Object
that
Type: System.Object
visitedObjects
Type: System.Collections.Generic.IDictionary<Object, Object>

Return Value

Type: Boolean

Implements

IGraphModel.IsLower(Object, Object, IDictionary<Object, Object>)
See Also