Class GeneralModuleRow
- java.lang.Object
-
- bio.singa.simulation.export.modules.GeneralModuleRow
-
- All Implemented Interfaces:
ModuleTableRow
public class GeneralModuleRow extends Object implements ModuleTableRow
- Author:
- cl
-
-
Field Summary
-
Fields inherited from interface bio.singa.simulation.export.modules.ModuleTableRow
fullSpace
-
-
Constructor Summary
Constructors Constructor Description GeneralModuleRow(UpdateModule module)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModuleTableRowfrom(UpdateModule module)StringtoRow()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface bio.singa.simulation.export.modules.ModuleTableRow
generateFeatureString, generateHeader
-
-
-
-
Constructor Detail
-
GeneralModuleRow
public GeneralModuleRow(UpdateModule module)
-
-
Method Detail
-
from
public static ModuleTableRow from(UpdateModule module)
-
toRow
public String toRow()
- Specified by:
toRowin interfaceModuleTableRow
-
-