Class 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
    • Field Summary

      • 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
      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.Builder of​(double value, javax.measure.Unit<javax.measure.quantity.Length> unit)  
      static AttachmentDistance.Builder of​(javax.measure.Quantity<javax.measure.quantity.Length> quantity)  
      void scale()  
      • 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
      • Methods inherited from interface bio.singa.features.model.Feature

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

      • AttachmentDistance

        public AttachmentDistance​(javax.measure.Quantity<javax.measure.quantity.Length> quantity)
    • Method Detail

      • scale

        public void scale()
        Overrides:
        scale in class bio.singa.features.model.AbstractScalableQuantitativeFeature<javax.measure.quantity.Length>