Uses of Interface
omix.plugin.ovl.OVLMethodDefinition
Package | Description |
---|---|
omix.plugin.model.writable | |
omix.plugin.ovl |
This package contains interfaces to the OVL runtime environment of Omix.
|
-
Uses of OVLMethodDefinition in omix.plugin.model.writable
Methods in omix.plugin.model.writable with parameters of type OVLMethodDefinition Modifier and Type Method Description default Method
AbstractVisibleComponent. getMethod(OVLMethodDefinition methodDefinition)
Returns the method of the submitted network object defined in the document embedded OVL script.default Method
Model. getMethod(OVLMethodDefinition methodDefinition)
Returns the method of the submitted network object defined in the document embedded OVL script. -
Uses of OVLMethodDefinition in omix.plugin.ovl
Methods in omix.plugin.ovl that return OVLMethodDefinition Modifier and Type Method Description OVLMethodDefinition
AbstractOVLType. getMethod(String name, Class<?>... params)
Returns the method matching the given name and parameter types.Methods in omix.plugin.ovl that return types with arguments of type OVLMethodDefinition Modifier and Type Method Description List<? extends OVLMethodDefinition>
AbstractOVLType. getMethods()
List of method definitions in the type definition.