Click or drag to resize

ContainerHelperConcatenateChangedV Method (DequeV, DequeV, IGraph, IEdge, AttributeType)

Appends all values from deque b to a.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static bool ConcatenateChanged<V>(
	Deque<V> a,
	Deque<V> b,
	IGraph graph,
	IEdge owner,
	AttributeType attrType
)

Parameters

a
Type: de.unika.ipd.grGen.libGrDequeV
A Deque to change.
b
Type: de.unika.ipd.grGen.libGrDequeV
Another Deque of compatible type to a.
graph
Type: de.unika.ipd.grGen.libGrIGraph
The graph containing the edge containing the attribute which gets changed.
owner
Type: de.unika.ipd.grGen.libGrIEdge
The edge containing the attribute which gets changed.
attrType
Type: de.unika.ipd.grGen.libGrAttributeType
The attribute type of the attribute which gets changed.

Type Parameters

V

Return Value

Type: Boolean
A truth value telling whether at least one element was changed in a
See Also