Open dyiop opened 2 years ago
[ ] click on an object/OA highlights all paths to a policy class (can run a depth first search starting from the object)
[ ] similarly, if you click on a user it should highlight all paths to "border attributes"
cytoscape has a* built in (link)
cy.elements().aStar({ root: "#super_pc", goal: "#bob" }).path.select();
Still Todo:
[ ] click on an object/OA highlights all paths to a policy class (can run a depth first search starting from the object)
[ ] similarly, if you click on a user it should highlight all paths to "border attributes"
cytoscape has a* built in (link)
cy.elements().aStar({ root: "#super_pc", goal: "#bob" }).path.select();