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