com.ibm.tivoli.maximo.asset.topology.controls

Class NodeStat

  • java.lang.Object
    • com.ibm.tivoli.maximo.asset.topology.controls.NodeStat


  • public class NodeStat
    extends java.lang.Object
    Detailed trace about node statistics. Currently, only is vertex degree considered in the scope, but it could be extended to other vertex info.
    • Constructor Detail

      • NodeStat

        public NodeStat()
    • Method Detail

      • getDegree

        public int getDegree()
      • setDegree

        protected void setDegree(int degree)
      • constructOneDegree

        public void constructOneDegree()
      • isDegreeFullyConstructed

        public boolean isDegreeFullyConstructed()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object