Package bio.singa.simulation.features
Class MotorMovementVelocity.Builder
- java.lang.Object
-
- bio.singa.features.model.AbstractFeature.Builder<javax.measure.Quantity<javax.measure.quantity.Speed>,MotorMovementVelocity,MotorMovementVelocity.Builder>
-
- bio.singa.simulation.features.MotorMovementVelocity.Builder
-
- Enclosing class:
- MotorMovementVelocity
public static class MotorMovementVelocity.Builder extends bio.singa.features.model.AbstractFeature.Builder<javax.measure.Quantity<javax.measure.quantity.Speed>,MotorMovementVelocity,MotorMovementVelocity.Builder>
-
-
Constructor Summary
Constructors Constructor Description Builder(javax.measure.Quantity<javax.measure.quantity.Speed> quantity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MotorMovementVelocitycreateObject(javax.measure.Quantity<javax.measure.quantity.Speed> quantity)protected MotorMovementVelocity.BuildergetBuilder()
-
-
-
Method Detail
-
createObject
protected MotorMovementVelocity createObject(javax.measure.Quantity<javax.measure.quantity.Speed> quantity)
- Specified by:
createObjectin classbio.singa.features.model.AbstractFeature.Builder<javax.measure.Quantity<javax.measure.quantity.Speed>,MotorMovementVelocity,MotorMovementVelocity.Builder>
-
getBuilder
protected MotorMovementVelocity.Builder getBuilder()
- Specified by:
getBuilderin classbio.singa.features.model.AbstractFeature.Builder<javax.measure.Quantity<javax.measure.quantity.Speed>,MotorMovementVelocity,MotorMovementVelocity.Builder>
-
-