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