de.grogra.blocks.arrangeBlock
Class LogisticProbability

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

public class LogisticProbability
extends ShareableProbabilityArrangeBase
implements ProbabilityArrangeMethod


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

$TYPE

public static final LogisticProbability.Type $TYPE

location$FIELD

public static final SCOType.Field location$FIELD

scale$FIELD

public static final SCOType.Field scale$FIELD
Constructor Detail

LogisticProbability

public LogisticProbability()
Method Detail

calculate

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

getLocation

public float getLocation()

getManageableType

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

getScale

public float getScale()

setLocation

public void setLocation(float value)

setScale

public void setScale(float value)