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.HxmClass Each instance of an HxmClass represents a class available and loaded in a module.HxmField An HxmField represents a field belonging to a modeler class.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.HxmProperty An HxmProperty represents a property belonging to a modeler class.HxmReferenceScope A HxmReferenceScope contains a collection of references that can be released together.HxmValue General value container. -
Enum Summary Enum Description HxmMemberType HxmType Modeler types available in this API.