Class NWayByChanceEntitySender

    • Method Detail

      • setTransferTime

        public final void setTransferTime​(double time)
        Sets the transfer time
        Parameters:
        time -
      • setTransferTime

        public final void setTransferTime​(RandomIfc time)
        If the supplied value is null, then zero is used for the time
        Parameters:
        time -
      • size

        public final int size()
      • setResetStartStreamOption

        public final void setResetStartStreamOption​(boolean b)
      • setResetNextSubStreamOption

        public final void setResetNextSubStreamOption​(boolean b)
      • setAntitheticOption

        public final void setAntitheticOption​(boolean flag)
      • resetStartSubstream

        public final void resetStartSubstream()
      • resetStartStream

        public final void resetStartStream()
      • isEmpty

        public final boolean isEmpty()
      • getResetStartStreamOption

        public final boolean getResetStartStreamOption()
      • getResetNextSubStreamOption

        public final boolean getResetNextSubStreamOption()
      • getAntitheticOption

        public final boolean getAntitheticOption()
      • advanceToNextSubstream

        public final void advanceToNextSubstream()
      • receive

        protected final void receive​(Entity entity)
        Description copied from class: EntityReceiver
        Represents logic to correctly receive the entity and process it accordingly
        Specified by:
        receive in class EntityReceiver