Click or drag to resize

AttributeChangeType Enumeration

The changes which might occur to graph element attributes.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.1
Syntax
C#
public enum AttributeChangeType
Members
  Member nameValueDescription
Assign0 Assignment of a value to some attribute. Value semantics, even if assigned attribute is a set or a map, not a primitive type.
PutElement1 Inserting a value into some set or a key value pair into some map or a value into some array.
RemoveElement2 Removing a value from some set or a key value pair from some map or a key/index from some array.
AssignElement3 Assignment of a value to a key/index position in an array, overwriting old element at that position.
See Also