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.trapspacetree |
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 | Interface and Description |
---|---|
interface |
DynamicGraph
the dynamic (state transition) graph.
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicGraphImpl
Implementation of dynamical graphs.
|
class |
TransitionGraphImpl<V,E extends Edge<V>> |
Modifier and Type | Interface and Description |
---|---|
interface |
HierarchicalTransitionGraph
Hierarchical Transition Graphs provide a compact representation of the dynamical behaviour.
|
Modifier and Type | Class and Description |
---|---|
class |
HierarchicalTransitionGraphImpl
Implementation of the HTG interface
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReducedGraph<AG extends Graph<AV,AE>,AV,AE extends Edge<AV>>
Graph of the strongly connected components.
|
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 | Interface and Description |
---|---|
interface |
TrapSpaceInclusionDiagram
Trap-space inclusion diagram provide an over-approximation of the attractor reachability landscape.
|
Modifier and Type | Class and Description |
---|---|
class |
TrapSpaceTreeImpl |
Copyright © 2005–2020. All rights reserved.