Index
All Classes and Interfaces|All Packages|Constant Field Values
G
- getAllIncomingEdges() - Method in class org.eclipse.gef.graph.Node
- getAllNeighbors() - Method in class org.eclipse.gef.graph.Node
-
Returns all neighbors of this
Node
. - getAllOutgoingEdges() - Method in class org.eclipse.gef.graph.Node
- getAllPredecessorNodes() - Method in class org.eclipse.gef.graph.Node
- getAllSuccessorNodes() - Method in class org.eclipse.gef.graph.Node
- getAttributeCopier() - Method in class org.eclipse.gef.graph.GraphCopier
-
Returns the
IAttributeCopier
used by thisGraphCopier
. - getAttributes() - Method in class org.eclipse.gef.graph.Edge
-
Gets the value of the property attributes.
- getAttributes() - Method in class org.eclipse.gef.graph.Graph
-
Gets the value of the property attributes.
- getAttributes() - Method in class org.eclipse.gef.graph.Node
-
Gets the value of the property attributes.
- getEdges() - Method in class org.eclipse.gef.graph.Graph
-
Returns the edgesProperty of this
Graph
. - getGraph() - Method in class org.eclipse.gef.graph.Edge
- getGraph() - Method in class org.eclipse.gef.graph.Node
- getIncomingEdges() - Method in class org.eclipse.gef.graph.Node
- getInputToOutputEdgeMap() - Method in class org.eclipse.gef.graph.GraphCopier
- getInputToOutputNodeMap() - Method in class org.eclipse.gef.graph.GraphCopier
- getKey() - Method in class org.eclipse.gef.graph.Node.Builder
-
Returns the key that can be used to identify this
Node.Builder
- getNeighbors() - Method in class org.eclipse.gef.graph.Node
-
Returns all (local) neighbors of this
Node
, i.e. the union of theNode.getPredecessorNodes()
andNode.getSuccessorNodes()
. - getNestedGraph() - Method in class org.eclipse.gef.graph.Node
- getNestingNode() - Method in class org.eclipse.gef.graph.Graph
- getNodes() - Method in class org.eclipse.gef.graph.Graph
-
Returns the nodes of this Graph.
- getOutgoingEdges() - Method in class org.eclipse.gef.graph.Node
- getPredecessorNodes() - Method in class org.eclipse.gef.graph.Node
- getRootGraph() - Method in class org.eclipse.gef.graph.Graph
-
Returns the root graph of this Graph.
- getSource() - Method in class org.eclipse.gef.graph.Edge
- getSuccessorNodes() - Method in class org.eclipse.gef.graph.Node
- getTarget() - Method in class org.eclipse.gef.graph.Edge
- Graph - Class in org.eclipse.gef.graph
- Graph() - Constructor for class org.eclipse.gef.graph.Graph
-
Default constructor, using empty collections for attributes, nodes, and edges.
- Graph(Collection<? extends Node>, Collection<? extends Edge>) - Constructor for class org.eclipse.gef.graph.Graph
-
Constructs a new
Graph
from the given nodes, and edges but empty attributes. - Graph(Map<String, Object>, Collection<? extends Node>, Collection<? extends Edge>) - Constructor for class org.eclipse.gef.graph.Graph
-
Constructs a new
Graph
from the given attributes, nodes, and edgesProperty. - Graph.Builder - Class in org.eclipse.gef.graph
-
The
Graph.Builder
can be used to construct a newGraph
little by little. - Graph.Builder.Context - Class in org.eclipse.gef.graph
-
A context object passed to nested builders when creating a builder chain.
- GraphCopier - Class in org.eclipse.gef.graph
-
A copier for
graphs
. - GraphCopier(IAttributeCopier) - Constructor for class org.eclipse.gef.graph.GraphCopier
-
Creates a new
GraphCopier
instance with the givenIAttributeCopier
.
All Classes and Interfaces|All Packages|Constant Field Values