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
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LogisticProbability.Typestatic final SCOType.Fieldstatic final SCOType.FieldFields inherited from class de.grogra.blocks.arrangeBlock.ShareableProbabilityArrangeBase
probabilityValues, source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfloatfloatgetScale()voidsetLocation(float value) voidsetScale(float value) Methods inherited from class de.grogra.blocks.arrangeBlock.ShareableProbabilityArrangeBase
getProbabilityValuesMethods inherited from class de.grogra.persistence.ShareableBase
addReference, appendReferencesTo, fieldModified, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReferenceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
calculatein classShareableProbabilityArrangeBase
-
getManageableType
- Specified by:
getManageableTypein interfaceManageable
-
getLocation
public float getLocation() -
setLocation
public void setLocation(float value) -
getScale
public float getScale() -
setScale
public void setScale(float value)
-