Package | Description |
---|---|
org.ginsim.core.annotation |
Manage annotations: bibliography, Database entries and links.
|
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.
|
org.ginsim.gui.graph.canvas |
Custom implementation of the interactive view
|
Modifier and Type | Method and Description |
---|---|
GraphEventCascade |
BiblioList.graphChanged(GraphModel<?,?> g,
GraphChangeType type,
Object data) |
Modifier and Type | Interface and Description |
---|---|
interface |
GraphListener<G extends GraphModel<?,?>>
Listen to graph edit events.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Graph<V,E extends Edge<V>>
The main graph object in GINsim.
|
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.
|
class |
AbstractGraph<V,E extends Edge<V>>
Base class for graphs using a storage backend: it provides generic methods and storage abstraction.
|
Modifier and Type | Method and Description |
---|---|
<G extends GraphModel<?,?>> |
GSGraphManager.addGraphListener(G graph,
GraphListener<G> listener) |
<G extends GraphModel<?,?>> |
GSGraphManager.fireGraphChange(G graph,
GraphChangeType type,
Object data) |
<G extends GraphModel<?,?>> |
GSGraphManager.removeGraphListener(G graph,
GraphListener<G> listener) |
Modifier and Type | Interface and Description |
---|---|
interface |
DynamicGraph
the dynamic (state transition) graph.
|
interface |
TransitionGraph<V,E extends Edge<V>> |
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 |
RegulatoryGraph
The regulatory graph
|
Modifier and Type | Class and Description |
---|---|
class |
RegulatoryGraphImpl
Implementation of the RegulatoryGraph interface.
|
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 |
Modifier and Type | Interface and Description |
---|---|
interface |
Tree |
Modifier and Type | Class and Description |
---|---|
class |
TreeImpl |
Modifier and Type | Method and Description |
---|---|
GraphEventCascade |
GraphCanvasRenderer.graphChanged(GraphModel g,
GraphChangeType type,
Object data) |
Copyright © 2005–2020. All rights reserved.