Package step.functions.type
Interface FunctionTypeRegistry
public interface FunctionTypeRegistry
-
Method Summary
Modifier and TypeMethodDescriptionAbstractFunctionType<step.functions.Function>getFunctionType(String functionType) AbstractFunctionType<step.functions.Function>getFunctionTypeByFunction(step.functions.Function function) voidregisterFunctionType(AbstractFunctionType<? extends step.functions.Function> functionType)
-
Method Details
-
getFunctionType
-
getFunctionTypeByFunction
AbstractFunctionType<step.functions.Function> getFunctionTypeByFunction(step.functions.Function function) -
registerFunctionType
-