This page is for an old version of Hexaly Optimizer. We recommend that you update your version and read the documentation for the latest stable release.

HxmValue Class

class hexaly.modeler.HxmValue

General value container. Any value, retrieved from the modeler API, whose type is not primitive (i.e. not a boolean, integer, double or nil) is an instance of this class.

The following types extend this class:

Summary

Methods

get_class

Returns the HxmClass associated with this object.

Instance methods

HxmValue.get_class()

Returns the HxmClass associated with this object.

Returns:

Class of this object.

Return type:

HxmClass