Uses of Interface
com.orchestranetworks.addon.dpra.function.FunctionDefinition
Package
Description
Provides classes and interfaces to create custom functions.
-
Uses of FunctionDefinition in com.orchestranetworks.addon.dpra.function
Modifier and TypeMethodDescriptionFunctionDefinitionBuilder.build()
Creates aFunctionDefinition
instance.Modifier and TypeMethodDescriptionstatic void
FunctionDefinitionRegistry.register
(FunctionDefinition functionDefinition, ChartConfigForFunction chartConfig) Registers a function definition.