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