Uses of Class
wt.epm.retriever.ResultGraph.Link

Packages that use ResultGraph.Link
com.ptc.windchill.uwgm.cadx.caddoc.mstructrep   
wt.epm.retriever   
 

Uses of ResultGraph.Link in com.ptc.windchill.uwgm.cadx.caddoc.mstructrep
 

Methods in com.ptc.windchill.uwgm.cadx.caddoc.mstructrep with parameters of type ResultGraph.Link
protected  TreeNodeData DependencyTracer.getRowData(ResultGraph.Node node, TreeNodeData parentNodeData, ResultGraph.Link parentLink, String imposedUid, boolean getPart)
           
 

Uses of ResultGraph.Link in wt.epm.retriever
 

Methods in wt.epm.retriever that return ResultGraph.Link
protected  ResultGraph.Link ResultGraph.newLink(BinaryLink bLink, ResultGraph.Node nodeA, ResultGraph.Node nodeB)
           
 ResultGraph.Link[] ResultGraph.getLinks()
          An array of all the Link objects.
 ResultGraph.Link ResultGraph.getLink(ObjectIdentifier oid)
           
 ResultGraph.Link ResultGraph.getLink(BinaryLink lnk)
           
 ResultGraph.Link[] ResultGraph.Node.getParentLinks()
           
 ResultGraph.Link ResultGraph.Node.getParentLink()
          Incoming link which belongs to the spanning tree.
 ResultGraph.Link[] ResultGraph.Node.getChildLinks()
           
 ResultGraph.Link[] ResultGraph.Node.getTreeChildLinks()
           
protected  ResultGraph.Link ResultGraph.newLink(BinaryLink bLink, ResultGraph.Node nodeA, ResultGraph.Node nodeB)
           
 ResultGraph.Link[] ResultGraph.getLinks()
          An array of all the Link objects.
 ResultGraph.Link ResultGraph.getLink(ObjectIdentifier oid)
           
 ResultGraph.Link ResultGraph.getLink(BinaryLink lnk)
           
 ResultGraph.Link[] ResultGraph.Node.getParentLinks()
           
 ResultGraph.Link ResultGraph.Node.getParentLink()
          Incoming link which belongs to the spanning tree.
 ResultGraph.Link[] ResultGraph.Node.getChildLinks()
           
 ResultGraph.Link[] ResultGraph.Node.getTreeChildLinks()