Uses of Interface
omix.lang.OVLObject
Package | Description |
---|---|
omix.lang |
This package contains types used in OVL.
|
omix.lang.reflect |
This package provides classes which allow a dynamic access of OVL code from Java.
|
omix.plugin.model | |
omix.plugin.ovl |
This package contains interfaces to the OVL runtime environment of Omix.
|
-
Uses of OVLObject in omix.lang
Methods in omix.lang that return OVLObject Modifier and Type Method Description static OVLObject
OmixApplication. newInstance(OVLEnvironment env, String namespace, Object object, String constructorSignature, Object... params)
This method dynamically instantiates an OVL class defined in a namespace. -
Uses of OVLObject in omix.lang.reflect
Methods in omix.lang.reflect that return OVLObject Modifier and Type Method Description OVLObject
Constructor. newInstance(Object @IsVarType ... params)
This method invokes the constructor and returns a new instance of the OVL class. -
Uses of OVLObject in omix.plugin.model
Methods in omix.plugin.model that return OVLObject Modifier and Type Method Description OVLObject
Model. createOVLObject(OVLConstructorDefinition constructor, Object... params)
This method invokes the constructor and returns a new instance of the OVL class. -
Uses of OVLObject in omix.plugin.ovl
Methods in omix.plugin.ovl that return OVLObject Modifier and Type Method Description OVLObject
OVLClass. newInstance()
This method creates an instance of the class without calling a constructor.