statalign.postprocess.plugins.structalign
Class StructAlignTraceParameters.PlottableParameter

java.lang.Object
  extended by statalign.postprocess.plugins.structalign.StructAlignTraceParameters.PlottableParameter
Enclosing class:
StructAlignTraceParameters

public class StructAlignTraceParameters.PlottableParameter
extends java.lang.Object


Field Summary
 double acceptanceRate
           
 boolean fixedToParent
           
 java.lang.String name
           
 int plotSide
           
 int proposalCount
           
 java.lang.Number value
           
 boolean wasProposed
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

value

public java.lang.Number value

acceptanceRate

public double acceptanceRate

proposalCount

public int proposalCount

plotSide

public int plotSide

wasProposed

public boolean wasProposed

fixedToParent

public boolean fixedToParent