Package | Description |
---|---|
org.ginsim.service.tool.avatar.domain | |
org.ginsim.service.tool.avatar.simulation.others |
Modifier and Type | Method and Description |
---|---|
MDDStateSet |
MDDStateSet.getExitStateSet()
Returns the states accessible from the state-set
|
Modifier and Type | Method and Description |
---|---|
void |
MDDStateSet.addAll(MDDStateSet set)
Adds a set of states to the state-set
|
void |
MDDStateSet.setExitStates(MDDStateSet exit)
Stores the set of reachable states from the current state-set
|
Constructor and Description |
---|
MDDStateSet(List<org.colomoto.biolqm.NodeInfo> vars,
MDDStateSet _states)
Clones a given state-set
|
Modifier and Type | Method and Description |
---|---|
MDDStateSet |
AvatarMDDSimulation.calculateComplexAttractor(List<MDDStateSet> C,
int t)
Calculates a complex attractor based on the knowledge of previous
incarnations
|
Modifier and Type | Method and Description |
---|---|
void |
AvatarMDDSimulation.extendCycle(State v,
MDDStateSet cycle,
MDDStateSet result,
int i,
int tau,
Map<String,Integer> time,
int originalTime)
Method for extending cycles before rewiring
|
void |
AvatarMDDSimulation.rewriteGraph(MDDStateSet cycle,
MDDStateSet out,
FinalPaths pi)
Method for rewiring a cycle
|
Modifier and Type | Method and Description |
---|---|
MDDStateSet |
AvatarMDDSimulation.calculateComplexAttractor(List<MDDStateSet> C,
int t)
Calculates a complex attractor based on the knowledge of previous
incarnations
|
Copyright © 2005–2020. All rights reserved.