Index

A B C E F G N O S T 
All Classes and Interfaces|All Packages|Constant Field Values

G

getAllIncomingEdges() - Method in class org.eclipse.gef.graph.Node
Returns all incoming Edges of this 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
Returns all outgoing Edges of this Node.
getAllPredecessorNodes() - Method in class org.eclipse.gef.graph.Node
Returns all predecessor Nodes of this Node.
getAllSuccessorNodes() - Method in class org.eclipse.gef.graph.Node
Returns all successor Nodes of this Node.
getAttributeCopier() - Method in class org.eclipse.gef.graph.GraphCopier
Returns the IAttributeCopier used by this GraphCopier.
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
Returns the Graph to which this Edge belongs.
getGraph() - Method in class org.eclipse.gef.graph.Node
Returns the Graph to which this Node belongs.
getIncomingEdges() - Method in class org.eclipse.gef.graph.Node
Returns the local incoming Edges of this Node.
getInputToOutputEdgeMap() - Method in class org.eclipse.gef.graph.GraphCopier
Returns an (unmodifiable) Map from input Edges to output Edges.
getInputToOutputNodeMap() - Method in class org.eclipse.gef.graph.GraphCopier
Returns an (unmodifiable) Map from input Nodes to output Nodes.
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 the Node.getPredecessorNodes() and Node.getSuccessorNodes() .
getNestedGraph() - Method in class org.eclipse.gef.graph.Node
Returns the Graph that is nested inside of this Node.
getNestingNode() - Method in class org.eclipse.gef.graph.Graph
Returns the Node in which this Graph is nested.
getNodes() - Method in class org.eclipse.gef.graph.Graph
Returns the nodes of this Graph.
getOutgoingEdges() - Method in class org.eclipse.gef.graph.Node
Returns the local outgoing Edges of this Node.
getPredecessorNodes() - Method in class org.eclipse.gef.graph.Node
Returns the local predecessor Nodes of this 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
Returns the source Node of this Edge.
getSuccessorNodes() - Method in class org.eclipse.gef.graph.Node
Returns the local successor Nodes of this Node.
getTarget() - Method in class org.eclipse.gef.graph.Edge
Returns the target Node of this Edge.
Graph - Class in org.eclipse.gef.graph
A Graph is a container for Nodes and Edges between those Nodes.
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 new Graph 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 given IAttributeCopier.
A B C E F G N O S T 
All Classes and Interfaces|All Packages|Constant Field Values