Package bio.singa.simulation.features
Class AttachmentDistance
- java.lang.Object
-
- bio.singa.features.model.AbstractFeature<javax.measure.Quantity<FeatureContent>>
-
- bio.singa.features.model.AbstractScalableQuantitativeFeature<javax.measure.quantity.Length>
-
- bio.singa.simulation.features.AttachmentDistance
-
- All Implemented Interfaces:
bio.singa.features.model.Feature<javax.measure.Quantity<javax.measure.quantity.Length>>,bio.singa.features.model.QuantitativeFeature<javax.measure.quantity.Length>
public class AttachmentDistance extends bio.singa.features.model.AbstractScalableQuantitativeFeature<javax.measure.quantity.Length>- Author:
- cl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttachmentDistance.Builder
-
Constructor Summary
Constructors Constructor Description AttachmentDistance(javax.measure.Quantity<javax.measure.quantity.Length> quantity)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttachmentDistance.Builderof(double value, javax.measure.Unit<javax.measure.quantity.Length> unit)static AttachmentDistance.Builderof(javax.measure.Quantity<javax.measure.quantity.Length> quantity)voidscale()-
Methods inherited from class bio.singa.features.model.AbstractScalableQuantitativeFeature
addAlternativeValue, getHalfScaledQuantity, getScaledQuantity, scale, setAlternativeContent
-
Methods inherited from class bio.singa.features.model.AbstractFeature
addAlternativeContent, addEvidence, equals, getAllEvidence, getAlternativeContents, getComment, getContent, getDescriptor, getIdentifier, getPrimaryEvidence, hashCode, setAlternativeContents, setComment, setIdentifier, toString
-
-
-
-
Method Detail
-
of
public static AttachmentDistance.Builder of(javax.measure.Quantity<javax.measure.quantity.Length> quantity)
-
of
public static AttachmentDistance.Builder of(double value, javax.measure.Unit<javax.measure.quantity.Length> unit)
-
scale
public void scale()
- Overrides:
scalein classbio.singa.features.model.AbstractScalableQuantitativeFeature<javax.measure.quantity.Length>
-
-