Uses of Class
edu.ucla.stat.SOCR.TG_distributome.data.SOCRFormula

Packages that use SOCRFormula
edu.ucla.stat.SOCR.TG_distributome.data   
edu.ucla.stat.SOCR.TG_distributome.editor   
 

Uses of SOCRFormula in edu.ucla.stat.SOCR.TG_distributome.data
 

Fields in edu.ucla.stat.SOCR.TG_distributome.data declared as SOCRFormula
protected  SOCRFormula[] TGViewerPanelInfo.formulas
           
 

Methods in edu.ucla.stat.SOCR.TG_distributome.data that return SOCRFormula
 SOCRFormula TGViewerPanelInfo.getFormula(int index)
           
 

Methods in edu.ucla.stat.SOCR.TG_distributome.data with parameters of type SOCRFormula
 void TGViewerPanelInfo.addFormula(SOCRFormula formula)
           
 

Uses of SOCRFormula in edu.ucla.stat.SOCR.TG_distributome.editor
 

Methods in edu.ucla.stat.SOCR.TG_distributome.editor with parameters of type SOCRFormula
 void DistributomeEditor.loadElements(SOCRFormula formula)
           
 void TreeTableCodec.loadFormula(int index, SOCRFormula formula)
           
 void TreeTableCodec.loadFormula(SOCRFormula formula)