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.avatar.simulation | |
org.ginsim.service.tool.scc |
Modifier and Type | Class and Description |
---|---|
class |
ReducedGraphImpl<G extends Graph<V,E>,V,E extends Edge<V>>
Implementation of the Reduced Graph.
|
Modifier and Type | Method and Description |
---|---|
ReducedGraph |
ReducedGraphFactory.create() |
ReducedGraph |
ReducedGraphFactory.create(Graph graph) |
Modifier and Type | Method and Description |
---|---|
Class<ReducedGraph<G,V,E>> |
ReducedGraphFactory.getGraphClass() |
Constructor and Description |
---|
ReducedGINMLWriter(ReducedGraph graph) |
Modifier and Type | Method and Description |
---|---|
Class<ReducedGraph<?,?,?>> |
ReducedGraphGUIHelper.getGraphClass() |
GUIEditor<ReducedGraph<?,?,?>> |
ReducedGraphGUIHelper.getMainEditionPanel(ReducedGraph graph) |
Modifier and Type | Method and Description |
---|---|
boolean |
ReducedGraphGUIHelper.canCopyPaste(ReducedGraph graph) |
GUIEditor<Edge<NodeReducedData>> |
ReducedGraphGUIHelper.getEdgeEditionPanel(ReducedGraph graph) |
List<EditAction> |
ReducedGraphGUIHelper.getEditActions(ReducedGraph graph) |
String |
ReducedGraphGUIHelper.getEditingTabLabel(ReducedGraph graph) |
JPanel |
ReducedGraphGUIHelper.getInfoPanel(ReducedGraph graph) |
GUIEditor<ReducedGraph<?,?,?>> |
ReducedGraphGUIHelper.getMainEditionPanel(ReducedGraph graph) |
GUIEditor<NodeReducedData> |
ReducedGraphGUIHelper.getNodeEditionPanel(ReducedGraph graph) |
JPanel |
ReducedGraphGUIHelper.getSaveOptionPanel(ReducedGraph graph)
Create a panel containing the option for graph saving
|
Constructor and Description |
---|
ReducedParameterPanel(ReducedGraph graph) |
Modifier and Type | Method and Description |
---|---|
static ReducedGraph |
SimulationUtils.getGraphFromAttractor(ReducedGraph graph,
StateSet attractor,
org.colomoto.biolqm.LogicalModel model)
Generates a drawable reduced graph from a complex attractor
|
Modifier and Type | Method and Description |
---|---|
static ReducedGraph |
SimulationUtils.getGraphFromAttractor(ReducedGraph graph,
StateSet attractor,
org.colomoto.biolqm.LogicalModel model)
Generates a drawable reduced graph from a complex attractor
|
Modifier and Type | Method and Description |
---|---|
ReducedGraph |
SCCGraphService.getSCCGraph(Graph graph)
Compute the SCC of graph.
|
protected ReducedGraph |
SCCGraphAlgo.performTask() |
Modifier and Type | Method and Description |
---|---|
org.colomoto.common.task.Task<ReducedGraph> |
SCCGraphService.backgroundSCCGraph(Graph graph,
org.colomoto.common.task.TaskListener listener)
Compute the SCC graph in background.
|
Copyright © 2005–2020. All rights reserved.