Uses of Interface
omix.plugin.ovl.OVLProgram
Package | Description |
---|---|
omix.plugin.model | |
omix.plugin.ovl |
This package contains interfaces to the OVL runtime environment of Omix.
|
-
Uses of OVLProgram in omix.plugin.model
Methods in omix.plugin.model that return OVLProgram Modifier and Type Method Description OVLProgram
Model. getOVLProgram()
Returns the document embedded OVL program.OVLProgram
Model. getOVLProgram(String namespace)
Returns the OVL program matching the given namespace if available -
Uses of OVLProgram in omix.plugin.ovl
Methods in omix.plugin.ovl that return OVLProgram Modifier and Type Method Description OVLProgram
OVLCompiler. compile(String subNamespace, String code)
Compiles source code to an OVLProgram instance.OVLProgram
AbstractOVLType. program()
Returns the OVL Program, this type was defined in.