Package | Description |
---|---|
org.ginsim.service.tool.avatar.domain | |
org.ginsim.service.tool.avatar.simulation |
Modifier and Type | Class and Description |
---|---|
class |
CompactStateSet
Representation of a state-set recurring to a compact set of patterns defining the internal states
|
class |
MDDStateSet
Default representation of a state-set recurring to a hash-map of states
States are efficiently stored and accessed using minimal keys |
class |
StateSet
Default representation of a state-set recurring to a hash-map of states
States are efficiently stored and accessed using minimal keys |
Modifier and Type | Field and Description |
---|---|
Map<String,AbstractStateSet> |
Result.complexAttractors
Complex attractors (terminal cycles)
|
Modifier and Type | Method and Description |
---|---|
void |
Result.add(AbstractStateSet s)
Adds a complex attractor (terminal cycle) to results
|
void |
Result.add(AbstractStateSet s,
int steps)
Adds a complex attractor (terminal cycle) to results
|
void |
CycleGraph.add(String key,
AbstractStateSet succs)
Adds a set of successor states from a state within the cycle
|
Constructor and Description |
---|
CompactStateSet(String hashkey,
List<org.colomoto.biolqm.NodeInfo> vars,
AbstractStateSet stateset)
Creates a state-set with the given list of states and their probability of occurrence
|
Modifier and Type | Method and Description |
---|---|
static DynamicGraph |
SimulationUtils.getGraphFromAttractor(DynamicGraph graph,
AbstractStateSet attractor,
org.colomoto.biolqm.LogicalModel model)
Generates a drawable dynamic graph from a complex attractor
|
static List<byte[]> |
MDDUtils.getStatePatterns(List<org.colomoto.biolqm.NodeInfo> vars,
AbstractStateSet stateset)
Infers a set of state patterns from a given set of states
|
Copyright © 2005–2020. All rights reserved.