Package jline.lang

Class Network.BindingCapacity

java.lang.Object
jline.lang.Network.BindingCapacity
Enclosing class:
Network

public static class Network.BindingCapacity extends Object
The answer of Network.findBindingCapacity(): whether a buffer binds and, when it does, which one. classIndex is the 0-based class index of a per-class buffer and -1 for a station-level one; isOpen says whether an open class reaches the buffer, which decides the fallback advice the refusal gives.
  • Field Details

    • binds

      public final boolean binds
    • station

      public final Station station
    • cap

      public final double cap
    • classIndex

      public final int classIndex
    • jobClass

      public final JobClass jobClass
    • isOpen

      public final boolean isOpen