diagram

reverse engineer PHP+HTML files, not object oriented ones, to produce a diagram [closed]

▼魔方 西西 提交于 2019-12-11 16:31:36
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . What's a good tool to reverse engineer a set of php/html pages ? It's not object oriented, it's a big mess that started in early 2000 (so no UML tools obviously!). I'd like to draw a link between files/functions that are included or called via the 'action' attribute of a form. So basically, I would like to have

Extend all use-case

余生颓废 提交于 2019-12-11 14:22:52
问题 I have a question about uml and extend notation of use-case. How I can extend all use case. For example if I created a connection down use case that extend almost all use case, but I don't want to connect all with the notation on the use case diagram cause is very orrible to see. How can I do? 回答1: First of all : the importance of Use Cases Modeling Use Case Diagrams ( Use Case Modeling ) is SO important step in Software Analysis and Use Case Modeling should be performed by professional

Rotate Edges in semPaths/qgraph

試著忘記壹切 提交于 2019-12-11 09:38:40
问题 I have a data that looks similar to this exemple of Sasha Epskamp: library(qgraph) library(semPlot) library(MplusAutomation) download.file("http://www.statmodel.com/usersguide/chap5/ex5.8.out", outfile <- tempfile(fileext = ".out")) # Plot model: semPaths(outfile, intercepts = FALSE) I would like to "rotate" the semi-circular "Edges" for each Node. For semi-circular edges I mean the edges that normally contains complementary R^2 squares. I don't know how that is called, so it's quite

Is this a correct UML activity diagram?

末鹿安然 提交于 2019-12-11 09:30:04
问题 Made this diagram for my tictactoe game. It is an activity diagram here is a link: http://i58.tinypic.com/fo26n4.png tell me if it is correct. Thanks Is it correct? What am i doing wrong? 回答1: No. The problems are: you haven't created the loop for each move. Put there a switch X-O for every turn Tie a player to X and to O. Check winner sounds strange. Look for three in line would be better. Add declare current player as a winner . 来源: https://stackoverflow.com/questions/22404304/is-this-a

Interaction between HTML/Javascript coder and server scripting language coder?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-11 09:14:46
问题 I don't want my PHP coder to write Javascript anymore. I want to separate javascript coding and php coding. How should I write documentation about this interaction? Let's imagine really simple ajax request. As for me documentation should contain sequence flow diagram. user is clicking "edit" button preloader is shown to user ajax request is sent to url /ajax_request/category/{category_id}/; we are expecting answer in json format timer has started; if answer is not recieved within 10 seconds -

php uml reverse engineering [closed]

一个人想着一个人 提交于 2019-12-11 08:42:43
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I'm strugglying with UML diagrams as I just need to draw diagram to visualize better the dozen of classes I've created : I'm lost with these classes every time I come back from a break. So I'd need to draw them back from sources. I know it's not a real new topic (for example this one) but I spent the whole night

Multiple Actors, Same Use Case [Use Case]

℡╲_俬逩灬. 提交于 2019-12-11 04:37:36
问题 I'm trying to depict an use case where several actors within a system can perform the same activity. e.g. Let's say (as an example) I want to make the use case "Update Clients" but several identified actors can do this. Manager Chief Executive Customer Service Representative System Administrator Clerk -Do I need to depict all these actors by their roles ponting to the same use case? Manager ------------------------------> |-----------------| Chief Executive ----------------------> | |

How to hide the symbol number on PowerDesigner?

守給你的承諾、 提交于 2019-12-11 03:21:26
问题 In Sybase PowerDesigner, when designing an UML diagram that takes 2 copies/instances of the same XXXX object (ie. objects), the application adds a number identifier like "XXXX : 2" to that symbol. Is it possible to remove it? Thanks in advance! 回答1: It does not seem to be directly doable. However, (somewhat tested with 16.0), you can add an Extension to your model, define a computed attribute (type String) on your object type, returning the object name: %Get% = obj.name and use Tools >

How do I reference a diagram in a DSL T4 template?

时光总嘲笑我的痴心妄想 提交于 2019-12-11 02:32:15
问题 Google's not coming to my rescue, here, and I just know this is the perfect place to ask. I'm writing a custom DirectiveProcessor for a DSL and I want to be able to access a diagram from within my T4 template. Within my DirectiveProcessor, I've loaded the domain model and my diagram using (wait for it...) LoadModelAndDiagram(...). So, now the diagram's loaded into the default partition in the Store, but I can't for the life of me work out how to resolve a reference to it later. Can anyone

Enterprise Architect - Cancel Connectors Bridges

自古美人都是妖i 提交于 2019-12-11 02:25:14
问题 This might be a silly question but still - when two connectors cross each other the EA creates a bridge. Any way to cancel that so it'll basically be two straight lines crossing? Thanks. 回答1: Tools|Options|Diagram|Enable Connector line jumps 来源: https://stackoverflow.com/questions/28944035/enterprise-architect-cancel-connectors-bridges