java.lang.Object
de.grogra.persistence.ShareableBase
de.grogra.blocks.arrangeBlock.ShareableProbabilityArrangeBase
de.grogra.blocks.arrangeBlock.BetaProbability
- All Implemented Interfaces:
ProbabilityArrangeMethod
,Manageable
,Shareable
public class BetaProbability
extends ShareableProbabilityArrangeBase
implements ProbabilityArrangeMethod
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BetaProbability.Type
static final SCOType.Field
static final SCOType.Field
Fields inherited from class de.grogra.blocks.arrangeBlock.ShareableProbabilityArrangeBase
probabilityValues, source
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
float
float
void
setShape_a
(float value) void
setShape_b
(float value) Methods inherited from class de.grogra.blocks.arrangeBlock.ShareableProbabilityArrangeBase
getProbabilityValues
Methods inherited from class de.grogra.persistence.ShareableBase
addReference, appendReferencesTo, fieldModified, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReference
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.grogra.blocks.arrangeBlock.ProbabilityArrangeMethod
getProbabilityValues
-
Field Details
-
$TYPE
-
shape_a$FIELD
-
shape_b$FIELD
-
-
Constructor Details
-
BetaProbability
public BetaProbability()
-
-
Method Details
-
calculate
public void calculate()- Specified by:
calculate
in classShareableProbabilityArrangeBase
-
getManageableType
- Specified by:
getManageableType
in interfaceManageable
-
getShape_a
public float getShape_a() -
setShape_a
public void setShape_a(float value) -
getShape_b
public float getShape_b() -
setShape_b
public void setShape_b(float value)
-