Package | Description |
---|---|
org.ginsim.gui.graph |
Common GUI for all graphs, and definition of hooks for specialised parts.
|
org.ginsim.gui.graph.canvas |
Custom implementation of the interactive view
|
org.ginsim.gui.graph.dynamicgraph |
Specialised GUI for the State Transition Graphs
|
org.ginsim.gui.graph.hierarchicaltransitiongraph |
Specialised GUI for the Hierarchical Transition Graphs
|
org.ginsim.gui.graph.reducedgraph |
Specialised GUI for the Reduced Graphs (Graph of the SCC)
|
org.ginsim.gui.graph.regulatorygraph |
Specialised GUI for the Regulatory graphs
|
org.ginsim.gui.graph.trapspacetree | |
org.ginsim.gui.graph.tree |
Specialised GUI for the graphs representing logical functions.
|
Modifier and Type | Method and Description |
---|---|
GraphGUIHelper<?,?,?> |
GraphGUIHelperFactory.getGraphGUIHelper(Class<?> graph_class)
Give access to the GraphGUIHelper corresponding to the given graph class
|
GraphGUIHelper<?,?,?> |
GraphGUIHelperFactory.getGraphGUIHelper(Graph graph)
Give access to the GraphGUIHelper corresponding to the given graph
|
Constructor and Description |
---|
BaseGraphGUI(G g,
GraphGUIHelper<G,V,E> helper,
boolean can_be_saved) |
Constructor and Description |
---|
CanvasGraphGUIImpl(G g,
GraphGUIHelper<G,V,E> helper,
boolean can_be_saved) |
Modifier and Type | Class and Description |
---|---|
class |
DynamicGraphGUIHelper |
Modifier and Type | Class and Description |
---|---|
class |
HierarchicalTransitionGraphGUIHelper |
Modifier and Type | Class and Description |
---|---|
class |
ReducedGraphGUIHelper |
Modifier and Type | Class and Description |
---|---|
class |
RegulatoryGraphGUIHelper
GUI helper for the regulatory graph.
|
Modifier and Type | Class and Description |
---|---|
class |
TrapSpaceTreeGUIHelper |
Modifier and Type | Class and Description |
---|---|
class |
TreeGUIHelper |
Copyright © 2005–2020. All rights reserved.