Package | Description |
---|---|
org.ginsim.gui.graph |
Common GUI for all graphs, and definition of hooks for specialised parts.
|
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 | Class and Description |
---|---|
class |
AddEdgeAction<V,E extends Edge<V>> |
class |
AddNodeAction<V> |
class |
DeleteAction |
Modifier and Type | Method and Description |
---|---|
EditAction |
EditActionManager.getSelectedAction() |
Modifier and Type | Method and Description |
---|---|
List<EditAction> |
GraphGUIHelper.getEditActions(G graph) |
Modifier and Type | Method and Description |
---|---|
void |
EditActionManager.actionPerformed(EditAction action)
Warn the manager that an action was performed.
|
void |
EditActionManager.setSelectedAction(EditAction action)
Change the selected edit action.
|
Constructor and Description |
---|
EditActionManager(GraphGUI gui,
List<EditAction> actions)
Create an action manager with a list of specific edit actions
|
Modifier and Type | Method and Description |
---|---|
List<EditAction> |
DynamicGraphGUIHelper.getEditActions(DynamicGraph graph) |
Modifier and Type | Method and Description |
---|---|
List<EditAction> |
HierarchicalTransitionGraphGUIHelper.getEditActions(HierarchicalTransitionGraph graph) |
Modifier and Type | Method and Description |
---|---|
List<EditAction> |
ReducedGraphGUIHelper.getEditActions(ReducedGraph graph) |
Modifier and Type | Method and Description |
---|---|
List<EditAction> |
RegulatoryGraphGUIHelper.getEditActions(RegulatoryGraph graph) |
Modifier and Type | Method and Description |
---|---|
List<EditAction> |
TrapSpaceTreeGUIHelper.getEditActions(TrapSpaceInclusionDiagram graph) |
Modifier and Type | Method and Description |
---|---|
List<EditAction> |
TreeGUIHelper.getEditActions(Tree graph) |
Copyright © 2005–2020. All rights reserved.