de.grogra.blocks.arrangeBlock
Class GeometricProbability

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

public class GeometricProbability
extends ShareableProbabilityArrangeBase
implements ProbabilityArrangeMethod


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

prob$FIELD

public static final SCOType.Field prob$FIELD
Constructor Detail

GeometricProbability

public GeometricProbability()
Method Detail

calculate

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

getManageableType

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

getProb

public float getProb()

setProb

public void setProb(float value)