WrappedEdge Methods |
The WrappedEdge type exposes the following members.
Name | Description | |
---|---|---|
AreEqual |
A standard method for determining if two elements are equal.
This method should be used by any Element.equals() implementation to ensure consistent behavior.
(Defined by ElementHelpers.) | |
CopyProperties |
Copy the properties (key and value) from one element to another.
The properties are preserved on the from element.
ElementPropertiesRule that share the same key on the to element are overwritten.
(Defined by ElementHelpers.) | |
EdgeString | (Defined by StringFactory.) | |
GetProperties |
Get a clone of the properties of the provided element.
In other words, a HashMap is created and filled with the key/values of the element's properties.
(Defined by ElementHelpers.) | |
HaveEqualIds |
Simply tests if the element ids are equal().
(Defined by ElementHelpers.) | |
HaveEqualProperties |
Determines whether two elements have the same properties.
To be true, both must have the same property keys and respective values must be equals().
(Defined by ElementHelpers.) | |
RelabelEdge |
An edge is relabeled by creating a new edge with the same properties, but new label.
Note that an edge is deleted and an edge is added.
(Defined by EdgeHelpers.) | |
SetProperties(IDictionaryString, Object) | Overloaded.
Set the properties of the provided element using the provided dictionary.
(Defined by ElementHelpers.) | |
SetProperties(Object) | Overloaded.
Set the properties of the provided element using the provided key value pairs.
The var args of Objects must be divisible by 2. All odd elements in the array must be a string key.
(Defined by ElementHelpers.) | |
ValidateProperty |
Determines whether the property key/value for the specified element can be legally set.
This is typically used as a pre-condition check prior to setting a property.
Throws ArgumentException whether the triple is legal and if not, a clear reason message is provided
(Defined by ElementHelpers.) |