public interface DyadicOperatorRegistry
| 限定符和类型 | 方法和说明 |
|---|---|
OperatorProcess |
findDyadicProcess(String symbolName,
Class<?> fstType,
Class<?> secType)
查找 操作符 实现
|
default void |
registryOperator(String symbolName,
Class[] classSetA,
Class[] classSetB,
OperatorProcess process)
添加 操作符 实现
|
void |
registryOperator(String symbolName,
Class<?> fstType,
Class<?> secType,
OperatorProcess process)
添加 操作符 实现
|
default void registryOperator(String symbolName, Class[] classSetA, Class[] classSetB, OperatorProcess process)
void registryOperator(String symbolName, Class<?> fstType, Class<?> secType, OperatorProcess process)
OperatorProcess findDyadicProcess(String symbolName, Class<?> fstType, Class<?> secType)
Copyright © 2020. All rights reserved.