Uses of Interface
com.orchestranetworks.addon.dpra.function.FunctionDefinition
-
Packages that use FunctionDefinition Package Description com.orchestranetworks.addon.dpra.function Provides classes and interfaces to create custom functions. -
-
Uses of FunctionDefinition in com.orchestranetworks.addon.dpra.function
Methods in com.orchestranetworks.addon.dpra.function that return FunctionDefinition Modifier and Type Method Description FunctionDefinitionFunctionDefinitionBuilder. build()Creates aFunctionDefinitioninstance.Methods in com.orchestranetworks.addon.dpra.function with parameters of type FunctionDefinition Modifier and Type Method Description static voidFunctionDefinitionRegistry. register(FunctionDefinition functionDefinition, ChartConfigForFunction chartConfig)Registers a function definition.
-