Package jline.lang.state
Class Polling.Info
java.lang.Object
jline.lang.state.Polling.Info
- All Implemented Interfaces:
Serializable
- Enclosing class:
Polling
Derived description of the polling controller at a station.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean[]True when the leg entering buffer q takes a strictly positive time.int[]Number of phases of the switchover entering buffer q.intK parameter of KLIMITED polling.boolean[]Buffers the server visits (a class disabled at the station is dropped).Polling discipline, identical across the class buffers.Matrix[]D0 of the switchover entering buffer q.Matrix[]D1 of the switchover entering buffer q.Matrix[]Entry probability vector of the switchover entering buffer q.booleanWhether the pos/swk/ctr columns are materialized.intTotal width of the polling block.booleanWhether the pos/swk/ctr columns are materialized.booleanWhether the pos/swk/ctr columns are materialized. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ptype
Polling discipline, identical across the class buffers. -
pk
public int pkK parameter of KLIMITED polling. -
polled
public boolean[] polledBuffers the server visits (a class disabled at the station is dropped). -
hasSw
public boolean[] hasSwTrue when the leg entering buffer q takes a strictly positive time. -
Ksw
public int[] KswNumber of phases of the switchover entering buffer q. -
swD0
D0 of the switchover entering buffer q. -
swD1
D1 of the switchover entering buffer q. -
swPie
Entry probability vector of the switchover entering buffer q. -
wpos
public boolean wposWhether the pos/swk/ctr columns are materialized. -
wswk
public boolean wswkWhether the pos/swk/ctr columns are materialized. -
wctr
public boolean wctrWhether the pos/swk/ctr columns are materialized. -
width
public int widthTotal width of the polling block.
-
-
Constructor Details
-
Info
public Info()
-