예제 #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
파일: emlsupport.py 프로젝트: ecell/ecell3
    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()