Package | Description |
---|---|
com.orchestranetworks.addon.dpra.function |
Provides classes and interfaces to create custom functions.
|
Modifier and Type | Method and Description |
---|---|
FunctionDefinition |
FunctionDefinitionBuilder.build()
Creates a
FunctionDefinition instance. |
Modifier and Type | Method and Description |
---|---|
static void |
FunctionDefinitionRegistry.register(FunctionDefinition functionDefinition,
ChartConfigForFunction chartConfig)
Registers a function definition.
|