Class EndOfSuperstepEvent

  • All Implemented Interfaces:
    IOReadableWritable

    public class EndOfSuperstepEvent
    extends RuntimeEvent
    Marks the end of a superstep of one particular iteration superstep.
    • Field Detail

      • INSTANCE

        public static final EndOfSuperstepEvent INSTANCE
        The singleton instance of this event.
    • Method Detail

      • write

        public void write​(DataOutputView out)
        Description copied from interface: IOReadableWritable
        Writes the object's internal data to the given data output view.
        Parameters:
        out - the output view to receive the data.
      • read

        public void read​(DataInputView in)
        Description copied from interface: IOReadableWritable
        Reads the object's internal data from the given data input view.
        Parameters:
        in - the input view to read the data from
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object