de.grogra.blocks.arrangeBlock
Class BetaProbability

java.lang.Object
  extended by de.grogra.persistence.ShareableBase
      extended by de.grogra.blocks.arrangeBlock.ShareableProbabilityArrangeBase
          extended by de.grogra.blocks.arrangeBlock.BetaProbability
All Implemented Interfaces:
ProbabilityArrangeMethod, Manageable, Shareable

public class BetaProbability
extends ShareableProbabilityArrangeBase
implements ProbabilityArrangeMethod


Nested Class Summary
static class BetaProbability.Type
           
 
Field Summary
static BetaProbability.Type $TYPE
           
static SCOType.Field shape_a$FIELD
           
static SCOType.Field shape_b$FIELD
           
 
Fields inherited from class de.grogra.blocks.arrangeBlock.ShareableProbabilityArrangeBase
probabilityValues, source
 
Constructor Summary
BetaProbability()
           
 
Method Summary
 void calculate()
           
 ManageableType getManageableType()
           
 float getShape_a()
           
 float getShape_b()
           
 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 Detail

$TYPE

public static final BetaProbability.Type $TYPE

shape_a$FIELD

public static final SCOType.Field shape_a$FIELD

shape_b$FIELD

public static final SCOType.Field shape_b$FIELD
Constructor Detail

BetaProbability

public BetaProbability()
Method Detail

calculate

public void calculate()
Specified by:
calculate in class ShareableProbabilityArrangeBase

getManageableType

public ManageableType getManageableType()
Specified by:
getManageableType in interface Manageable

getShape_a

public float getShape_a()

getShape_b

public float getShape_b()

setShape_a

public void setShape_a(float value)

setShape_b

public void setShape_b(float value)