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.
|
Modifier and Type | Method and Description |
---|---|
protected GINMLWriter |
AbstractGraph.getGINMLWriter() |
Modifier and Type | Class and Description |
---|---|
class |
DynamicGINMLWriter
Save a STG in the GINML format.
|
Modifier and Type | Method and Description |
---|---|
protected GINMLWriter |
DynamicGraphImpl.getGINMLWriter() |
Modifier and Type | Class and Description |
---|---|
class |
HierarchicalGINMLWriter
Save a HTG in the GINML format.
|
Modifier and Type | Method and Description |
---|---|
protected GINMLWriter |
HierarchicalTransitionGraphImpl.getGINMLWriter() |
Modifier and Type | Class and Description |
---|---|
class |
ReducedGINMLWriter
Save the SCC graph in GINML
|
Modifier and Type | Method and Description |
---|---|
protected GINMLWriter |
ReducedGraphImpl.getGINMLWriter() |
Modifier and Type | Class and Description |
---|---|
class |
RegulatoryGINMLWriter
Save a Regulatory Graphs in GINML.
|
Modifier and Type | Method and Description |
---|---|
protected GINMLWriter |
RegulatoryGraphImpl.getGINMLWriter() |
Copyright © 2005–2020. All rights reserved.