You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added function in js to highlight path from selected node to all PC's
- Made a caller from java side and put it in the context menu
- Cleaned up a few files
Still Todo:
- [ ] skip (or not - add another input) associations in path finding. maybe use core libraries search functionality
- [ ] highlight all paths back to each PC. this is needed to see which attributes a node is contained within
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();
The text was updated successfully, but these errors were encountered: