Uses of Class
adams.data.threewayreport.ThreeWayReport
-
Packages that use ThreeWayReport Package Description adams.data.threeway adams.data.threewayreport -
-
Uses of ThreeWayReport in adams.data.threeway
Fields in adams.data.threeway declared as ThreeWayReport Modifier and Type Field Description protected ThreeWayReport
ThreeWayData. m_Reference
'reference' values.Methods in adams.data.threeway that return ThreeWayReport Modifier and Type Method Description ThreeWayReport
ThreeWayData. getReport()
Get the report (reference values).Methods in adams.data.threeway with parameters of type ThreeWayReport Modifier and Type Method Description void
ThreeWayData. setReport(ThreeWayReport value)
Set the report (reference values). -
Uses of ThreeWayReport in adams.data.threewayreport
Methods in adams.data.threewayreport that return ThreeWayReport Modifier and Type Method Description static ThreeWayReport
ThreeWayReport. createDummy(String instrument, Date insertDate, String format)
Creates a dummy report.static ThreeWayReport
ThreeWayReport. parseProperties(adams.core.Properties props)
Parses the properties (generated with the toProperties() method) and generates a sample data object from it.static ThreeWayReport
ThreeWayReport. parseReport(String s)
Parses the string generated by the toString() method.
-