com.threerings.probs
Class BooleanVariable
java.lang.Object
com.threerings.util.DeepObject
com.threerings.probs.BooleanVariable
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
public class BooleanVariable
- extends DeepObject
- implements Exportable
A boolean random variable.
|
Field Summary |
float |
probability
The probability that this variable is true. |
|
Method Summary |
boolean |
getValue()
Returns a sample value from this variable. |
probability
@Editable(min=0.0,
max=1.0,
step=0.01)
public float probability
- The probability that this variable is true.
BooleanVariable
public BooleanVariable()
getValue
public boolean getValue()
- Returns a sample value from this variable.
Copyright © 2011. All Rights Reserved.