Uses of Interface
omix.plugin.ovl.OVLConstructorDefinition
Package | Description |
---|---|
omix.plugin.model | |
omix.plugin.ovl |
This package contains interfaces to the OVL runtime environment of Omix.
|
-
Uses of OVLConstructorDefinition in omix.plugin.model
Methods in omix.plugin.model with parameters of type OVLConstructorDefinition 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 OVLConstructorDefinition in omix.plugin.ovl
Methods in omix.plugin.ovl that return OVLConstructorDefinition Modifier and Type Method Description OVLConstructorDefinition
OVLClass. getConstructor(Class<?>... params)
Returns the constructor matching the given parameter types.Methods in omix.plugin.ovl that return types with arguments of type OVLConstructorDefinition Modifier and Type Method Description List<? extends OVLConstructorDefinition>
OVLClass. getConstructors()
List of constructor definitions in the type definition.