Package | Description |
---|---|
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 |
DynamicGraphFactory
Factory used to create dynamical graphs (STGs).
|
Modifier and Type | Class and Description |
---|---|
class |
HierarchicalTransitionGraphFactory
Factory for hierarchical transition graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
ReducedGraphFactory<G extends Graph<V,E>,V,E extends Edge<V>>
Factory for the SCC graph.
|
Modifier and Type | Class and Description |
---|---|
class |
RegulatoryGraphFactory
Factory for regulatory graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
TrapSpaceTreeFactory |
Modifier and Type | Class and Description |
---|---|
class |
TreeFactory |
Copyright © 2005–2020. All rights reserved.