示例#1
0
    def main( aFileName ):
        
        anEmlSupport = EmlSupport( aFileName )

        print anEmlSupport.getAllEntityList( 'System', '/' )
        print anEmlSupport.getVariableList()
        print anEmlSupport.getProcessList()
示例#2
0
    def main(fileName):

        anEmlSupport = EmlSupport(fileName)

        print 'system fullID list ='
        print anEmlSupport.getAllEntityList('System', '/')
        print 'variable fullID list ='
        print anEmlSupport.getVariableList()
        print 'process fullID list ='
        print anEmlSupport.getProcessList()
示例#3
0
    def main( fileName ):
        
        anEmlSupport = EmlSupport( fileName )

        print 'system fullID list ='
        print anEmlSupport.getAllEntityList( 'System', '/' )
        print 'variable fullID list ='
        print anEmlSupport.getVariableList()
        print 'process fullID list ='
        print anEmlSupport.getProcessList()