Package com.hexaly.modeler


package com.hexaly.modeler
Contains classes for creating and interacting with a VM capable of executing programs written in the Hexaly modeling language.
  • Class
    Description
    Modeler environment.
    Each instance of an HxmClass represents a class available and loaded in a module.
    An HxmField represents a field belonging to a modeler class.
    A function can be either user-defined function or built-in function.
    External modeler function interface.
    An HxmMap is a data structure mapping keys to values.
    An HxmMap entry (key, value) pair.
     
    A module is a collection of global variables.
    An HxmProperty represents a property belonging to a modeler class.
    A HxmReferenceScope contains a collection of references that can be released together.
    Modeler types available in this API.
    General value container.