Class ReactionTableRow
- java.lang.Object
-
- bio.singa.simulation.export.modules.ReactionTableRow
-
- All Implemented Interfaces:
ModuleTableRow
public class ReactionTableRow extends Object implements ModuleTableRow
- Author:
- cl
-
-
Field Summary
-
Fields inherited from interface bio.singa.simulation.export.modules.ModuleTableRow
fullSpace
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassembleRowsSet(int identifier)List<String>getEquations()StringgetIdentifier()List<String>getKinetics()Map<String,List<String>>getRates()voidsetEquations(List<String> equations)voidsetIdentifier(String identifier)voidsetKinetics(List<String> kinetics)voidsetRates(Map<String,List<String>> rates)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
-
-