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