|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Probability
Function delegate for conditional probabilities.
Nested Class Summary | |
---|---|
static class |
Probability.Constant
Implementation that yields a constant (and hence independent) probability. |
static class |
Probability.ReactionProbability
Implementation for the reaction probability for the autocatalytic network creation. |
Method Summary | |
---|---|
double |
getProb(int l1,
int l2)
Gets the probability depending on two integers. |
Method Detail |
---|
double getProb(int l1, int l2)
l1
- interger 1l2
- integer 2
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |