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