Package | Description |
---|---|
org.ginsim.core.graph.dynamicgraph |
State Transition Graphs, representing dynamical behaviours.
|
org.ginsim.core.graph.hierarchicaltransitiongraph | |
org.ginsim.core.graph.regulatorygraph |
The regulatory graph is the main graph, it represents the model.
|
org.ginsim.core.graph.tree |
The Tree graph is a representation of a logical functions, allowing a graphical representation.
|
org.ginsim.core.graph.view.style |
Styles define visual properties for graph elements.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDynamicEdgeStyle
Default style for edges in the State Transition Graph.
|
class |
DefaultDynamicNodeStyle
Default style for nodes in the State Transition Graph.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHTGNodeStyle
Default style for the HTG.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRegulatoryEdgeStyle
Default style for edge of regulatory graphs.
|
class |
DefaultRegulatoryNodeStyle |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTreeEdgeStyle |
class |
DefaultTreeNodeStyle |
Modifier and Type | Class and Description |
---|---|
class |
EdgeStyleImpl<V,E extends Edge<V>>
Simple implementation for EdgeStyle.
|
class |
NodeStyleImpl<V>
Simple implementation for NodeStyle.
|
Copyright © 2005–2020. All rights reserved.