com.supermap.desktop.process.loader

接口 IPythonProcess



  • public interface IPythonProcess
    支持转为Python的process需要继承此接口
    • 方法详细资料

      • 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代码