Class FormatFeature
- java.lang.Object
-
- bio.singa.simulation.export.format.FormatFeature
-
public class FormatFeature extends Object
- Author:
- cl
-
-
Constructor Summary
Constructors Constructor Description FormatFeature()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>formatAllEvidence(bio.singa.features.model.Feature feature)static StringformatEvidence(Object evidenceObject)static Map<String,List<String>>formatFeatures(UpdateModule module)static Map<String,List<String>>formatRates(Reaction reaction)map: key: feature - value: list: evidence
-
-
-
Method Detail
-
formatAllEvidence
public static List<String> formatAllEvidence(bio.singa.features.model.Feature feature)
-
formatRates
public static Map<String,List<String>> formatRates(Reaction reaction)
map: key: feature - value: list: evidence- Parameters:
reaction- The reaction- Returns:
- A mapping where the key references the feature and the values are the corresponding evidences.
-
formatFeatures
public static Map<String,List<String>> formatFeatures(UpdateModule module)
-
-