java.lang.Object
de.grogra.persistence.ShareableBase
de.grogra.blocks.arrangeBlock.ShareableProbabilityArrangeBase
de.grogra.blocks.arrangeBlock.ParetoProbability
- All Implemented Interfaces:
ProbabilityArrangeMethod
,Manageable
,Shareable
public class ParetoProbability
extends ShareableProbabilityArrangeBase
implements ProbabilityArrangeMethod
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ParetoProbability.Type
static final SCOType.Field
static final SCOType.Field
Fields inherited from class de.grogra.blocks.arrangeBlock.ShareableProbabilityArrangeBase
probabilityValues, source
-
Constructor Summary
-
Method Summary
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
-
scale$FIELD
-
shape$FIELD
-
-
Constructor Details
-
ParetoProbability
public ParetoProbability()
-
-
Method Details
-
calculate
public void calculate()- Specified by:
calculate
in classShareableProbabilityArrangeBase
-
getManageableType
- Specified by:
getManageableType
in interfaceManageable
-
getScale
public float getScale() -
setScale
public void setScale(float value) -
getShape
public float getShape() -
setShape
public void setShape(float value)
-