Class NetworkUpdates

  • All Implemented Interfaces:
    java.io.Serializable

    public class NetworkUpdates
    extends java.lang.Object
    implements java.io.Serializable
    Represents list of changes which should be applied to networkchart
    See Also:
    Serialized Form
    • Constructor Detail

      • NetworkUpdates

        public NetworkUpdates​(java.util.List<NetworkUpdate> updates)
        Parameters:
        updates - List of changes which should be applied to networkchart
      • NetworkUpdates

        public NetworkUpdates​(NetworkUpdate update)
        Parameters:
        update - single change which should be applied to networkchart
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object