labels
stringlengths
3
22
ids
stringlengths
44
278
txt
stringlengths
13
29k
xmi
stringlengths
359
1.44M
is_duplicated
bool
2 classes
graph
stringlengths
364
727k
model_type
stringclasses
2 values
health
repo-genmymodel-uml/data/371a177b-14bc-416b-be3f-528134412253.xmi
hospitalmanagementsystem Doctor docid name department specialization phno address prescribemedicines checkreports prescribetests draesalary Department id name doctorid adddepartment deletedept adddoctor deletedoctor Patient id name telno address age sex roomno paybills Room roomno location Receptionist id attribute2 ch...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_TGbdYJiKEeqEM7mFKilpXw" name="hospitalmanagementsystem" visibility="private"> <xmi:Extension extender="http://www.e...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PRIVATE_LITERAL","qualifiedName":"hospitalmanagementsystem","name":"hospitalmanagementsystem","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"vi...
uml
shopping
repo-genmymodel-uml/data/62ed1732-ed99-480e-814f-6fdefdc4c185.xmi
model Interaction collaboration c o l ShoppingCart Order removeItem(i) addItem(i) ShoppingCartExample Basic class diagram for a shopping cart system ShoppingCart creationDate Order id LineItem quantity price Account id Customer Order_Line items order ShoppingCart_Order order c Account_ShoppingCart cart account Accoun...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_zY7LcJW4EeqqGZh46IEtXQ" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
shopping
repo-genmymodel-uml/data/67281fcd-faeb-44a2-af3d-92babcec6b64.xmi
OnlineShoppingSystem <b>This class diagrams shows the domain model of an Online Shopping System</b>. It has specific choices matching my specifications: the web visitor is not distinguished from the Customer (only 1 entity), IDs are represented, items and products are two separated entities. This UML-compliant diagram ...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_0gT60JfoEeqEM7mFKilpXw" name="OnlineShoppingSystem"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"OnlineShoppingSystem","name":"OnlineShoppingSystem","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"<b>This class diagrams shows the domain model of an Online Shopping System</b>. It has specific choices matching my specifica...
uml
computer-videogames
repo-genmymodel-uml/data/_p_lBYAe3Eeipbtix-oa2Dg.xmi
model Cards contains deck card Card suit value Card suit value getSuit returnParameter getValue returnParameter compareTo returnParameter card char Players Player name bet hand Player name getName returnParameter getHand returnParameter MainGame Main dealNumber deck void: dealCards deal # void: startGUI void:playRound ...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_rX0XkJW_EeqqGZh46IEtXQ" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"model::Cards","name":"Cards","id":2,"URI":null,"eClass":"Pa...
uml
event
repo-genmymodel-uml/data/529b13ed-837d-4a21-bfb3-b032e231ee6b.xmi
model Interaction admin ATTGS database login validation conform check validation generate timetable enter details access data store details Activity Start true ControlFlow2 true ControlFlow3 true ControlFlow4 true ControlFlow5 true ControlFlow6 true ControlFlow7 true ControlFlow8 true ControlFlow9 true ControlFlow10 tr...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_5U_-YJpEEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
computerarchitecture
repo-genmymodel-uml/data/9b8ac7c8-1b36-4063-aa87-42584a858801.xmi
model start -> start end -> halt write -> write read -> read init(int address) { initAddition(address); decoratedCPU.init(address); } execute() { executeAddition(); decoratedCPU.execute(); } example: execute(program) { processor.init(0); for (Card card : cards) { card.start(); }...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_UMH18JiREeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"start -> start\n\nend -> halt\n\nwrite -> write\n\nread -> read","eClass":"Comment"},{"id":2,"body":"init(int address) {\n initAddition(address);\n d...
uml
computer-library
repo-genmymodel-uml/data/1b7a4000-3b3f-4eca-a1d2-b9ed2e00ef25.xmi
model Library management system Renew checked book Place book on reserve Renew magazine subscription Order new resources Assist patrons Reshelf books Bring in foreign resources Check out books Check in books Request books Get fined for overdue item Check out other resources Faculty Student Library Staff Library Staff_R...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_b8jFQJlVEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"model::Library management system","name":"Library managemen...
uml
smarthouse
repo-genmymodel-uml/data/_vpny0KuQEeeEQN1ZyOr-_g.xmi
model User smoke sensors Heart sensors Door sensors Window sensors movement sensors water sensors smart sensor stop the alarm change settings report a flood report a fire report a break in User_change settings change settings user User_stop the alarm stop the alarm user indicate sensors remote configure smart phone app...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_paMzwJoyEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"model::User","name":"User","id":2,"isLeaf":false,"isAbstrac...
uml
booking-room
repo-genmymodel-uml/data/_Qr_CMEcGEemB7r6RYSs12w.xmi
model Visitor Sign-up Reservation & Booking System Guest House Query Status Check Booking Status Message Display Cancellation Feedback Visitor_Sign-up sign-up visitor Visitor_Reservation & Booking System reservation & Booking System visitor Visitor_Guest House Query Status guest House Query Status visitor Visitor_Ch...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_Dp19kJgcEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"model::Visitor","name":"Visitor","id":2,"isLeaf":false,"isA...
uml
bank
repo-genmymodel-uml/data/586f7823-d69e-45e5-a939-86b550b27004.xmi
BankingManagementSystem This is a sandboxed example of a banking system. Sign in to: 1. Customize this diagram 2. Export JPEG, SVG 3. Generate code: Java, SQL, etc 4. Share and collaborate Customer name dateOfBirth address phoneNumber emailAddress association2 customer a Login username securityAnswer password securi...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_pVLiIJfHEeqEM7mFKilpXw" name="BankingManagementSystem"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ec...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"BankingManagementSystem","name":"BankingManagementSystem","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"This is a sandboxed example of a banking system. Sign in to:\n\n1. Customize this diagram\n2. Export JPEG, SVG\n3. Gene...
uml
shopping
repo-genmymodel-uml/data/8bdfe43b-b18e-4a90-ac4e-9a647d13fd91.xmi
model Interaction collaboration c o l ShoppingCart Order removeItem(i) addItem(i) ShoppingCartExample Basic class diagram for a shopping cart system ShoppingCart creationDate Order id LineItem quantity price Account id Customer Order_Line items order ShoppingCart_Order order c Account_ShoppingCart cart account Accoun...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_KtJzgJl1EeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
employee
repo-genmymodel-uml/data/8ca78e30-64a6-41ea-9fa8-85ccd17962aa.xmi
model Login Employee User_Login login user Change Password Query Eligibility User_Query Eligibility query Eligibility user Query Leave Balance User_Query Leave Balance query Leave Balance user Query Leave History User_Query Leave History query Leave History user Apply Leave Employee_Apply Leave apply Leave employee Lea...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_l_ebcJiUEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
smarthouse
repo-genmymodel-uml/data/_1Bc58LTiEee7sYPkE4-GPA.xmi
model door sensor door opening detected door sensor_door opening detected door opening detected door sensor verify user sound burglar alarm window sensor window opening detected window sensor_window opening detected window opening detected window sensor movement sesnor movement detected movement sesnor_movement detecte...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_NDEdwJpAEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"model::door sensor","name":"door sensor","id":2,"isLeaf":fa...
uml
clientsupport
repo-genmymodel-uml/data/6b744ad3-a532-49e8-923c-36afda443193.xmi
class diagram login client register complaint view status logout administrator create user search user technical team login technical new complaint details find out fault send to admin logout technician client_register complaint register complaint client client_login login client client_view status view status client c...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_k_3cwJiNEeqEM7mFKilpXw" name="class diagram"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> ...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"class diagram","name":"class diagram","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITER...
uml
bank-atm
repo-genmymodel-uml/data/_TUTmoOS3EemtQJ5uHCArog.xmi
model Existing Customer Bank Server/system Insert Card Existing Customer_Insert Card insert Card existing Customer Bank Server/system_Insert Card insert Card bank Server/system Enter PIN Existing Customer_Enter PIN enter PIN existing Customer Withdraw Money Deposit Money Check Balance Change PIN Transfer fund ATM MENU...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_0oKswJfcEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"model::Existing Customer","name":"Existing Customer","id":2...
uml
smarthouse
repo-genmymodel-uml/data/ea1bd4d0-e109-4c89-b830-50e10a4f345e.xmi
model Water sensor Movement sensor Door sensor Window sensor Heat sensor Smoke sensor home security and safety system sound "flood" alarm sound "burglar" alarm sound "fire" alarm Water sensor_sound "flood" alarm sound "flood" alarm water sensor Window sensor_sound "burglar" alarm sound "burglar" alarm window sensor Doo...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_RMK5wJpDEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"model::Water sensor","name":"Water sensor","id":2,"isLeaf":...
uml
computing
repo-genmymodel-uml/data/dc902674-fd02-45e5-a9ee-fb6be6d38789.xmi
model Interaction Show Errors If the SubmitPaypalPayment Call Fails Or Returns Errors. Redirect To Failure URL If The UpdateEPWF Call Fails Or Returns Errors. Redirect To Success URL If Both Calls Are Successfull. HCDEPrepaidPaymentUIController paymentSvcPrepaid.jsp HCDEAuthorizationHandler PaypalPaymentProcessor EPWF ...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_5KUpsJgmEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PRIVATE_LITERAL","qualifiedName":"model::Interaction","name":"Interaction","id":2,"isActive"...
uml
library
repo-genmymodel-uml/data/8e6fe9a0-f2cb-4a14-8f18-8639676360a7.xmi
Library-Management-System Library Management Inquiry for membership Request book Request book return ExtPoint Search books Issue member card Issue book Return book ExtPoint Update member profile Pay ExtPoint Cancel membership Maintain book in records Charge late returns ExtPoint Add Remove Update Member Librarian Membe...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_MitdMJlEEeqEM7mFKilpXw" name="Library-Management-System"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"Library-Management-System","name":"Library-Management-System","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"v...
uml
shopping
repo-genmymodel-uml/data/b676791e-c1ea-4ad6-83c5-895bbdeb1dcb.xmi
model CUSTOMER VISITS THE WEBSITE CREATES THE WEBSITE SELECTS THE ITEMS/SERVICE ADDS ITEMS/SERVICE TO CART SELECTS THE MODE OF PAYMENT PAYS THE BILL DELIVERS THE PRODUCT SUPPORT AND FEEDBACK WEB DEVELOPER ADMINISTRATOR CREATES THE WEBSITE_WEB DEVELOPER wEB DEVELOPER cREATES THE WEBSITE CUSTOMER_VISITS THE WEBSITE vISIT...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_SSivsJXUEeqqGZh46IEtXQ" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
shopping
repo-genmymodel-uml/data/9990eab6-6865-4071-9432-e09480155991.xmi
com.genmymodel.shoppingcart This class diagram represents the entities and relations of an online shopping cart system. It's one of the possible designs for such a system. Fork it to generate Java, SQL and more to get a usable implementation. See also the activity diagram available in the tree structure. UserState Ne...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_EJEIcJpGEeqEM7mFKilpXw" name="com.genmymodel.shoppingcart"> <xmi:Extension extender="http://www.eclipse.org/emf/200...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"com.genmymodel.shoppingcart","name":"com.genmymodel.shoppingcart","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"This class diagram represents the entities and relations of an online shopping cart system. It's one of the pos...
uml
restaurant
repo-genmymodel-uml/data/1e072ab6-6174-4406-92dc-fd7c75808f23.xmi
Domain-model Users UserID UserName UserLevel addOrder updateOrder deleteOrder finalizeOrder Table TableNo Occupied setOccupied setEmpty Order OrderID Date UserID Total DicountLvl addOrder udpateOrder cancelOrder finalizeOrder Order_Bill order Order_Bill2 order Membership Card ID DiscountLVL ViewOrder getUser getOrderIt...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_j4sZkJfuEeqEM7mFKilpXw" name="Domain-model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> ...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"Domain-model","name":"Domain-model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL...
uml
course
repo-genmymodel-uml/data/_ZnStkL_oEeeEXb8Dudo6PQ.xmi
model Administrator Name Privilege Add any files returnParameter Delete any files returnParameter Create account returnParameter Manage system returnParameter Teachers ID Name Rank Department Course Info Upload files returnParameter Set marks returnParameter Teach returnParameter Permit access returnParameter Set deadl...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_CB62wJo7EeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"model::Administrator","name":"Administrator","id":2,"isActi...
uml
shopping
repo-genmymodel-uml/data/cc120e45-931f-4ca6-882a-5c019b694974.xmi
com.genmymodel.shoppingcart This class diagram represents the entities and relations of an online shopping cart system. It's one of the possible designs for such a system. Fork it to generate Java, SQL and more to get a usable implementation. See also the activity diagram available in the tree structure. UserState Ne...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_OlTREJo2EeqEM7mFKilpXw" name="com.genmymodel.shoppingcart"> <xmi:Extension extender="http://www.eclipse.org/emf/200...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"com.genmymodel.shoppingcart","name":"com.genmymodel.shoppingcart","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"This class diagram represents the entities and relations of an online shopping cart system. It's one of the pos...
uml
health
repo-genmymodel-uml/data/_kzQPIHleEemeYMb8Sxp8Zg.xmi
model Patient name telno address birth gender tcno tcno name telno address birth gender attribute paybills operation paybills Personel tcno name attribute registerno tcno name gender position corporation attribute7 drawsalary returnParameter Patient_Doctor doctor patient Patient_Doctor2 doctor patient Doctor registorno...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_T3sq4JfdEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"model::Patient","name":"Patient","id":2,"isActive":false,"i...
uml
bank
repo-genmymodel-uml/data/d5e68dd9-96cd-4b1e-bc8b-32f109b93571.xmi
BankingManagementSystem This is a sandboxed example of a banking system. Sign in to: 1. Customize this diagram 2. Export JPEG, SVG 3. Generate code: Java, SQL, etc 4. Share and collaborate Customer name dateOfBirth address phoneNumber emailAddress association2 customer a Login username securityAnswer password securi...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_aNN2IJgXEeqEM7mFKilpXw" name="BankingManagementSystem"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ec...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"BankingManagementSystem","name":"BankingManagementSystem","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"This is a sandboxed example of a banking system. Sign in to:\n\n1. Customize this diagram\n2. Export JPEG, SVG\n3. Gene...
uml
shopping
repo-genmymodel-uml/data/_3jO2MGf5EeqH6JNbB4-uaw.xmi
Online-Shopping-Cart UserState New Active Banned OrderStatus New Old Shipped Delivered Closed Customer address phone email isVIP Payment paidDate total details ShoppinCart creationDate Account billingAddress open closed isClosed WebUser login password state Order number ordered shipped shipTo total status LineItem quan...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_Y44XsJfbEeqEM7mFKilpXw" name="Online-Shopping-Cart"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"Online-Shopping-Cart","name":"Online-Shopping-Cart","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility"...
uml
booking-flight
repo-genmymodel-uml/data/8439735c-4788-496b-aa56-33dc02891a34.xmi
model User / Passenger Travel Agent Airline Agency Join New Member Valid Invalid Review Order Check Tickets Choose Flight Proceed to Checkout Make Payment / Checkout Valid Details Invalid Details Pay Travel Agent Travel Agent Fee Reserve a Ticket Receive Payment User / Passenger_Register/ Login register/ Login user / P...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_o5TPwJl6EeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
hairdresser
repo-genmymodel-uml/data/__thgwNNPEeehRMl7r1-c5g.xmi
model Activity ControlFlow3 hairdresser is free ControlFlow true ControlFlow2 true ControlFlow4 hairdresser is not free ControlFlow5 true ControlFlow6 customer require hair wash ControlFlow7 customer dont need a hair wash ControlFlow8 true ControlFlow9 true ControlFlow10 true ControlFlow11 true ControlFlow14 true Contr...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_AAWAYJoWEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"isSingleExecution":false,"isReadOnly":false,"visibility":"PUBLIC_LITERAL","qualifiedName":"model::Activit...
uml
computing
repo-genmymodel-uml/data/65e8704b-c21d-4c2f-b771-dd7d455d34dd.xmi
model Interaction collaboration user user lifeline display SignInForm navigate to application false alreadyLoggedIn() submit credentials loginInfo authenticate(credentials) User retrieve(loginInfo) Prescriber user.getType() index() display prescriber home page Actor ApplicationController CredentialsAuthContro...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_rCOegJfiEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
computer-json
repo-genmymodel-uml/data/_LYNAcCjLEeqqcaoAsxFIeg.xmi
JSON Value attribute get_name returnParameter accept returnParameter parameter Null accept returnParameter parameter String data get_data returnParameter accept returnParameter parameter Bool data get_data returnParameter accept returnParameter parameter Number data get_data returnParameter accept returnParameter param...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_eJg8gJW6EeqqGZh46IEtXQ" name="JSON"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnnot...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"JSON","name":"JSON","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName...
uml
shopping
repo-genmymodel-uml/data/_FIFx8MWFEeidHYrYeMfZow.xmi
model Registered Customer New customer Web Customer View items Make Purchase Checkout Client Register Authentication Cash on Delivery Registered Customer_View items view items registered Customer Registered Customer_Make Purchase make Purchase registered Customer New customer_View items view items new customer New cust...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_PPU-sJXGEeqqGZh46IEtXQ" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"model::Registered Customer","name":"Registered Customer","i...
uml
realstate
repo-genmymodel-uml/data/c761fe21-73a6-410d-92a9-c9810f6ef59f.xmi
model manage Buy sell makes Manage makes Property property_id property_type address location Add returnParameter Update returnParameter Delete returnParameter Search_property returnParameter Buy_property returnParameter User email location Reg_User username password Address login returnParameter Unreg_User Register ret...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_pJ-B8JgaEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"manage","eClass":"Comment"},{"id":2,"body":"Buy","eClass":"Comment"},{"id":3,"body":"sell","eClass":"Comment"},{"id":4,"body":"makes","eClass":"Comment"},{...
uml
socialnetwork
repo-genmymodel-uml/data/2717419e-6117-4658-ab96-6d5009c95c42.xmi
model APP list of services with their price book an appointment choses a worker pay online tracking user can send gift card for friends and family online chatting with the salon send reminder message for customer before one day of an appointment date allows users to share their experience by evaluating the salons and w...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_LGzNEJfJEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"model::APP","name":"APP","id":2,"isLeaf":false,"isAbstract"...
uml
shopping
repo-genmymodel-uml/data/efbdd07c-fa55-4140-b1ba-35fdaa985be3.xmi
OnlineShoppingSystem <b>This class diagrams shows the domain model of an Online Shopping System</b>. It has specific choices matching my specifications: the web visitor is not distinguished from the Customer (only 1 entity), IDs are represented, items and products are two separated entities. This UML-compliant diagram ...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_ZpSdIJW7EeqqGZh46IEtXQ" name="OnlineShoppingSystem"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"OnlineShoppingSystem","name":"OnlineShoppingSystem","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"<b>This class diagrams shows the domain model of an Online Shopping System</b>. It has specific choices matching my specifica...
uml
shopping
repo-genmymodel-uml/data/6bb78e6e-7df3-4e71-8ecf-bac7e7130e23.xmi
model Activity ControlFlow true ControlFlow2 Cancel ControlFlow3 Continue ControlFlow5 true ControlFlow4 true ControlFlow6 Invalid ControlFlow7 true ControlFlow8 true ControlFlow9 Online ControlFlow10 true ControlFlow11 true ControlFlow12 Offline ControlFlow13 Valid ControlFlow15 true ControlFlow16 Collection ControlFl...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_EKL8oJXOEeqqGZh46IEtXQ" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"isSingleExecution":false,"isReadOnly":fal...
uml
restaurant
repo-genmymodel-uml/data/335da22f-3d37-43e8-8ad4-1c5d79c09a57.xmi
Models in RMS Bill addOrderValue returnParameter calculateDiscountDifference returnParameter printBill returnParameter acceptPayment returnParameter grantDiscount returnParameter requestBill returnParameter Payment paymentType paymentTaken returnParameter Table tableID Order checkStock returnParameter alertBar returnPa...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_cK4_IJiYEeqEM7mFKilpXw" name="Models in RMS"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> ...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"Models in RMS","name":"Models in RMS","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITER...
uml
computerarchitecture
repo-genmymodel-uml/data/1f520571-ea92-471b-a8af-a61d60901455.xmi
model start -> start end -> halt write -> write read -> read init(int address) { initAddition(address); decoratedCPU.init(address); } execute() { executeAddition(); decoratedCPU.execute(); } example: execute(program) { processor.init(0); for (Card card : cards) { card.start(); }...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_8II1wJgSEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"start -> start\n\nend -> halt\n\nwrite -> write\n\nread -> read","eClass":"Comment"},{"id":2,"body":"init(int address) {\n initAddition(address);\n d...
uml
voting
repo-genmymodel-uml/data/_JetSUIqVEemq7_yOQcm9ow.xmi
model Admin Candidate Voter Party Accept Voter Start/Stop Elections Accept Candidate View Results Login Logout Admin_Login login admin Admin_Accept Voter accept Voter admin Admin_Accept Candidate accept Candidate admin Admin_Start/Stop Elections start/Stop Elections admin Admin_View Results view Results admin Admin_Log...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_82xkkJfqEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"model::Admin","name":"Admin","id":2,"isLeaf":false,"isAbstr...
uml
booking-room
repo-genmymodel-uml/data/c1f8fa94-6dfb-44c4-95c2-450d68e4b921.xmi
model Make Room Reservation Receptionist Guest Manager Login Book Reservation View Payment Manage System Record Transaction View Facilities Update Facilities Receptionist_Make Room Reservation make Room Reservation receptionist Guest_Book Reservation book Reservation guest Admin_Login login admin Receptionist_Login lo...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_56u-8JoTEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"model::Make Room Reservation","name":"Make Room Reservation...
uml
computerarchitecture
repo-genmymodel-uml/data/0cf476a1-0ba3-4a67-8a60-994f6d78d370.xmi
model start -> start end -> halt write -> write read -> read init(int address) { initAddition(address); decoratedCPU.init(address); } execute() { executeAddition(); decoratedCPU.execute(); } example: execute(program) { processor.init(0); for (Card card : cards) { card.start(); }...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_q3vioJW6EeqqGZh46IEtXQ" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"start -> start\n\nend -> halt\n\nwrite -> write\n\nread -> read","eClass":"Comment"},{"id":2,"body":"init(int address) {\n initAddition(address);\n d...
uml
shopping
repo-genmymodel-uml/data/b6766930-7b83-448f-9b85-cfc13b787e9a.xmi
com.genmymodel.shoppingcart This class diagram represents the entities and relations of an online shopping cart system. It's one of the possible designs for such a system. Fork it to generate Java, SQL and more to get a usable implementation. See also the activity diagram available in the tree structure. UserState Ne...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_qWyDkJk8EeqEM7mFKilpXw" name="com.genmymodel.shoppingcart"> <xmi:Extension extender="http://www.eclipse.org/emf/200...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"com.genmymodel.shoppingcart","name":"com.genmymodel.shoppingcart","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"This class diagram represents the entities and relations of an online shopping cart system. It's one of the pos...
uml
library
repo-genmymodel-uml/data/0de97d5e-145c-447a-8eaf-59c14b7748cb.xmi
Library-Management-System Library Management Inquiry for membership Request book Request book return ExtPoint Search books Issue member card Issue book Return book ExtPoint Update member profile Pay ExtPoint Cancel membership Maintain book in records Charge late returns ExtPoint Add Remove Update Member Librarian Membe...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_DIqGQJfTEeqEM7mFKilpXw" name="Library-Management-System"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"Library-Management-System","name":"Library-Management-System","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"v...
uml
computerarchitecture
repo-genmymodel-uml/data/_5oF9AG9kEeqhRdvvYtDJdw.xmi
Machine model start -> start end -> halt write -> write read -> read init(int address) { initAddition(address); decoratedCPU.init(address); } execute() { executeAddition(); decoratedCPU.execute(); } CPU Processor init returnParameter address readFromMemory returnParameter execute returnParameter loa...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_CFABIJfkEeqEM7mFKilpXw" name="Machine model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> ...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"Machine model","name":"Machine model","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"start -> start\n\nend -> halt\n\nwrite -> write\n\nread -> read","eClass":"Comment"},{"id":2,"body":"init(int address) {\n initAddition(...
uml
bank
repo-genmymodel-uml/data/6f4afae2-7e07-406c-85c0-a84427333ab6.xmi
model This diagram shows the relationship between a bank and its different types of accounts Withdraw accepts the balance to withdraw and returns true if withdrawal was successful Withdraw is overridden in SavingsAccount (as a withdrawal requires notice to be given) Bank name Bank returnParameter AddBankAccount returnP...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_my4A0JfwEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"This diagram shows the relationship between a bank and its different types of accounts","eClass":"Comment"},{"id":2,"body":"Withdraw accepts the balance to...
uml
computerarchitecture
repo-genmymodel-uml/data/0eba1f9a-cbeb-4bef-b937-2589152fbd84.xmi
model start -> start end -> halt write -> write read -> read init(int address) { initAddition(address); decoratedCPU.init(address); } execute() { executeAddition(); decoratedCPU.execute(); } example: execute(program) { processor.init(0); for (Card card : cards) { card.start(); }...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_3OU6wJldEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"start -> start\n\nend -> halt\n\nwrite -> write\n\nread -> read","eClass":"Comment"},{"id":2,"body":"init(int address) {\n initAddition(address);\n d...
uml
shopping
repo-genmymodel-uml/data/841c0056-72e9-45a2-8094-9bf80bf06801.xmi
model CUSTOMER VISITS THE WEBSITE CREATES THE WEBSITE SELECTS THE ITEMS/SERVICE ADDS ITEMS/SERVICE TO CART SELECTS THE MODE OF PAYMENT PAYS THE BILL DELIVERS THE PRODUCT SUPPORT AND FEEDBACK WEB DEVELOPER ADMINISTRATOR CREATES THE WEBSITE_WEB DEVELOPER wEB DEVELOPER cREATES THE WEBSITE CUSTOMER_VISITS THE WEBSITE vISIT...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_MdxnQJfuEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
restaurant
repo-genmymodel-uml/data/0700f44c-f578-4567-89a3-4ae01eeab949.xmi
model Worker People name operation Customer Cook Waiter Cashier Interaction collaboration Fred Bob Catsoo Renee lifeline lifeline2 lifeline3 lifeline4 order food and wine ask to cook serve wine pickup serve food pay give bill
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_FBDhwJgUEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
shopping
repo-genmymodel-uml/data/_G7CSwM3eEeeMV96X50GAvA.xmi
model Add Item Browse Inventory Add Items to Cart Login Logout Edit Item Add Promotion ExtPoint Send E-mail Purchase Items Check Out Re-order Check Stock Use Promotion Manager Customer Manager_Add Item add Item manager Manager_Browse Inventory browse Inventory manager Manager_Login login manager Manager_Logout logout m...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_j3K78JolEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"model::Add Item","name":"Add Item","id":2,"isLeaf":false,"i...
uml
restaurant-pizza
repo-genmymodel-uml/data/167b9edd-b037-4511-9c29-d40def2de85b.xmi
model Registered User Sign In View Meal Deal View Pizza types Create your own pizza Add item View side orders Create Account Change toppings Search store locations Checkout ExtPoint Pay online Save favourite order Make Payment Registered User_Save favourite order save favourite order registered User Registered User_...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_qqWAcJfWEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
shopping-cart
repo-genmymodel-uml/data/a020f9d8-ff26-4a07-8670-210c750bffa7.xmi
model Interaction Create New Checkout Session collaboration c o l Buyer Shopping Cart Partner PayPal Hermes BuyAll Pay with PayPal Approval URL + Token POST: /v1/payments/Carts (intent:Order, Purchase Unit Array) Redirect Buyer to approval URL Buyer Approves Payment Present Funding-Options ack /v1/payments/approve /v1/...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_BXsEcJovEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
smarthouse
repo-genmymodel-uml/data/47ea1c2f-1cba-4443-b7b2-eb19e6acda20.xmi
model Water Sensor Smoke Sensor Window Sensor Movement Sensor Heat Sensor Door Sensor Home Owner Home Safety and Security System Detect Smoke Detect Motion Reset Alarm Enable/Disable Sensor Detect Heat Detect Water Arm/Disarm Burglar Function Authentication Re-Enter Info Reject Action Sound Fire Alarm Sound Break-In ...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_kNrJ4JpFEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"model::Water Sensor","name":"Water Sensor","id":2,"isLeaf":...
uml
booking-room
repo-genmymodel-uml/data/fd13b14e-e3fa-4ea1-80cc-29451120c400.xmi
model Aishwarya kothavale 16101B2005 Ankita Shelar 16101B2006 Mandar Mhamunkar 16101B2015 Search Avalibility Book Room Cancel Reservation Check In Check Out Food Serving Menu Preparation Room Cleaning Hotel Guest Receptionist Chef HouseKeeping Search Avalibility_Hotel Guest hotel Guest search Avalibili...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_5auAUJfdEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"Aishwarya kothavale 16101B2005 \nAnkita Shelar \n 16101B2006 \n Mandar Mhamunkar 16101B2015","eClass":"Comment"},{"visibility":"PUBLIC_LITERAL"...
uml
shopping
repo-genmymodel-uml/data/_8U_I4CM4EeqqcaoAsxFIeg.xmi
SequenceDiagramExample Interaction collaboration c o l ShoppingCart Order Database Lifeline ShoppingCartExample Basic class diagram for a shopping cart system ShoppingCart creationDate Order id LineItem quantity price Account id Customer Order_Line items order ShoppingCart_Order order c Account_ShoppingCart cart accoun...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_jQKCoJfdEeqEM7mFKilpXw" name="SequenceDiagramExample"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Eco...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"SequenceDiagramExample","name":"SequenceDiagramExample","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibil...
uml
computerarchitecture
repo-genmymodel-uml/data/247fb0a0-aedd-437c-ab22-f012d04946fb.xmi
model start -> start end -> halt write -> write read -> read init(int address) { initAddition(address); decoratedCPU.init(address); } execute() { executeAddition(); decoratedCPU.execute(); } example: execute(program) { processor.init(0); for (Card card : cards) { card.start(); }...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_r6_eAJicEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"start -> start\n\nend -> halt\n\nwrite -> write\n\nread -> read","eClass":"Comment"},{"id":2,"body":"init(int address) {\n initAddition(address);\n d...
uml
computing
repo-genmymodel-uml/data/_kdbsMFliEeqK2M3E1LfZ7Q.xmi
Software Protection - usecase Define Feature Generate Product Key Product Activation Manage Customers Manage & Produce Entitlements ExtPoint Generate Branded RUS Generate Runtime Installer Generate Trial Product Bundle Define Trial Product Define Full Product Define Product Product Manager Customer Customer Services En...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_XEdmAJfWEeqEM7mFKilpXw" name="Software Protection - usecase"> <xmi:Extension extender="http://www.eclipse.org/emf/2...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"Software Protection - usecase","name":"Software Protection - usecase","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"Software Pr...
uml
computer-videogames
repo-genmymodel-uml/data/ca688bec-7204-4092-94c8-7aa587b34b72.xmi
model Connect4 Player name wins tokenColor currentPlayer roundWon Player returnParameter parameter parameter2 Player returnParameter playToken returnParameter parameter parameter2 parameter3 checkWin returnParameter parameter parameter2 parameter3 parameter4 verticalWin returnParameter parameter parameter2 parameter3 p...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_UTi-YJoXEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"model::Connect4","name":"Connect4","id":2,"URI":null,"eClas...
uml
booking-restaurant
repo-genmymodel-uml/data/7df0d770-eede-458b-8b4a-5845fcfc9272.xmi
model list<Long> Time ReservationManagementSystem bookings addBooking returnParameter modifyBooking returnParameter cancelBooking returnParameter generateReport returnParameter List<Booking> Booking booking_id date startTime endTime reservedTables customer_name contact_no email_id setBooking returnParameter modifyBooki...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_omo3kJosEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
shopping
repo-genmymodel-uml/data/3ed8be16-a778-4396-8728-5efed458f581.xmi
com.genmymodel.shoppingcart This class diagram represents the entities and relations of an online shopping cart system. It's one of the possible designs for such a system. Fork it to generate Java, SQL and more to get a usable implementation. See also the activity diagram available in the tree structure. UserState Ne...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_RLVr8JfVEeqEM7mFKilpXw" name="com.genmymodel.shoppingcart"> <xmi:Extension extender="http://www.eclipse.org/emf/200...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"com.genmymodel.shoppingcart","name":"com.genmymodel.shoppingcart","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"This class diagram represents the entities and relations of an online shopping cart system. It's one of the pos...
uml
course
repo-genmymodel-uml/data/_dwj4oJE9Eemqpd237shV0A.xmi
model Users id residentName residentSurname residentPatronymic residentBirthday residentPassword registrationCertificateCode residentUserType universityStructureUnit residentPosition residentDepartment residentEmail individuadIdentificationCode addResidentName editResidentName removeResidentName addResidentSurname edit...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_JGOCIJfZEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"model::Users","name":"Users","id":2,"isActive":false,"isLea...
uml
restaurant-pizza
repo-genmymodel-uml/data/_T2RQMADNEeiLEbIzy5aHfg.xmi
model Customer online pizza ordering system login Menu Select Item / Book Restaurant View Total Bill Place Order Deliver Order Logout Register Register_Admin admin register login_Admin admin login View Total Bill_Admin admin view Total Bill Place Order_Admin admin place Order Logout_Admin admin logout Deliver Order_Adm...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_42SmAJl8EeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"model::Customer","name":"Customer","id":2,"isLeaf":false,"i...
uml
shopping
repo-genmymodel-uml/data/10dbed79-4f7a-49b9-b6df-6293aae8d27c.xmi
com.genmymodel.shoppingcart This class diagram represents the entities and relations of an online shopping cart system. It's one of the possible designs for such a system. Fork it to generate Java, SQL and more to get a usable implementation. See also the activity diagram available in the tree structure. UserState Ne...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_wuofsJXJEeqqGZh46IEtXQ" name="com.genmymodel.shoppingcart"> <xmi:Extension extender="http://www.eclipse.org/emf/200...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"com.genmymodel.shoppingcart","name":"com.genmymodel.shoppingcart","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"This class diagram represents the entities and relations of an online shopping cart system. It's one of the pos...
uml
shopping
repo-genmymodel-uml/data/_tkudcNGSEemr0Oy2Fixrzg.xmi
model Admin customer Login Payment Order Details Password Registration cart Shipping Admin_Password password admin Login_customer customer login Password_customer customer password Payment_customer customer payment customer_Order Details order Details customer customer_cart cart customer Registration_customer customer ...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_KPy0IJfrEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"model::Admin","name":"Admin","id":2,"isLeaf":false,"isAbstr...
uml
booking-flight
repo-genmymodel-uml/data/df3b9d76-4bd0-48dd-8f47-f634ce295df8.xmi
model User / Passenger Travel Agent Register/ Login Create Account Valid Invalid Review Order Check Tickets Choose Flight Proceed to Checkout Make Payment / Checkout Valid Details Invalid Details Pay Travel Agent Travel Agent Fee User / Passenger_Register/ Login register/ Login user / Passenger User / Passenger_Review ...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_rXlrcJibEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
bank
repo-genmymodel-uml/data/b6fc7722-e381-4e13-8e00-7b29d2666f4a.xmi
BankingManagementSystem This is a sandboxed example of a banking system. Sign in to: 1. Customize this diagram 2. Export JPEG, SVG 3. Generate code: Java, SQL, etc 4. Share and collaborate Customer name dateOfBirth address phoneNumber emailAddress association2 customer a Login username securityAnswer password securi...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_bBATEJfhEeqEM7mFKilpXw" name="BankingManagementSystem"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ec...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"BankingManagementSystem","name":"BankingManagementSystem","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"This is a sandboxed example of a banking system. Sign in to:\n\n1. Customize this diagram\n2. Export JPEG, SVG\n3. Gene...
uml
course
repo-genmymodel-uml/data/_-z2_oKtUEeeEQN1ZyOr-_g.xmi
model Activity admin ControlFlow true ControlFlow2 true ControlFlow3 ControlFlow4 true ControlFlow5 true ControlFlow6 true ControlFlow7 true ControlFlow8 true ControlFlow9 true ControlFlow10 true ControlFlow11 true ControlFlow14 true ControlFlow15 true ControlFlow16 true ControlFlow17 true ControlFlow18 true ControlFlo...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="__xFeIJW8EeqqGZh46IEtXQ" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"isSingleExecution":false,"isReadOnly":false,"visibility":"PUBLIC_LITERAL","qualifiedName":"model::Activit...
uml
employee
repo-genmymodel-uml/data/c7cf499b-7bab-4a6e-a41a-a792866ce8b0.xmi
model Employee Emp_Id Password Emp_Name Emp_ContactNo Emp_Email Emp_Address Emp_Department Emp_Salary view_profile leave_req send_massage Salary Emp_Id Sly_Basic Sly_Increment Sly_Decrement Sly_Netgross OverTime getallsalary returnParameter getsinglesalary returnParameter parameter Leave leave_id Emp_Id Leave_Title Lea...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_JlQ2gJXUEeqqGZh46IEtXQ" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
course
repo-genmymodel-uml/data/effdab1f-a902-4102-ab13-81dabf1cff91.xmi
model Student firstName ID lastNAme socialsecurity middleNAme accessInformation returnParameter authentication returnParameter Employee firstName depatment lastName middleName id authentation returnParameter accessInformation returnParameter Teacher getSubjectDetails returnParameter takeAttendance returnParameter HOD t...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_Z9rQsJlIEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
restaurant
repo-genmymodel-uml/data/6081a74c-45df-4e39-b043-c08887fb8c48.xmi
model Interaction collaboration Fred Bob Catsoo Renee lifeline lifeline2 lifeline3 lifeline4 order food and wine ask to cook serve wine pickup serve food pay give bill
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_dbqJwJlkEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
computing
repo-genmymodel-uml/data/_aqZOYADYEeiLEbIzy5aHfg.xmi
model Request Line Parser ControlFlow true ControlFlow true ControlFlow true ControlFlow found space ControlFlow else ControlFlow true ControlFlow true ControlFlow true ControlFlow found space ControlFlow else ControlFlow true ControlFlow true ControlFlow found CRLF ControlFlow true ControlFlow else ControlFlow true Co...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_alRygJlkEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"isSingleExecution":false,"isReadOnly":false,"visibility":"PUBLIC_LITERAL","qualifiedName":"model::Request...
uml
realstate
repo-genmymodel-uml/data/26c74990-1071-4c03-8079-de6988ede9c2.xmi
model manage Buy sell makes makes Property property_id property_type address location Add returnParameter Update returnParameter Delete returnParameter Search_property returnParameter Buy_property returnParameter User email location Reg_User username password Address login returnParameter Unreg_User Register returnPara...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_hzlQkJfVEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"manage","eClass":"Comment"},{"id":2,"body":"Buy","eClass":"Comment"},{"id":3,"body":"sell","eClass":"Comment"},{"id":4,"body":"makes","eClass":"Comment"},{...
uml
shipping
repo-genmymodel-uml/data/36cbf859-a67c-4fe4-aa17-1191f5ffd429.xmi
shippingCompany Costomer Name Email mobileNumber ID Address getprecent returnParameter getOrderNumber returnParameter logein returnParameter Shipment Date Forbidden to ship SippingType pireodofShip setPrecent returnParameter UpdateShippmentInfo returnParameter MyClass Activity Express Normal Order_Costomer ship to Or...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_rPQnMJfdEeqEM7mFKilpXw" name="shippingCompany"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> ...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"shippingCompany","name":"shippingCompany","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_L...
uml
shopping
repo-genmymodel-uml/data/28ebeb39-a520-43fb-80cf-9b4b87795d98.xmi
model CUSTOMER VISITS THE WEBSITE CREATES THE WEBSITE SELECTS THE ITEMS/SERVICE ADDS ITEMS/SERVICE TO CART SELECTS THE MODE OF PAYMENT PAYS THE BILL DELIVERS THE PRODUCT SUPPORT AND FEEDBACK WEB DEVELOPER ADMINISTRATOR CREATES THE WEBSITE_WEB DEVELOPER wEB DEVELOPER cREATES THE WEBSITE CUSTOMER_VISITS THE WEBSITE vISIT...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_YFpbQJlMEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
smarthouse
repo-genmymodel-uml/data/9f510af6-1690-4d09-b973-5069cf83647a.xmi
model System Status Update Sensor SensorID SensorType Motion Sensor DetectMovement returnParameter PressureSensor DetectPressure returnParameter Home Security System UserID TriggerEmergencyAlarm returnParameter AlertOwner returnParameter AlertPolice returnParameter Monitor returnParameter ValidateUser returnParameter A...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_WXwE0JXEEeqqGZh46IEtXQ" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
computerarchitecture
repo-genmymodel-uml/data/2c4ad173-c664-4971-9f5f-698a7918b85a.xmi
model start -> start end -> halt write -> write read -> read init(int address) { initAddition(address); decoratedCPU.init(address); } execute() { executeAddition(); decoratedCPU.execute(); } example: execute(program) { processor.init(0); for (Card card : cards) { card.start(); }...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_jDESYJoNEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"start -> start\n\nend -> halt\n\nwrite -> write\n\nread -> read","eClass":"Comment"},{"id":2,"body":"init(int address) {\n initAddition(address);\n d...
uml
school
repo-genmymodel-uml/data/_eq2HwFE5Eeqesv9gci-YTQ.xmi
Student-attendance-management-system student faculty take attendance call answer attendance call view subject wise attendance post attendance login logout view cumiliative attendance generate class wise attendance report recieve attendance sms send attendance sms modify list of students parent admin faculty_give atten...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_g4-9oJfiEeqEM7mFKilpXw" name="Student-attendance-management-system"> <xmi:Extension extender="http://www.eclipse.or...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"Student-attendance-management-system","name":"Student-attendance-management-system","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass...
uml
bank
repo-genmymodel-uml/data/_Gu144HgNEeqeQcxm9hmzHw.xmi
Banking-System1 This is a sandboxed example of a banking system. Sign in to: 1. Customize this diagram 2. Export JPEG, SVG 3. Generate code: Java, SQL, etc 4. Share and collaborate Customer name dateOfBirth address phoneNumber emailAddress association2 customer a Login username securityAnswer password securityQuesti...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_JtuzQJfHEeqEM7mFKilpXw" name="Banking-System1" visibility="private"> <xmi:Extension extender="http://www.eclipse.or...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PRIVATE_LITERAL","qualifiedName":"Banking-System1","name":"Banking-System1","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"This is a sandboxed example of a banking system. Sign in to:\n\n1. Customize this diagram\n2. Export JPEG, SVG\n3. Generate code: Java...
uml
restaurant
repo-genmymodel-uml/data/dbc70210-679d-40ff-b3b4-782c31d13227.xmi
model Worker People name Customer Cook Waiter Cashier Interaction collaboration Fred Bob Catsoo Renee lifeline lifeline2 lifeline3 lifeline4 order food and wine ask to cook serve wine pickup serve food pay give bill
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_KNFsgJXJEeqqGZh46IEtXQ" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
computer-library
repo-genmymodel-uml/data/de2af2bb-7a71-4fd6-a3e7-7f9288595e0d.xmi
model Activity ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_ug2iMJk6EeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"isSingleExecution":false,"isReadOnly":false,"visibility":"PUBLIC_LITERAL","qualifiedName":"model::Activit...
uml
shopping
repo-genmymodel-uml/data/e929afc8-9183-46e3-bf5d-8902e2533abf.xmi
com.genmymodel.shoppingcart Welcome! This class diagram represents the entities and relations of an online shopping cart system. It's one of the possible designs for such a system. Fork it to generate Java and SQL. See also the activity diagram available in the project explorer on the left. UserState New Active Bann...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_cTXBkJk7EeqEM7mFKilpXw" name="com.genmymodel.shoppingcart"> <xmi:Extension extender="http://www.eclipse.org/emf/200...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"com.genmymodel.shoppingcart","name":"com.genmymodel.shoppingcart","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"Welcome! \nThis class diagram represents the entities and relations of an online shopping cart system. It's one...
uml
smarthouse
repo-genmymodel-uml/data/b7eb9cf0-2130-40d2-99ce-a65bcf7d2c4f.xmi
model Home Security Lock & Unlock returnParameter Acess system remotely returnParameter Control lighting & camera returnParameter Save pics. & videos returnParameter Alert your mobile returnParameter View event log returnParameter Camera sensor Image ID Video ID Display image and video returnParameter Open camera retur...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_zD9OEJlHEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
shopping
repo-genmymodel-uml/data/35d00aff-6304-466b-a925-0db67f35555b.xmi
com.genmymodel.shoppingcart This class diagram represents the entities and relations of an online shopping cart system. It's one of the possible designs for such a system. Fork it to generate Java, SQL and more to get a usable implementation. See also the activity diagram available in the tree structure. UserState Ne...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_LxsMEJfoEeqEM7mFKilpXw" name="com.genmymodel.shoppingcart"> <xmi:Extension extender="http://www.eclipse.org/emf/200...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"com.genmymodel.shoppingcart","name":"com.genmymodel.shoppingcart","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"This class diagram represents the entities and relations of an online shopping cart system. It's one of the pos...
uml
shopping
repo-genmymodel-uml/data/672c6960-51bd-40d1-bdfb-b821418c2ba6.xmi
model Interaction collaboration c o l ShoppingCartExample Basic class diagram for a shopping cart system ShoppingCart creationDate Order id LineItem quantity price Account id Customer Order_Line items order ShoppingCart_Order order c Account_ShoppingCart cart account Account_Customer customer account
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_9cFegJlSEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
computer-videogames
repo-genmymodel-uml/data/ee3e7ba1-e366-44da-89ab-d84907b33026.xmi
model dutycalls.view About Home dispose returnParameter Instructions JoinGame getHostIP returnParameter PokerTable showWinner returnParameter parameter showYoucaNOTPlay returnParameter setCardImage returnParameter WaitingForPlayer setHostGame returnParameter User getUserName returnParameter dutycalls.model AIUser getNa...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_tzLOcJgqEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
elevator
repo-genmymodel-uml/data/2425b07f-ff3a-4f82-be68-88b0ca9fd309.xmi
model Interaction Passenger Building Lift Controller Elevator Floor call AddFloor() Button Pressed Floor_Request() Passenger Enter call SensorControl() DoorControl() MoveElevator()
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_Ag1U8JovEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
restaurant
repo-genmymodel-uml/data/6453a444-de9b-4e69-a174-5eb2cf353a22.xmi
model Interaction collaboration Fred Bob Catsoo Renee lifeline lifeline2 lifeline3 lifeline4 order food and wine ask to cook serve wine pickup serve food pay give bill
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="__KYekJftEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
shopping
repo-genmymodel-uml/data/8ffba16d-b955-4616-b363-38f87bc1457e.xmi
model user name User Login View product Password Update product Buy product Key generate Admin Comment Analyzing User_Login login user User_View product view product user User_Buy product buy product user User_Key generate key generate user Admin_Login login admin Update product_Admin admin update product Key generate_...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_GjKywJgqEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"model::user name","name":"user name","id":2,"isLeaf":false,...
uml
restaurant
repo-genmymodel-uml/data/54abe418-dae3-460a-a4d1-3ff9b96fc314.xmi
model Worker People name Customer Cook Waiter Cashier Interaction collaboration Fred Bob Catsoo Renee lifeline lifeline2 lifeline3 lifeline4 order food and wine ask to cook serve wine pickup serve food pay give bill
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_OSom4Jk9EeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
shopping
repo-genmymodel-uml/data/_GfFUoIxQEeq3N_Xh6gsEIQ.xmi
online-shopping-cart CustomerType PREMIUM REGULAR PremiumCustomer RadixClient log email isVIP Payment paidDate total details SalesPerson populate password state fillShoppingCart main operation3 Order number ordered shipped shipTo total status Account_Payment p acc Customer_Account account customer Account_Order order a...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_Kl8m8JfCEeqEM7mFKilpXw" name="online-shopping-cart"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"online-shopping-cart","name":"online-shopping-cart","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility"...
uml
computer-network
repo-genmymodel-uml/data/8abc8f06-ec19-4feb-8180-f80d547aea7f.xmi
model Activity ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true ControlFlow true Define the mobility aspects of th...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_oGk3oJfgEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"isSingleExecution":false,"isReadOnly":false,"visibility":"PUBLIC_LITERAL","qualifiedName":"model::Activit...
uml
shopping
repo-genmymodel-uml/data/7b2c1540-0556-4a82-8fda-f789e73d6d1e.xmi
model User userId getProducts returnParameter Guest register returnParameter Customer user_name firstName lastName phoneNo address editProfile returnParameter changePassword returnParameter deactivateAccount returnParameter login returnParameter logout returnParameter Product productId productName price image sellerInf...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_6QlEcJlVEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"model::User","name":"User","id":2,"isActive":false,"isLeaf"...
uml
shopping
repo-genmymodel-uml/data/1a52919f-f235-494d-a340-da680c2abb4c.xmi
com.genmymodel.shoppingcart This class diagram represents the entities and relations of an online shopping cart system. It's one of the possible designs for such a system. Fork it to generate Java, SQL and more to get a usable implementation. See also the activity diagram available in the tree structure. UserState Ne...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_EPKC4JlVEeqEM7mFKilpXw" name="com.genmymodel.shoppingcart"> <xmi:Extension extender="http://www.eclipse.org/emf/200...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"com.genmymodel.shoppingcart","name":"com.genmymodel.shoppingcart","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"This class diagram represents the entities and relations of an online shopping cart system. It's one of the pos...
uml
socialnetwork
repo-genmymodel-uml/data/10df3248-c27d-4706-991b-1d85c0e2be06.xmi
model Reciever user_id id name surname username mail password phone is_private is_active is_admin Principal id user_id followers_id status creation_date Sender id user_id following_id status creation_date Post id text location_id hashtag_id total_like creation_date date_update status N_Disturb_User id user_id disturb_u...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_HtYpgJXBEeqqGZh46IEtXQ" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"model::Reciever","name":"Reciever","id":2,"isActive":false,...
uml
health
repo-genmymodel-uml/data/59687c44-c619-46c4-b004-fc618957352d.xmi
model Receptionist System Patient Information Patient Hospital Registration Outpatient Registration Inpatient Registration Bed Allotment Schedule Patient Appointments Generate Bill Draw Salary Check for Appointments Handle Medical Reports Patient Information_Doctor doctor patient Information Handle Medical Reports_Doc...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_1GsEYJlTEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"model::Receptionist","name":"Receptionist","id":2,"isLeaf":...
uml
computerarchitecture
repo-genmymodel-uml/data/106835b8-902f-4a94-9576-4461114a89be.xmi
model start -> start end -> halt write -> write read -> read init(int address) { initAddition(address); decoratedCPU.init(address); } execute() { executeAddition(); decoratedCPU.execute(); } example: execute(program) { processor.init(0); for (Card card : cards) { card.start(); }...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_XIldkJoyEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"start -> start\n\nend -> halt\n\nwrite -> write\n\nread -> read","eClass":"Comment"},{"id":2,"body":"init(int address) {\n initAddition(address);\n d...
uml
shopping
repo-genmymodel-uml/data/bb95aa5f-0722-4b6a-9641-a8833dd942cc.xmi
warehouse Admin wms Login User /Add user Chang password Manage Stock Purchase Product Report Return Product Cancellation Generate Report Payment /Refund Logout Actor_UseCase useCase actor Actor_UseCase2 useCase2 actor Actor_UseCase3 useCase3 actor Actor_UseCase4 useCase4 actor UseCase5_Actor actor useCase5 Actor_U...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_DfDsoJiaEeqEM7mFKilpXw" name="warehouse"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <e...
false
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"warehouse","name":"warehouse","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedName":"warehouse::Admin wms","name":"Admin wms","id":2,"is...
uml
socialnetwork
repo-genmymodel-uml/data/20b92b3f-451e-43b7-b305-aee7066569fb.xmi
model User Profile Post Group Message Friend Login User_Myprofile myprofile user User_Post post user User_Login login user User_Group group user User_Message message user
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_gxMDgJlWEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
restaurant
repo-genmymodel-uml/data/b9b5cc51-07a2-44c1-b58a-d989cac7759a.xmi
model Worker People name Customer Cook Waiter Cashier Interaction collaboration Fred Bob Catsoo Renee lifeline lifeline2 lifeline3 lifeline4 order food and wine ask to cook serve wine pickup serve food pay give bill
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_HURXMJXHEeqqGZh46IEtXQ" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml
shopping
repo-genmymodel-uml/data/e362af64-dd1d-4f8d-8b5d-ac9979784ad3.xmi
com.genmymodel.shoppingcart This class diagram represents the entities and relations of an online shopping cart system. It's one of the possible designs for such a system. Fork it to generate Java, SQL and more to get a usable implementation. See also the activity diagram available in the tree structure. UserState Ne...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_8BVOMJlGEeqEM7mFKilpXw" name="com.genmymodel.shoppingcart"> <xmi:Extension extender="http://www.eclipse.org/emf/200...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"com.genmymodel.shoppingcart","name":"com.genmymodel.shoppingcart","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"This class diagram represents the entities and relations of an online shopping cart system. It's one of the pos...
uml
shopping
repo-genmymodel-uml/data/778439ec-d236-489b-b499-1c47c616342d.xmi
com.genmymodel.shoppingcart This class diagram represents the entities and relations of an online shopping cart system. It's one of the possible designs for such a system. Fork it to generate Java, SQL and more to get a usable implementation. See also the activity diagram available in the tree structure. UserState Ne...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_xYURMJl_EeqEM7mFKilpXw" name="com.genmymodel.shoppingcart"> <xmi:Extension extender="http://www.eclipse.org/emf/200...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"com.genmymodel.shoppingcart","name":"com.genmymodel.shoppingcart","id":0,"URI":null,"eClass":"Model"},{"id":1,"body":"This class diagram represents the entities and relations of an online shopping cart system. It's one of the pos...
uml
booking-flight
repo-genmymodel-uml/data/5402cf0c-5f2e-4aa2-972f-9c6c6364324e.xmi
model User / Passenger Travel Agent Airline Agency Register/ Login Create Account Valid Invalid Review Order Check Tickets Choose Flight Proceed to Checkout Make Payment / Checkout Valid Details Invalid Details Pay Travel Agent Travel Agent Fee Reserve a Ticket Receive Payment User / Passenger_Register/ Login register/...
<xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> <uml:Model xmi:id="_gogwAJlTEeqEM7mFKilpXw" name="model"> <xmi:Extension extender="http://www.eclipse.org/emf/2002/Ecore"> <eAnno...
true
{"directed":true,"nodes":[{"viewpoint":null,"visibility":"PUBLIC_LITERAL","qualifiedName":"model","name":"model","id":0,"URI":null,"eClass":"Model"},{"visibility":"PUBLIC_LITERAL","id":1,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","id":2,"eClass":"PackageImport"},{"visibility":"PUBLIC_LITERAL","qualifiedNa...
uml