de.grogra.blocks.arrangeBlock
Class GammaProbability

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

public class GammaProbability
extends ShareableProbabilityArrangeBase
implements ProbabilityArrangeMethod


Nested Class Summary
static class GammaProbability.Type
           
 
Field Summary
static GammaProbability.Type $TYPE
           
static SCOType.Field scale$FIELD
           
static SCOType.Field shape$FIELD
           
 
Fields inherited from class de.grogra.blocks.arrangeBlock.ShareableProbabilityArrangeBase
probabilityValues, source
 
Constructor Summary
GammaProbability()
           
 
Method Summary
 void calculate()
           
 ManageableType getManageableType()
           
 float getScale()
           
 float getShape()
           
 void setScale(float value)
           
 void setShape(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 GammaProbability.Type $TYPE

scale$FIELD

public static final SCOType.Field scale$FIELD

shape$FIELD

public static final SCOType.Field shape$FIELD
Constructor Detail

GammaProbability

public GammaProbability()
Method Detail

calculate

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

getManageableType

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

getScale

public float getScale()

getShape

public float getShape()

setScale

public void setScale(float value)

setShape

public void setShape(float value)