Class ActinBoostVelocity

  • All Implemented Interfaces:
    bio.singa.features.model.Feature<javax.measure.Quantity<javax.measure.quantity.Speed>>, bio.singa.features.model.QuantitativeFeature<javax.measure.quantity.Speed>

    public class ActinBoostVelocity
    extends bio.singa.features.model.AbstractScalableQuantitativeFeature<javax.measure.quantity.Speed>
    Author:
    cl
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static javax.measure.Unit<javax.measure.quantity.Speed> NANOMETRE_PER_SECOND  
      • Fields inherited from class bio.singa.features.model.AbstractScalableQuantitativeFeature

        halfScaledQuantity, scaledQuantity
      • Fields inherited from class bio.singa.features.model.AbstractFeature

        baseContent, featureContent
    • Constructor Summary

      Constructors 
      Constructor Description
      ActinBoostVelocity​(javax.measure.Quantity<javax.measure.quantity.Speed> quantity)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ActinBoostVelocity.Builder of​(double value, javax.measure.Unit<javax.measure.quantity.Speed> unit)  
      static ActinBoostVelocity.Builder of​(javax.measure.Quantity<javax.measure.quantity.Speed> quantity)  
      • Methods inherited from class bio.singa.features.model.AbstractScalableQuantitativeFeature

        addAlternativeValue, getHalfScaledQuantity, getScaledQuantity, scale, 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
      • Methods inherited from interface bio.singa.features.model.Feature

        addAlternativeContent, addEvidence, getAllEvidence, getAlternativeContents, getComment, getContent, getDescriptor, getIdentifier, getPrimaryEvidence, setComment, setIdentifier
    • Field Detail

      • NANOMETRE_PER_SECOND

        public static final javax.measure.Unit<javax.measure.quantity.Speed> NANOMETRE_PER_SECOND
    • Constructor Detail

      • ActinBoostVelocity

        public ActinBoostVelocity​(javax.measure.Quantity<javax.measure.quantity.Speed> quantity)