Click or drag to resize

LGSPGraphModelIsLower Method


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

Parameters

this_  Object
 
that  Object
 
visitedObjects  IDictionaryObject, Object
 

Return Value

Boolean

Implements

IGraphModelIsLower(Object, Object, IDictionaryObject, Object)
See Also