Skip to Content.
Sympa Menu

svadev - Re: [svadev] Getting Value(s) from a DSNode

svadev AT lists.siebelschool.illinois.edu

Subject: Svadev mailing list

List archive

Re: [svadev] Getting Value(s) from a DSNode


Chronological Thread 
  • From: John Criswell <criswell AT illinois.edu>
  • To: Arushi Aggarwal <arushi987 AT gmail.com>
  • Cc: "svadev AT cs.uiuc.edu" <svadev AT cs.uiuc.edu>
  • Subject: Re: [svadev] Getting Value(s) from a DSNode
  • Date: Mon, 7 Mar 2011 10:28:39 -0600
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/svadev>
  • List-id: <svadev.cs.uiuc.edu>
  • Organization: University of Illinois

On 3/7/11 10:26 AM, Arushi Aggarwal wrote:
Is there a way to get all the Value's that map to a DSNode?

Arushi

The only way of which I know is to iterate through a DSGraph's ScalarMap looking for values that map to the DSNode. I don't believe a reverse mapping exists.

That said, a DSNode might have a pointer to the DSGraph to which it belongs. That might help.

-- John T.





Archive powered by MHonArc 2.6.16.

Top of Page