Class ClusterExperiment4.NodeIntPair
java.lang.Object
se.lnu.siq.s4rdm3x.model.cmd.saerocon18.ClusterExperiment4.NodeIntPair
- Enclosing class:
- ClusterExperiment4
public static class ClusterExperiment4.NodeIntPair
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description (package private) int
m_fanIn
(package private) int
m_fanOut
(package private) CNode
m_node
(package private) int
m_totalFan
-
Constructor Summary
Constructors Constructor Description NodeIntPair()
-
Method Summary
-
Field Details
-
m_node
CNode m_node -
m_fanIn
int m_fanIn -
m_fanOut
int m_fanOut -
m_totalFan
int m_totalFan
-
-
Constructor Details
-
NodeIntPair
public NodeIntPair()
-