- java.lang.Object
-
- swim.runtime.reflect.Pulse
-
- swim.runtime.reflect.NodePulse
-
public class NodePulse extends Pulse
-
-
Field Summary
Fields Modifier and Type Field Description protected AgentPulseagentsprotected WarpDownlinkPulsedownlinksprotected WarpUplinkPulseuplinks
-
Constructor Summary
Constructors Constructor Description NodePulse(AgentPulse agents, WarpDownlinkPulse downlinks, WarpUplinkPulse uplinks)
-
Method Summary
Modifier and Type Method Description AgentPulseagents()WarpDownlinkPulsedownlinks()static Form<NodePulse>form()booleanisDefined()ValuetoValue()WarpUplinkPulseuplinks()
-
-
-
Field Detail
-
agents
protected final AgentPulse agents
-
downlinks
protected final WarpDownlinkPulse downlinks
-
uplinks
protected final WarpUplinkPulse uplinks
-
-
Constructor Detail
-
NodePulse
public NodePulse(AgentPulse agents, WarpDownlinkPulse downlinks, WarpUplinkPulse uplinks)
-
-
Method Detail
-
agents
public final AgentPulse agents()
-
downlinks
public final WarpDownlinkPulse downlinks()
-
uplinks
public final WarpUplinkPulse uplinks()
-
-