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
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BetaProbability.Typestatic final SCOType.Fieldstatic final SCOType.FieldFields inherited from class de.grogra.blocks.arrangeBlock.ShareableProbabilityArrangeBase
probabilityValues, source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfloatfloatvoidsetShape_a(float value) voidsetShape_b(float value) Methods inherited from class de.grogra.blocks.arrangeBlock.ShareableProbabilityArrangeBase
getProbabilityValuesMethods inherited from class de.grogra.persistence.ShareableBase
addReference, appendReferencesTo, fieldModified, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReferenceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
calculatein classShareableProbabilityArrangeBase
-
getManageableType
- Specified by:
getManageableTypein 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)
-