Class FeatureTableRow
- java.lang.Object
-
- bio.singa.simulation.export.features.FeatureTableRow
-
public class FeatureTableRow extends Object
- Author:
- cl
-
-
Constructor Summary
Constructors Constructor Description FeatureTableRow()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringformatCompoundFeature(bio.singa.features.model.Feature<?> feature, String identifier, List<String> refernces)static StringformatEvidence(List<bio.singa.features.model.Evidence> evidences)static StringformatFeature(bio.singa.features.model.Feature<?> feature)static StringformatFeature(bio.singa.features.model.Feature<?> feature, String identifier)static StringformatStates(String string)
-
-
-
Method Detail
-
formatFeature
public static String formatFeature(bio.singa.features.model.Feature<?> feature)
-
formatFeature
public static String formatFeature(bio.singa.features.model.Feature<?> feature, String identifier)
-
formatCompoundFeature
public static String formatCompoundFeature(bio.singa.features.model.Feature<?> feature, String identifier, List<String> refernces)
-
formatEvidence
public static String formatEvidence(List<bio.singa.features.model.Evidence> evidences)
-
-