[jgrapht-users] Searching a node based on some attributes
Brought to you by:
barak_naveh,
perfecthash
From: Atreyee M. <atr...@gm...> - 2015-11-15 07:09:03
|
Hi, I was wondering if there is a way to find a node given certain attributes in a graph using Jgrapht. I understand that I could always construct a similar node and as long as the equals method is correctly implemented, I would be able to verify if the node exists in the graph but what if I know only 1 specific attribute of the node that I want to search by? Essentially I am looking for a search filter kind of querying mechanism. Regards, Atreyee |