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