|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStochasticOccurrence
This is an interface for all objects that might occur by some probability. E.g., sets and parameter assignments. Created on January 21, 2007
Method Summary | |
---|---|
double |
getProbability()
Get the probability that this entity will be chosen. |
void |
setProbability(double probability)
Set probability for being chosen. |
Method Detail |
---|
double getProbability()
void setProbability(double probability)
probability
- the probability (in [0,1])
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |