Package bio.singa.simulation.features
Class WhiteListVesicleStates
- java.lang.Object
-
- bio.singa.features.model.AbstractFeature<FeatureContent>
-
- bio.singa.features.model.QualitativeFeature<List<String>>
-
- bio.singa.simulation.features.model.MultiStringFeature
-
- bio.singa.simulation.features.WhiteListVesicleStates
-
public class WhiteListVesicleStates extends MultiStringFeature
- Author:
- cl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWhiteListVesicleStates.Builder
-
Constructor Summary
Constructors Constructor Description WhiteListVesicleStates(List<String> vesicleStates)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WhiteListVesicleStates.Builderof(String... entities)static WhiteListVesicleStates.Builderof(List<String> quantity)-
Methods inherited from class bio.singa.features.model.AbstractFeature
addAlternativeContent, addEvidence, equals, getAllEvidence, getAlternativeContents, getComment, getContent, getDescriptor, getIdentifier, getPrimaryEvidence, hashCode, setAlternativeContent, setAlternativeContents, setComment, setIdentifier, toString
-
-
-
-
Method Detail
-
of
public static WhiteListVesicleStates.Builder of(List<String> quantity)
-
of
public static WhiteListVesicleStates.Builder of(String... entities)
-
-