psdi.app.asset.topology.cron

Class AssetGraph

  • java.lang.Object
    • psdi.app.asset.topology.cron.AssetGraph

  • Deprecated. 
    replaced by avoiding through asset table where millions of records are possible.

    public class AssetGraph
    extends java.lang.Object
    Class representing the Asset Note used by the buisness view cache builder cron
    • Field Detail

      • nodes

        public java.util.ArrayList nodes
        Deprecated. 
      • links

        public java.util.ArrayList links
        Deprecated. 
    • Constructor Detail

      • AssetGraph

        public AssetGraph()
        Deprecated. 
    • Method Detail

      • pushVisibleNodeStack

        public void pushVisibleNodeStack(AssetNode node)
        Deprecated. 
      • popVisibleNodeStack

        public void popVisibleNodeStack()
        Deprecated. 
      • getLastVisibleNode

        public AssetNode getLastVisibleNode()
        Deprecated. 
      • getVisibleNodeStackDepth

        public int getVisibleNodeStackDepth()
        Deprecated. 
      • notVisited

        public boolean notVisited(java.lang.String assetNum)
        Deprecated. 
      • pushNodeStack

        public void pushNodeStack(AssetNode node)
        Deprecated. 
      • popNodeStack

        public void popNodeStack()
        Deprecated. 
      • getNodeStackDepth

        public int getNodeStackDepth()
        Deprecated. 
      • getLastNode

        public AssetNode getLastNode()
        Deprecated. 
      • addNode

        public void addNode(AssetNode n)
        Deprecated. 
      • addLInk

        public void addLInk(AssetLink l)
        Deprecated. 
      • getNodesSkipped

        public java.lang.String getNodesSkipped(AssetNode from,
                                                AssetNode to)
        Deprecated. 
      • printLinks

        public void printLinks(java.lang.String assetnum)
        Deprecated. 
      • getLinks

        public java.util.ArrayList getLinks()
        Deprecated. 
      • setLinks

        public void setLinks(java.util.ArrayList links)
        Deprecated.