AG
- type of the original graphAV
- type of the original verticesAE
- type of the original edgespublic interface ReducedGraph<AG extends Graph<AV,AE>,AV,AE extends Edge<AV>> extends Graph<NodeReducedData,Edge<NodeReducedData>>, GraphAssociation<AG,AV,AE>
Modifier and Type | Method and Description |
---|---|
Edge<NodeReducedData> |
addEdge(NodeReducedData source,
NodeReducedData target)
add an edge to this graph.
|
Set<String> |
getSelectedSet(Collection<NodeReducedData> selection) |
addViewListener, copyView, fireGraphChange, getAttributes, getDimension, getDisplayName, getEdgeAttributeReader, getNodeAttributeReader, getStyleManager, save, save, setAttribute
addEdge, addNode, containsEdge, containsNode, getAnnotation, getEdge, getEdges, getExistingNode, getGraphName, getIncomingEdges, getNodeByName, getNodeCount, getNodeOrderSize, getNodes, getOutgoingEdges, getShortestPath, getStronglyConnectedComponents, getSubgraph, merge, removeEdge, removeNode, searchNodes, setGraphName
getAssociatedGraph, getAssociatedGraphID, setAssociatedGraph, setAssociatedGraphID
Edge<NodeReducedData> addEdge(NodeReducedData source, NodeReducedData target)
source
- source node of this edge.target
- target node of this edge.Set<String> getSelectedSet(Collection<NodeReducedData> selection)
Copyright © 2005–2020. All rights reserved.