Package | Description |
---|---|
org.ginsim.core.graph.dynamicgraph |
State Transition Graphs, representing dynamical behaviours.
|
org.ginsim.gui.graph.dynamicgraph |
Specialised GUI for the State Transition Graphs
|
org.ginsim.service.tool.graphcomparator | |
org.ginsim.servicegui.tool.regulatorygraphanimation |
animate the regulatory graph (by simply changing nodes and edge's colors)
according to a path/state in the state transition graph.
|
Modifier and Type | Method and Description |
---|---|
DynamicEdge |
DynamicGraphImpl.addEdge(DynamicNode source,
DynamicNode target,
boolean multiple) |
DynamicEdge |
DynamicGraph.addEdge(DynamicNode source,
DynamicNode target,
boolean multiple)
add an edge between source and target
|
Modifier and Type | Method and Description |
---|---|
EdgeStyle<DynamicNode,DynamicEdge> |
DynamicGraphFactory.createDefaultEdgeStyle(DynamicGraph graph) |
Modifier and Type | Method and Description |
---|---|
Color |
DefaultDynamicEdgeStyle.getColor(DynamicEdge edge) |
String |
DefaultDynamicEdgeStyle.getCSSClass(DynamicEdge edge) |
EdgePattern |
DefaultDynamicEdgeStyle.getPattern(DynamicEdge edge) |
protected void |
DynamicGINMLWriter.hook_edgeAttribute(XMLWriter out,
DynamicEdge edge) |
boolean |
DynamicGraphImpl.removeEdge(DynamicEdge obj) |
Modifier and Type | Method and Description |
---|---|
GUIEditor<DynamicEdge> |
DynamicGraphGUIHelper.getEdgeEditionPanel(DynamicGraph graph) |
Modifier and Type | Method and Description |
---|---|
protected DynamicEdge |
DynamicGraphComparator.copyEdge(DynamicGraph g,
DynamicEdge e1) |
Modifier and Type | Method and Description |
---|---|
protected DynamicEdge |
DynamicGraphComparator.copyEdge(DynamicGraph g,
DynamicEdge e1) |
Modifier and Type | Method and Description |
---|---|
EdgeStyle<DynamicNode,DynamicEdge> |
STGPathStyleProvider.getEdgeStyle(DynamicEdge edge,
EdgeStyle<DynamicNode,DynamicEdge> baseStyle) |
Modifier and Type | Method and Description |
---|---|
EdgeStyle<DynamicNode,DynamicEdge> |
STGPathStyleProvider.getEdgeStyle(DynamicEdge edge,
EdgeStyle<DynamicNode,DynamicEdge> baseStyle) |
int |
RegulatoryAnimator.getStatus(DynamicEdge edge) |
Modifier and Type | Method and Description |
---|---|
EdgeStyle<DynamicNode,DynamicEdge> |
STGPathStyleProvider.getEdgeStyle(DynamicEdge edge,
EdgeStyle<DynamicNode,DynamicEdge> baseStyle) |
Copyright © 2005–2020. All rights reserved.