Skip navigation links
GEF4 Graph
0.2.0.201509140217
A B E G H I N O P R S T 

E

Edge - Class in org.eclipse.gef4.graph
An Edge represents a (directed) connection between two Nodes in a Graph.
Edge(Map<String, Object>, Node, Node) - Constructor for class org.eclipse.gef4.graph.Edge
Constructs a new Edge which connects the given source Node with the given target Node.
Edge(Node, Node) - Constructor for class org.eclipse.gef4.graph.Edge
Constructs a new Edge which connects the given source Node with the given target Node.
Edge.Builder - Class in org.eclipse.gef4.graph
The Edge.Builder can be used to construct an Edge little by little.
edges(Edge...) - Method in class org.eclipse.gef4.graph.Graph.Builder
Adds the given Edges to the Graph which is constructed by this Graph.Builder.
EDGES_PROPERTY - Static variable in class org.eclipse.gef4.graph.Graph
The property name that is used to notify change listeners about added/removed edges.
equals(Object) - Method in class org.eclipse.gef4.graph.Edge
 
equals(Object) - Method in class org.eclipse.gef4.graph.Graph
 
equals(Object) - Method in class org.eclipse.gef4.graph.Node
 
A B E G H I N O P R S T 
Skip navigation links
GEF4 Graph
0.2.0.201509140217

Copyright (c) 2014 itemis AG and others. All rights reserved.