Click or drag to resize

SequenceExpressionExecutionHelper.UnaryComplement Method

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static Object UnaryComplement(
	Object operandValue,
	string balancedType,
	string operandType,
	IGraph graph
)

Parameters

operandValue
Type: System.Object
balancedType
Type: System.String
operandType
Type: System.String
graph
Type: de.unika.ipd.grGen.libGr.IGraph

Return Value

Type: Object
See Also