Package bio.singa.simulation.features
Class RequiredVesicleState
- java.lang.Object
-
- bio.singa.features.model.AbstractFeature<FeatureContent>
-
- bio.singa.features.model.QualitativeFeature<String>
-
- bio.singa.features.model.StringFeature
-
- bio.singa.simulation.features.RequiredVesicleState
-
- All Implemented Interfaces:
bio.singa.features.model.Feature<String>
public class RequiredVesicleState extends bio.singa.features.model.StringFeature- Author:
- cl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRequiredVesicleState.Builder
-
Constructor Summary
Constructors Constructor Description RequiredVesicleState(String vesicleState)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RequiredVesicleState.Builderof(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
-
-
-
-
Constructor Detail
-
RequiredVesicleState
public RequiredVesicleState(String vesicleState)
-
-
Method Detail
-
of
public static RequiredVesicleState.Builder of(String quantity)
-
-