Class EdgeUpdate
- java.lang.Object
-
- com.hybris.cockpitng.components.visjs.network.data.EdgeUpdate
-
- All Implemented Interfaces:
java.io.Serializable
public class EdgeUpdate extends java.lang.Object implements java.io.SerializableObject used inEditNodeEvent. Represents previous and newly established connection between nodes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EdgeUpdate(Edge previous, Edge current)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdgegetCurrent()EdgegetPrevious()
-