Package | Description |
---|---|
org.ginsim.core.graph |
Define the main Graph interfaces, and a GraphManager to handle graph types
|
org.ginsim.core.graph.dynamicgraph |
State Transition Graphs, representing dynamical behaviours.
|
org.ginsim.core.graph.hierarchicaltransitiongraph | |
org.ginsim.core.graph.reducedgraph |
Loop-free graphs where each node represents a strongly connected component of the original graph.
|
org.ginsim.core.graph.regulatorygraph |
The regulatory graph is the main graph, it represents the model.
|
org.ginsim.core.graph.trapspacetree | |
org.ginsim.core.graph.tree |
The Tree graph is a representation of a logical functions, allowing a graphical representation.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDerivedGraph<V,E extends Edge<V>,AG extends Graph<AV,AE>,AV,AE extends Edge<AV>>
Base class for graphs which need an associated graph.
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicGraphImpl
Implementation of dynamical graphs.
|
class |
TransitionGraphImpl<V,E extends Edge<V>> |
Modifier and Type | Class and Description |
---|---|
class |
HierarchicalTransitionGraphImpl
Implementation of the HTG interface
|
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 | Class and Description |
---|---|
class |
RegulatoryGraphImpl
Implementation of the RegulatoryGraph interface.
|
Modifier and Type | Class and Description |
---|---|
class |
TrapSpaceTreeImpl |
Modifier and Type | Class and Description |
---|---|
class |
TreeImpl |
Copyright © 2005–2020. All rights reserved.