Class EventCacheKey

java.lang.Object
jline.lang.state.EventCacheKey

public class EventCacheKey extends Object
A data structure acting as a key to the EventCache
  • Field Details

    • ind

      public final int ind
    • inspace

      public final Matrix inspace
    • event

      public final EventType event
    • jobClass

      public final int jobClass
    • isSimulation

      public final boolean isSimulation
  • Constructor Details

    • EventCacheKey

      public EventCacheKey(int ind, Matrix inspace, EventType event, int jobClass, boolean isSimulation)
  • Method Details