IntersectionGraphGenerator<V,E> |
IntersectionGraphGenerator.edgeIntersectByEndpoints() |
Set the intersection of edges to be by the edges endpoints.
|
IntersectionGraphGenerator<V,E> |
IntersectionGraphGenerator.edgeIntersectById() |
Set the intersection of edges to by the edges identifiers.
|
IntersectionGraphGenerator<V,E> |
IntersectionGraphGenerator.graphs(Graph<V,E>... graphs) |
Set the input graphs whose intersection graph will be generated.
|
IntersectionGraphGenerator<V,E> |
IntersectionGraphGenerator.graphs(Collection<? extends Graph<V,E>> graphs) |
Set the input graphs whose intersection graph will be generated.
|