Package bio.singa.simulation.features
Class MotorPullDirection
- java.lang.Object
-
- bio.singa.features.model.AbstractFeature<FeatureContent>
-
- bio.singa.features.model.QualitativeFeature<String>
-
- bio.singa.features.model.StringFeature
-
- bio.singa.simulation.features.MotorPullDirection
-
- All Implemented Interfaces:
bio.singa.features.model.Feature<String>
public class MotorPullDirection extends bio.singa.features.model.StringFeature- Author:
- cl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMotorPullDirection.Builder
-
Constructor Summary
Constructors Constructor Description MotorPullDirection(String direction)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MotorPullDirection.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
-
-
-
-
Field Detail
-
PLUS
public static final String PLUS
- See Also:
- Constant Field Values
-
MINUS
public static final String MINUS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MotorPullDirection
public MotorPullDirection(String direction)
-
-
Method Detail
-
of
public static MotorPullDirection.Builder of(String quantity)
-
-