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

G

getAllIncomingEdges() - Method in class org.eclipse.gef4.graph.Node
Returns all incoming Edges of this Node.
getAllNeighbors() - Method in class org.eclipse.gef4.graph.Node
Returns all neighbors of this Node.
getAllOutgoingEdges() - Method in class org.eclipse.gef4.graph.Node
Returns all outgoing Edges of this Node.
getAllPredecessorNodes() - Method in class org.eclipse.gef4.graph.Node
Returns all predecessor Nodes of this Node.
getAllSuccessorNodes() - Method in class org.eclipse.gef4.graph.Node
Returns all successor Nodes of this Node.
getAttrs() - Method in class org.eclipse.gef4.graph.Edge
Returns the attributes map of this Edge by reference.
getAttrs() - Method in class org.eclipse.gef4.graph.Graph
Returns the map of attributes of this Graph by reference.
getAttrs() - Method in class org.eclipse.gef4.graph.Node
Returns the attributes map of this Node by reference.
getEdges() - Method in class org.eclipse.gef4.graph.Graph
Returns the list of Edges of this Graph by reference.
getGraph() - Method in class org.eclipse.gef4.graph.Edge
Returns the Graph to which this Edge belongs.
getGraph() - Method in class org.eclipse.gef4.graph.Node
Returns the Graph to which this Node belongs.
getLocalIncomingEdges() - Method in class org.eclipse.gef4.graph.Node
Returns the local incoming Edges of this Node.
getLocalNeighbors() - Method in class org.eclipse.gef4.graph.Node
Returns all (local) neighbors of this Node, i.e. the union of the Node.getLocalPredecessorNodes() and Node.getLocalSuccessorNodes() .
getLocalOutgoingEdges() - Method in class org.eclipse.gef4.graph.Node
Returns the local outgoing Edges of this Node.
getLocalPredecessorNodes() - Method in class org.eclipse.gef4.graph.Node
Returns the local predecessor Nodes of this Node.
getLocalSuccessorNodes() - Method in class org.eclipse.gef4.graph.Node
Returns the local successor Nodes of this Node.
getNestedGraph() - Method in class org.eclipse.gef4.graph.Node
Returns the Graph that is nested inside of this Node.
getNestingNode() - Method in class org.eclipse.gef4.graph.Graph
Returns the Node in which this Graph is nested.
getNodes() - Method in class org.eclipse.gef4.graph.Graph
Returns the list of Nodes of this Graph by reference.
getSource() - Method in class org.eclipse.gef4.graph.Edge
Returns the source Node of this Edge.
getTarget() - Method in class org.eclipse.gef4.graph.Edge
Returns the target Node of this Edge.
Graph - Class in org.eclipse.gef4.graph
A Graph is a container for Nodes and Edges between those Nodes.
Graph() - Constructor for class org.eclipse.gef4.graph.Graph
Default constructor, using empty collections for attributes, nodes, and edges.
Graph(Map<String, Object>, List<Node>, List<Edge>) - Constructor for class org.eclipse.gef4.graph.Graph
Constructs a new Graph from the given attributes, nodes, and edges.
Graph.Builder - Class in org.eclipse.gef4.graph
The Graph.Builder can be used to construct a new Graph little by little.
GraphCopier - Class in org.eclipse.gef4.graph
Imports the content of a GEF4 graph generated from DOT into an existing GEF4 graph.
GraphCopier(Graph, String) - Constructor for class org.eclipse.gef4.graph.GraphCopier
 
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.