 | LGSPGraphModel.IsLower Method |
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic 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:
BooleanImplements
IGraphModel.IsLower(Object, Object, IDictionary<Object, Object>)
See Also