Package bio.singa.simulation.features
Class MotorMovementVelocity
- java.lang.Object
-
- bio.singa.features.model.AbstractFeature<javax.measure.Quantity<FeatureContent>>
-
- bio.singa.features.model.AbstractScalableQuantitativeFeature<javax.measure.quantity.Speed>
-
- bio.singa.simulation.features.MotorMovementVelocity
-
- All Implemented Interfaces:
bio.singa.features.model.Feature<javax.measure.Quantity<javax.measure.quantity.Speed>>,bio.singa.features.model.QuantitativeFeature<javax.measure.quantity.Speed>
public class MotorMovementVelocity extends bio.singa.features.model.AbstractScalableQuantitativeFeature<javax.measure.quantity.Speed>- Author:
- cl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMotorMovementVelocity.Builder
-
Constructor Summary
Constructors Constructor Description MotorMovementVelocity(javax.measure.Quantity<javax.measure.quantity.Speed> quantity)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MotorMovementVelocity.Builderof(double value, javax.measure.Unit<javax.measure.quantity.Speed> unit)static MotorMovementVelocity.Builderof(javax.measure.Quantity<javax.measure.quantity.Speed> quantity)voidscale()-
Methods inherited from class bio.singa.features.model.AbstractScalableQuantitativeFeature
addAlternativeValue, getHalfScaledQuantity, getScaledQuantity, scale, setAlternativeContent
-
Methods inherited from class bio.singa.features.model.AbstractFeature
addAlternativeContent, addEvidence, equals, getAllEvidence, getAlternativeContents, getComment, getContent, getDescriptor, getIdentifier, getPrimaryEvidence, hashCode, setAlternativeContents, setComment, setIdentifier, toString
-
-
-
-
Method Detail
-
of
public static MotorMovementVelocity.Builder of(double value, javax.measure.Unit<javax.measure.quantity.Speed> unit)
-
of
public static MotorMovementVelocity.Builder of(javax.measure.Quantity<javax.measure.quantity.Speed> quantity)
-
scale
public void scale()
- Overrides:
scalein classbio.singa.features.model.AbstractScalableQuantitativeFeature<javax.measure.quantity.Speed>
-
-