Package | Description |
---|---|
org.ginsim.service.tool.avatar.domain | |
org.ginsim.service.tool.avatar.simulation | |
org.ginsim.service.tool.avatar.simulation.others |
Modifier and Type | Class and Description |
---|---|
class |
ApproximateFinalPaths
Approximate representation of the probabilities of the transitions within and going out of a cycle.
Useful when assuming that the transitions to the states out of a cycle are equiprobable (Uniform transitions). |
class |
ExhaustiveFinalPaths
Exhaustive representation of the probabilities of the transitions within and going out of a cycle
|
Modifier and Type | Method and Description |
---|---|
FinalPaths |
ExhaustiveFinalPaths.copy() |
Modifier and Type | Method and Description |
---|---|
void |
StateSet.setProbPaths(FinalPaths exit)
Stores the set of outgoing transitions from the current state-set
|
void |
MDDStateSet.setProbPaths(FinalPaths exit)
Stores the set of outgoing transitions from the current state-set
|
Modifier and Type | Method and Description |
---|---|
void |
AvatarSimulation.rewriteGraph(StateSet cycle,
StateSet out,
FinalPaths pi)
Method for rewiring a cycle
|
Modifier and Type | Method and Description |
---|---|
void |
AvatarMDDSimulation.rewriteGraph(MDDStateSet cycle,
MDDStateSet out,
FinalPaths pi)
Method for rewiring a cycle
|
Copyright © 2005–2020. All rights reserved.