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