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.
|
org.ginsim.core.graph.view.style |
Styles define visual properties for graph elements.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGraphFactory<G extends Graph<?,?>>
Base class for Graph Factories.
|
Modifier and Type | Method and Description |
---|---|
Collection<GraphFactory> |
GSGraphManager.getGraphFactories() |
Constructor and Description |
---|
AbstractDerivedGraph(GraphFactory factory) |
AbstractGraph(GraphFactory factory)
Create a new graph with the default back-end.
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicGraphFactory
Factory used to create dynamical graphs (STGs).
|
Constructor and Description |
---|
TransitionGraphImpl(GraphFactory factory) |
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 |
Constructor and Description |
---|
TrapSpaceTreeImpl(GraphFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
TreeFactory |
Constructor and Description |
---|
StyleManager(Graph<V,E> g,
GraphBackend<V,E> backend,
GraphFactory factory)
Create a style manager, defining default styles.
|
Copyright © 2005–2020. All rights reserved.