Class IdentifiedFloatValue


  • public final class IdentifiedFloatValue
    extends SpecificFloatValue
    This FloatValue represents a float value that is identified by a unique ID.
    • Constructor Detail

      • IdentifiedFloatValue

        public IdentifiedFloatValue​(ValueFactory valuefactory,
                                    int id)
        Creates a new float value with the given ID.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object