Forums

Full Version: item retrieved from predicate
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I think this is quite simple, but i didn't figure it out, and Prefuse still is a little confusing for me.

I want to do something like this:
m_vis.getGroup(click).setTuple( item);

where item is one item i want to retrieve from the xml file. (the one that has the refers field = 0)
I tried something like this:
String pred = "[refers] == 0 ";

But i don't know where to go from here.

Any clues?
Good morning Oana,

hope life is pleasing.

As mentioned in the PAP description above, this forum is not meant to start new discussions or posting questions as such. The idea is that this should always take place in the prefuse sourceforge forum in order to keep things together as much as possible. PAP is meant to supplement the sourceforge forum by providing the possibility to store complete demo progs, not more. So I would request you to repost your question in the prefuse sourceforge forum


Cheers

martin
Ok, sorry for this. Thought it was just too..."newbish" question to ask Smile

I will post it there

34all Wrote:Good morning Oana,

hope life is pleasing.

As mentioned in the PAP description above, this forum is not meant to start new discussions or posting questions as such. The idea is that this should always take place in the prefuse sourceforge forum in order to keep things together as much as possible. PAP is meant to supplement the sourceforge forum by providing the possibility to store complete demo progs, not more. So I would request you to repost your question in the prefuse sourceforge forum


Cheers

martin
Reference URL's