Is it possible to generate a sequence diagram from non-running code in enterprise architecture? I know that this is possible from running the code, but my code is just a library and cannot run it. Thank you I have all the .cs files
Unfortunately not. To automatically generate a sequence diagram, you need to run the code and record its execution in the EA runtime analyzer.
There is a tool called phpcallgraph for encoding PHP5. You can generate call graphs without executing your code, and it is possible to create a sequence diagram using UMLGraph and GNU plotutils.
Source: https://habr.com/ru/post/1402839/More articles:How to deploy the same web application twice on WebLogic 11g? - javaHow can I invalidate a single entry from the springmodules cache? - springAndroid: cannot access another SharedPreference application - androidGetting google form in auto-height iframe - javascriptRemoving a record with a minimum identifier - mysqlCan I get user country code from Facebook Graph API? - facebookCocoa: stop field editor from autocomplete space key - autocompleteUsing Linkedin to Log In to Your Own iPhone Application - iosTypeError: The result of the expression 'toPage.data ("page")' [undefined] is not an object - in jQuery mobile - javascriptLinkedIn IOS API Error - iosAll Articles