Package com.hexaly.modeler
Contains classes for creating and interacting with a VM capable
of executing programs written in the Hexaly modeling language.
-
Interface Summary Interface Description HxmFunctor External modeler function interface. -
Class Summary Class Description HexalyModeler Modeler environment.HxmFunction A function can be either user-defined function or built-in function.HxmMap An HxmMap is a data structure mapping keys to values.HxmMap.Entry AnHxmMap
entry (key, value) pair.HxmModule A module is a collection of global variables.HxmReferenceScope A HxmReferenceScope contains a collection of references that can be released together.HxmValue General value container. -
Enum Summary Enum Description HxmType Modeler types available in this API.