public class GraphOrdering<V,E> extends Object
| Constructor and Description |
|---|
GraphOrdering(Graph<V,E> regularGraph)
Creates a new labels graph according to the regular graph.
|
GraphOrdering(Graph<V,E> regularGraph,
Set<V> vertexSet,
Set<E> edgeSet)
Creates a new labels graph according to the regular graph.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsByEdgeOrder(GraphOrdering otherGraph)
Tests equality by order of edges
|
Set<org.jgrapht.experimental.isomorphism.GraphOrdering.LabelsEdge> |
getLabelsEdgesSet() |
String |
toString()
This is the format example:
|
public GraphOrdering(Graph<V,E> regularGraph)
regularGraph - public boolean equalsByEdgeOrder(GraphOrdering otherGraph)
public Set<org.jgrapht.experimental.isomorphism.GraphOrdering.LabelsEdge> getLabelsEdgesSet()
Copyright © 2015. All Rights Reserved.