def main( aFileName ): anEmlSupport = EmlSupport( aFileName ) print anEmlSupport.getAllEntityList( 'System', '/' ) print anEmlSupport.getVariableList() print anEmlSupport.getProcessList()
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()
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()