Package jisa.results
Interface ResultTable.Rowable
-
- Enclosing class:
- ResultTable
public static interface ResultTable.RowableInterface for building a row by use of a RowSetter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbuild(ResultTable.RowSetter row)Build a new row using the given RowSetter.
-
-
-
Method Detail
-
build
void build(ResultTable.RowSetter row) throws java.lang.Exception
Build a new row using the given RowSetter.- Parameters:
row- RowSetter to build with- Throws:
java.lang.Exception- Forwarded exception
-
-