public interface FunctionTypeRegistry
| Modifier and Type | Method and Description |
|---|---|
AbstractFunctionType<step.functions.Function> |
getFunctionType(String functionType) |
AbstractFunctionType<step.functions.Function> |
getFunctionTypeByFunction(step.functions.Function function) |
void |
registerFunctionType(AbstractFunctionType<? extends step.functions.Function> functionType) |
AbstractFunctionType<step.functions.Function> getFunctionType(String functionType)
AbstractFunctionType<step.functions.Function> getFunctionTypeByFunction(step.functions.Function function)
void registerFunctionType(AbstractFunctionType<? extends step.functions.Function> functionType)
Copyright © 2020. All rights reserved.