Uses of Interface
bio.singa.simulation.export.modules.ModuleTableRow
-
Packages that use ModuleTableRow Package Description bio.singa.simulation.export.modules -
-
Uses of ModuleTableRow in bio.singa.simulation.export.modules
Classes in bio.singa.simulation.export.modules that implement ModuleTableRow Modifier and Type Class Description classGeneralModuleRowclassReactionTableRowMethods in bio.singa.simulation.export.modules that return ModuleTableRow Modifier and Type Method Description static ModuleTableRowGeneralModuleRow. from(UpdateModule module)Methods in bio.singa.simulation.export.modules that return types with arguments of type ModuleTableRow Modifier and Type Method Description List<ModuleTableRow>ModuleTable. getRows()Methods in bio.singa.simulation.export.modules with parameters of type ModuleTableRow Modifier and Type Method Description voidModuleTable. addRow(ModuleTableRow row)Method parameters in bio.singa.simulation.export.modules with type arguments of type ModuleTableRow Modifier and Type Method Description voidModuleTable. setRows(List<ModuleTableRow> rows)
-