How to implement a JUNG graph with mixed (directed and undirected) edges?

StackOverflow https://stackoverflow.com/questions/16929057

  •  31-05-2022
  •  | 
  •  

문제

I have a GraphML file with both directed and un-directed edges. I want to read this file into a JUNG graph, but I can't find an appropriate implementation that would support graphs of mixed edge-types. Is there such an implementation? Or, any hints to implement one myself? Thanks.

도움이 되었습니까?

해결책

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top