- java.lang.Object
-
- swim.runtime.reflect.Pulse
-
- swim.runtime.reflect.LinkPulse
-
- swim.runtime.reflect.DownlinkPulse
-
- swim.runtime.reflect.WarpDownlinkPulse
-
- All Implemented Interfaces:
WarpPulse
public class WarpDownlinkPulse extends DownlinkPulse implements WarpPulse
-
-
Field Summary
Fields Modifier and Type Field Description protected longcommandCountprotected intcommandRateprotected longeventCountprotected inteventRateprotected longlinkCount
-
Constructor Summary
Constructors Constructor Description WarpDownlinkPulse(long linkCount, int eventRate, long eventCount, int commandRate, long commandCount)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description longcommandCount()intcommandRate()longeventCount()inteventRate()static Form<WarpDownlinkPulse>form()booleanisDefined()longlinkCount()ValuetoValue()
-
-
-
Method Detail
-
isDefined
public boolean isDefined()
-
eventCount
public final long eventCount()
- Specified by:
eventCountin interfaceWarpPulse
-
commandRate
public final int commandRate()
- Specified by:
commandRatein interfaceWarpPulse
-
commandCount
public final long commandCount()
- Specified by:
commandCountin interfaceWarpPulse
-
toValue
public Value toValue()
-
form
@Kind public static Form<WarpDownlinkPulse> form()
-
-