Module org.jgrapht.core
Package org.jgrapht.alg.isomorphism
Class ColorRefinementIsomorphismInspector.DistinctGraphObject<T,V,E>
- java.lang.Object
-
- org.jgrapht.alg.isomorphism.ColorRefinementIsomorphismInspector.DistinctGraphObject<T,V,E>
-
- Type Parameters:
V
- the vertex type of the graphE
- the edge type of the graph
- Enclosing class:
- ColorRefinementIsomorphismInspector<V,E>
private static class ColorRefinementIsomorphismInspector.DistinctGraphObject<T,V,E> extends java.lang.Object
Representation of a graph vertex in the disjoint union
-
-
Constructor Summary
Constructors Modifier Constructor Description private
DistinctGraphObject(T object, Graph<V,E> graph)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
Graph<V,E>
getGraph()
T
getObject()
int
hashCode()
static <T,V,E>
ColorRefinementIsomorphismInspector.DistinctGraphObject<T,V,E>of(T object, Graph<V,E> graph)
java.lang.String
toString()
-
-
-
Method Detail
-
getObject
public T getObject()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
of
public static <T,V,E> ColorRefinementIsomorphismInspector.DistinctGraphObject<T,V,E> of(T object, Graph<V,E> graph)
-
-