public class Context<G,E> extends Object
hashCode and equals.| Modifier and Type | Field and Description |
|---|---|
E |
element
The edge element which defines this context.
|
G |
graph
The graph element which defines this context.
|
| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static <G,E> Context<G,E> |
getInstance(G graph,
E element) |
int |
hashCode() |
public G graph
public E element
public static <G,E> Context<G,E> getInstance(G graph, E element)
G - the graph typeE - the element typegraph - the graph for which the instance is createdelement - the element for which the instance is createdCopyright © 2016. All rights reserved.