Class CoreNumberProperty

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

    public class CoreNumberProperty
    extends NFRootProperty<java.lang.Integer,​java.lang.Void>
    The number of cores.
    • Field Detail

      • NAME

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

      • CoreNumberProperty

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

      • measureValue

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