Class ConnectivityProperties

java.lang.Object
casa.util.conf.ConfigurationProperties
casa.lepton.conf.ConnectivityProperties

public class ConnectivityProperties extends casa.util.conf.ConfigurationProperties
Properties for connectivity types: ranges, scanning delays, connection delays.
  • Field Summary

    Fields inherited from class casa.util.conf.ConfigurationProperties

    keys, properties
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Gives the radio range for this connectivity type (in m).
    protected Object
    getTypedValue(casa.util.conf.PropertyKey key)
     

    Methods inherited from class casa.util.conf.ConfigurationProperties

    addKeys, addProperties, addProperties, addProperties, addProperties, displayAllProperties, displayDefinedProperties, expandVariables, getAreaProperty, getBooleanProperty, getClassProperty, getColorProperty, getCoordProperty, getDoubleProperty, getFileProperty, getIntProperty, getKeys, getListProperty, getLongProperty, getMapProperty, getProperty, getReaderProperty, getSetProperty, getWriterProperty, hasProperty, makeReader, propertyToString, propertyToString, setProperty

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConnectivityProperties

      public ConnectivityProperties(Properties props)
  • Method Details

    • getTypedValue

      protected Object getTypedValue(casa.util.conf.PropertyKey key)
      Specified by:
      getTypedValue in class casa.util.conf.ConfigurationProperties
    • getRange

      public long getRange()
      Gives the radio range for this connectivity type (in m).
      Returns:
      the range for this connectivity type.