com.supermap.desktop.process.loader
接口 IPythonProcess
-
public interface IPythonProcess
支持转为Python的process需要继承此接口
-
-
方法概要
所有方法 实例方法 抽象方法 限定符和类型 方法和说明 java.lang.String
getPythonDescription()
获取Python描述java.lang.String
getPythonMethodName()
获取Python方法名java.lang.String
toPythonCode(com.supermap.desktop.core.Interface.IPythonNameManager pythonNameManager)
指定的IPythonNameManager转为Python代码
-
-
-
方法详细资料
-
getPythonMethodName
java.lang.String getPythonMethodName()
获取Python方法名- 返回:
- 返回Python方法名
-
getPythonDescription
java.lang.String getPythonDescription()
获取Python描述- 返回:
- 返回Python描述
-
toPythonCode
java.lang.String toPythonCode(com.supermap.desktop.core.Interface.IPythonNameManager pythonNameManager)
指定的IPythonNameManager转为Python代码- 参数:
pythonNameManager
- Python名称管理器- 返回:
- 返回Python代码
-
-