Class CPULoadProperty

  • All Implemented Interfaces:
    INFProperty<java.lang.Double,​java.lang.Void>

    public class CPULoadProperty
    extends NFRootProperty<java.lang.Double,​java.lang.Void>
    The cpu load property.
    • Field Detail

      • NAME

        public static final java.lang.String NAME
        The name of the property.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CPULoadProperty

        public CPULoadProperty​(IInternalAccess comp)
        Create a new property.
    • Method Detail

      • measureValue

        public java.lang.Double measureValue()
        Measure the value.
        Specified by:
        measureValue in class SimpleValueNFProperty<java.lang.Double,​java.lang.Void>