Package | Description |
---|---|
org.ginsim.core.graph.reducedgraph |
Loop-free graphs where each node represents a strongly connected component of the original graph.
|
org.ginsim.gui.graph.reducedgraph |
Specialised GUI for the Reduced Graphs (Graph of the SCC)
|
org.ginsim.service.tool.circuit | |
org.ginsim.service.tool.scc |
Modifier and Type | Method and Description |
---|---|
Edge<NodeReducedData> |
ReducedGraphImpl.addEdge(NodeReducedData source,
NodeReducedData target)
add an edge to this graph.
|
Edge<NodeReducedData> |
ReducedGraph.addEdge(NodeReducedData source,
NodeReducedData target)
add an edge to this graph.
|
Modifier and Type | Method and Description |
---|---|
Edge<NodeReducedData> |
ReducedGraphImpl.addEdge(NodeReducedData source,
NodeReducedData target)
add an edge to this graph.
|
Edge<NodeReducedData> |
ReducedGraph.addEdge(NodeReducedData source,
NodeReducedData target)
add an edge to this graph.
|
void |
ReducedGINMLWriter.hook_nodeAttribute(XMLWriter out,
NodeReducedData node) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
ReducedGraphImpl.getSelectedSet(Collection<NodeReducedData> selection) |
Set<String> |
ReducedGraph.getSelectedSet(Collection<NodeReducedData> selection) |
void |
ReducedGINMLWriter.hook_edgeAttribute(XMLWriter out,
Edge<NodeReducedData> edge) |
Modifier and Type | Method and Description |
---|---|
GUIEditor<Edge<NodeReducedData>> |
ReducedGraphGUIHelper.getEdgeEditionPanel(ReducedGraph graph) |
GUIEditor<NodeReducedData> |
ReducedGraphGUIHelper.getNodeEditionPanel(ReducedGraph graph) |
Modifier and Type | Method and Description |
---|---|
void |
ReducedParameterPanel.setEditedItem(NodeReducedData obj) |
Modifier and Type | Method and Description |
---|---|
List<CircuitDescrInTree> |
CircuitSearcher.getCircuits(List<NodeReducedData> sccs) |
Modifier and Type | Method and Description |
---|---|
List<NodeReducedData> |
SCCGraphService.getComponents(Graph graph) |
protected List<NodeReducedData> |
StronglyConnectedComponentTask.performTask() |
Modifier and Type | Method and Description |
---|---|
StyleProvider |
SCCGraphService.getStyleProvider(List<NodeReducedData> sccs,
Graph graph) |
Constructor and Description |
---|
ConnectivityStyleProvider(List<NodeReducedData> components,
Graph graph) |
Copyright © 2005–2020. All rights reserved.