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