 | ContainerHelperIntersectChangedK(DictionaryK, SetValueType, DictionaryK, SetValueType, IGraph, IEdge, AttributeType) Method |
Removes all key/value pairs from set a whose keys are not also contained in b.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static bool IntersectChanged<K>(
Dictionary<K, SetValueType> a,
Dictionary<K, SetValueType> b,
IGraph graph,
IEdge owner,
AttributeType attrType
)
Parameters
- a DictionaryK, SetValueType
- A dictionary to change.
- b DictionaryK, SetValueType
- Another dictionary of compatible type to a.
- graph IGraph
- The graph containing the edge containing the attribute which gets changed.
- owner IEdge
- The edge containing the attribute which gets changed.
- attrType AttributeType
- The attribute type of the attribute which gets changed.
Type Parameters
- K
Return Value
BooleanA truth value telling whether at least one element was changed in a
See Also