forked from gtri/rapid-modeling-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request gtri#5 from gtri/master-synch
Master synch
- Loading branch information
Showing
14 changed files
with
640 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
gooey | ||
gooey <1.0.5 | ||
networkx >=2.3 | ||
openpyxl | ||
pandas | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"Columns to Navigation Map": { | ||
"Activity": [ | ||
"activity" | ||
], | ||
"Action": [ | ||
"action" | ||
] | ||
}, | ||
"Pattern Graph Edges": [ | ||
[ | ||
"action", | ||
"activity", | ||
"owner" | ||
] | ||
], | ||
"Root Node": "action", | ||
"Vertex MetaTypes": { | ||
"activity": "Activity", | ||
"action": "Action" | ||
}, | ||
"Vertex Settings": { | ||
"activity": null, | ||
"action": null | ||
}, | ||
"Vertex Stereotypes": { | ||
"activity": null, | ||
"action": null | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
{ | ||
"Columns to Navigation Map": { | ||
"Context": [ | ||
"component", | ||
"owner", | ||
"Composite Thing" | ||
], | ||
"Actors": [ | ||
"component", | ||
"type", | ||
"Atomic Thing" | ||
], | ||
"Property": [ | ||
"component" | ||
] | ||
}, | ||
"Pattern Graph Edges": [ | ||
[ | ||
"composite owner", | ||
"Composite Thing", | ||
"type" | ||
], | ||
[ | ||
"component", | ||
"Atomic Thing", | ||
"type" | ||
], | ||
[ | ||
"A_composite owner_component", | ||
"composite owner", | ||
"memberEnd" | ||
], | ||
[ | ||
"A_composite owner_component", | ||
"component", | ||
"memberEnd" | ||
], | ||
[ | ||
"component", | ||
"Composite Thing", | ||
"owner" | ||
], | ||
[ | ||
"composite owner", | ||
"A_composite owner_component", | ||
"owner" | ||
] | ||
], | ||
"Root Node": "component", | ||
"Vertex MetaTypes": { | ||
"A_composite owner_component": "Association", | ||
"Atomic Thing": "Actor", | ||
"Composite Thing": "Class", | ||
"component": "Property", | ||
"composite owner": "Property" | ||
}, | ||
"Vertex Settings": { | ||
"A_composite owner_component": null, | ||
"Atomic Thing": null, | ||
"Composite Thing": null, | ||
"component": { | ||
"aggregation": "shared" | ||
}, | ||
"composite owner": null | ||
}, | ||
"Vertex Stereotypes": { | ||
"A_composite owner_component": null, | ||
"Atomic Thing": null, | ||
"Composite Thing": "Block", | ||
"component": null, | ||
"composite owner": null | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"Columns to Navigation Map": { | ||
"Block": [ | ||
"block" | ||
], | ||
"Actor": [ | ||
"actor" | ||
] | ||
}, | ||
"Pattern Graph Edges": [ | ||
[ | ||
"refiner", | ||
"actor", | ||
"supplier" | ||
], | ||
[ | ||
"refiner", | ||
"block", | ||
"client" | ||
] | ||
], | ||
"Root Node": "refiner", | ||
"Vertex MetaTypes": { | ||
"block": "Class", | ||
"refiner": "Abstraction", | ||
"actor": "Actor" | ||
}, | ||
"Vertex Settings": { | ||
"block": null, | ||
"refiner": null, | ||
"actor": null | ||
}, | ||
"Vertex Stereotypes": { | ||
"block": "Block", | ||
"refiner": "Refine", | ||
"actor": null | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"Columns to Navigation Map": { | ||
"Action": [ | ||
"act" | ||
], | ||
"Input": [ | ||
"inp" | ||
], | ||
"Activity": [ | ||
"activity" | ||
] | ||
}, | ||
"Pattern Graph Edges": [ | ||
[ | ||
"act", | ||
"activity", | ||
"owner" | ||
], | ||
[ | ||
"inp", | ||
"act", | ||
"owner" | ||
] | ||
], | ||
"Root Node": "act", | ||
"Vertex MetaTypes": { | ||
"activity": "Activity", | ||
"act": "Action", | ||
"inp": "InputPin" | ||
}, | ||
"Vertex Settings": { | ||
"activity": null, | ||
"act": null, | ||
"inp": null | ||
}, | ||
"Vertex Stereotypes": { | ||
"activity": null, | ||
"act": null, | ||
"inp": null | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"Columns to Navigation Map": { | ||
"Action": [ | ||
"act" | ||
], | ||
"Output": [ | ||
"out" | ||
], | ||
"Activity": [ | ||
"activity" | ||
] | ||
}, | ||
"Pattern Graph Edges": [ | ||
[ | ||
"act", | ||
"activity", | ||
"owner" | ||
], | ||
[ | ||
"out", | ||
"act", | ||
"owner" | ||
] | ||
], | ||
"Root Node": "act", | ||
"Vertex MetaTypes": { | ||
"activity": "Activity", | ||
"act": "Action", | ||
"out": "OutputPin" | ||
}, | ||
"Vertex Settings": { | ||
"activity": null, | ||
"act": null, | ||
"out": null | ||
}, | ||
"Vertex Stereotypes": { | ||
"activity": null, | ||
"act": null, | ||
"out": null | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"Columns to Navigation Map": { | ||
"UseCase": [ | ||
"usecase" | ||
], | ||
"System": [ | ||
"relsys" | ||
], | ||
"UCPos": [ | ||
"ucend" | ||
], | ||
"SysPos": [ | ||
"relsysend" | ||
], | ||
"Assoc": [ | ||
"relation" | ||
] | ||
}, | ||
"Pattern Graph Edges": [ | ||
[ | ||
"relsysend", | ||
"relsys", | ||
"type" | ||
], | ||
[ | ||
"ucend", | ||
"usecase", | ||
"type" | ||
], | ||
[ | ||
"relsysend", | ||
"relation", | ||
"owner" | ||
], | ||
[ | ||
"ucend", | ||
"relation", | ||
"owner" | ||
] | ||
], | ||
"Root Node": "usecase", | ||
"Vertex MetaTypes": { | ||
"usecase": "UseCase", | ||
"relsys": "Class", | ||
"relation": "Association", | ||
"relsysend": "Property", | ||
"ucend": "Property" | ||
}, | ||
"Vertex Settings": { | ||
"usecase": null, | ||
"relsys": null, | ||
"relation": null, | ||
"relsysend": null, | ||
"ucend": null | ||
}, | ||
"Vertex Stereotypes": { | ||
"usecase": "requirementUseCase", | ||
"relsys": "Block", | ||
"relation": null, | ||
"relsysend": null, | ||
"ucend": null | ||
} | ||
} |
Oops, something went wrong.