 | ContainerHelperConcatenateChangedV(DequeV, DequeV, IGraph, INode, AttributeType) Method |
Appends all values from deque b to a.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static bool ConcatenateChanged<V>(
Deque<V> a,
Deque<V> b,
IGraph graph,
INode owner,
AttributeType attrType
)
Parameters
- a DequeV
- A Deque to change.
- b DequeV
- Another Deque of compatible type to a.
- graph IGraph
- The graph containing the node containing the attribute which gets changed.
- owner INode
- The node containing the attribute which gets changed.
- attrType AttributeType
- The attribute type of the attribute which gets changed.
Type Parameters
- V
Return Value
BooleanA truth value telling whether a was changed (i.e. b not empty)
See Also