Class TransferEvent

java.lang.Object
com.assemblyrobot.simulator.core.events.Event
com.assemblyrobot.simulator.core.events.TransferEvent
All Implemented Interfaces:
java.lang.Comparable<Event>

public class TransferEvent
extends Event
Unique Event subclass for EventType.TRANSFER events, which require information to be passed on the destination of a Material.
  • Constructor Summary

    Constructors
    Constructor Description
    TransferEvent​(long executionTime, @NonNull EventType type, @NonNull StageID currentStage, @NonNull StageID destination, ErrorType optionalError)  
  • Method Summary

    Methods inherited from class com.assemblyrobot.simulator.core.events.Event

    compareTo

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TransferEvent

      public TransferEvent​(long executionTime, @NonNull @NonNull EventType type, @NonNull @NonNull StageID currentStage, @NonNull @NonNull StageID destination, ErrorType optionalError)