de.grogra.blocks.arrangeBlock
Class TstudentProbability

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

public class TstudentProbability
extends ShareableProbabilityArrangeBase
implements ProbabilityArrangeMethod


Nested Class Summary
static class TstudentProbability.Type
           
 
Field Summary
static TstudentProbability.Type $TYPE
           
static SCOType.Field deg_freedom$FIELD
           
 
Fields inherited from class de.grogra.blocks.arrangeBlock.ShareableProbabilityArrangeBase
probabilityValues, source
 
Constructor Summary
TstudentProbability()
           
 
Method Summary
 void calculate()
           
 int getDeg_freedom()
           
 ManageableType getManageableType()
           
 void setDeg_freedom(int 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 TstudentProbability.Type $TYPE

deg_freedom$FIELD

public static final SCOType.Field deg_freedom$FIELD
Constructor Detail

TstudentProbability

public TstudentProbability()
Method Detail

calculate

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

getDeg_freedom

public int getDeg_freedom()

getManageableType

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

setDeg_freedom

public void setDeg_freedom(int value)