Files
skill-seekers-reference/docs/UML/html/index.html/contents/8d13ad9a8b3cb50301ee426fd60928e3.html
yusyus b259ec2c4f docs: re-export all UML diagrams (PNG + HTML)
Fresh export of all 20 diagrams as PNG and full HTML documentation
site after the Grand Unification UML sync.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 22:53:40 +03:00

370 lines
7.9 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CreateCommand</title>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic|Source+Code+Pro:300,400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="../assets/css/bootstrap.css">
<link rel="stylesheet" href="../assets/css/jquery.bonsai.css">
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/icon-font/icons.css">
<script type="text/javascript" src="../assets/js/jquery-2.1.0.min.js"></script>
<script type="text/javascript" src="../assets/js/bootstrap.js"></script>
<script type="text/javascript" src="../assets/js/jquery.bonsai.js"></script>
<script type="text/javascript" src="../assets/js/imageMapResizer.min.js"></script>
</head>
<body>
<div>
<!-- Name Title -->
<h1>CreateCommand</h1>
<!-- Type and Stereotype -->
<section style="margin-top: .5em;">
<span class="alert alert-info">
<span class="node-icon staruml-icon icon-UMLLifeline"></span>
UMLLifeline
</span>
</section>
<!-- Path -->
<section style="margin-top: 10px">
<span class="label label-info"><a href='cf9c8b720f3815adeccaf3ef6e48c6c4.html'><span class='node-icon staruml-icon icon-Project'></span>Skill Seekers</a></span>
<span>::</span>
<span class="label label-info"><a href='6a4361334e8b649314ed681b9e6798c3.html'><span class='node-icon staruml-icon icon-UMLModel'></span>skill_seekers</a></span>
<span>::</span>
<span class="label label-info"><a href='31ead21e06afc26298aa0b7e0c12372a.html'><span class='node-icon staruml-icon icon-UMLCollaboration'></span>Sequence Diagrams</a></span>
<span>::</span>
<span class="label label-info"><a href='7d746fadfbed13145261470ddfe916fd.html'><span class='node-icon staruml-icon icon-UMLInteraction'></span>Create Pipeline (Unified)</a></span>
<span>::</span>
<span class="label label-info"><a href='8d13ad9a8b3cb50301ee426fd60928e3.html'><span class='node-icon staruml-icon icon-UMLLifeline'></span>CreateCommand</a></span>
</section>
<!-- Diagram -->
<!-- Description -->
<section>
<h3>Description</h3>
<div>
<span class="label label-info">none</span>
</div>
</section>
<!-- Specification -->
<!-- Directed Relationship -->
<!-- Undirected Relationship -->
<!-- Classifier -->
<!-- Interface -->
<!-- Component -->
<!-- Node -->
<!-- Actor -->
<!-- Use Case -->
<!-- Template Parameters -->
<!-- Literals -->
<!-- Attributes -->
<!-- Operations -->
<!-- Receptions -->
<!-- Extension Points -->
<!-- Parameters -->
<!-- Diagrams -->
<!-- Behavior -->
<!-- Action -->
<!-- Interaction -->
<!-- CombinedFragment -->
<!-- Activity -->
<!-- State Machine -->
<!-- State Machine -->
<!-- State -->
<!-- Vertex -->
<!-- Transition -->
<!-- Data Model (ERD) -->
<!-- Columns (ERD) -->
<!-- Related Entities (ERD) -->
<!-- Data Flows (DFD) -->
<!-- Flows (Flowchart) -->
<!-- Properties -->
<section>
<h3>Properties</h3>
<table class="table table-striped table-bordered">
<tr>
<th width="50%">Name</th>
<th width="50%">Value</th>
</tr>
<tr>
<td>name</td>
<td>CreateCommand</td>
</tr>
<tr>
<td>stereotype</td>
<td><span class='label label-info'>null</span></td>
</tr>
<tr>
<td>visibility</td>
<td>public</td>
</tr>
<tr>
<td>selector</td>
<td></td>
</tr>
<tr>
<td>represent</td>
<td><a href='a698111e5d01b1e4cd24381e42878559.html'><span class='node-icon staruml-icon icon-UMLAttribute'></span>Role2</a></td>
</tr>
<tr>
<td>isMultiInstance</td>
<td><span class='label label-info'>false</span></td>
</tr>
</table>
</section>
<!-- Tags -->
<!-- Constraints, Dependencies, Dependants -->
<!-- Relationships -->
<section class="element-list">
<h3>Relationships</h3>
<ul class="nav nav-list">
<li><a href='621424f0e4705a72829485fb8149567a.html'><span class='node-icon staruml-icon icon-UMLMessage'></span>execute() (User→CreateCommand)</a></li>
<li><a href='160688b9cc340c7eadebfb391d74e16a.html'><span class='node-icon staruml-icon icon-UMLMessage'></span>1: detect(source) (CreateCommand→SourceDetector)</a></li>
<li><a href='458b028268c8353678303a345074c8af.html'><span class='node-icon staruml-icon icon-UMLMessage'></span>SourceInfo(type, parsed) (SourceDetector→CreateCommand)</a></li>
<li><a href='2dd3cb3232834a6b125f60fcab29a110.html'><span class='node-icon staruml-icon icon-UMLMessage'></span>2: validate_source(source_info) (CreateCommand→SourceDetector)</a></li>
<li><a href='98216249c200a886725fa2b64b293549.html'><span class='node-icon staruml-icon icon-UMLMessage'></span>3: initialize(args, config_path, source_info) (CreateCommand→ExecutionContext)</a></li>
<li><a href='e21e529d498de3cf286368435b4a71de.html'><span class='node-icon staruml-icon icon-UMLMessage'></span>4: _validate_arguments() (CreateCommand→CreateCommand)</a></li>
<li><a href='3ec281cfe4fef095029523cf4de7443a.html'><span class='node-icon staruml-icon icon-UMLMessage'></span>5: _route_to_scraper() -&gt; get_converter(type, config) (CreateCommand→SkillConverter)</a></li>
<li><a href='0c6eeccbfdd67aa968a241acce05e20d.html'><span class='node-icon staruml-icon icon-UMLMessage'></span>converter.run() (CreateCommand→SkillConverter)</a></li>
<li><a href='10b08a6d5cf01426a1d15a925ffa2abb.html'><span class='node-icon staruml-icon icon-UMLMessage'></span>converter result (SkillConverter→CreateCommand)</a></li>
<li><a href='4b8b9312c32580d490448b6b030746d9.html'><span class='node-icon staruml-icon icon-UMLMessage'></span>6: _run_enhancement(ctx) (CreateCommand→CreateCommand)</a></li>
<li><a href='4b8c730e022bd1e40244caf915724a01.html'><span class='node-icon staruml-icon icon-UMLMessage'></span>7: _run_workflows() (CreateCommand→CreateCommand)</a></li>
<li><a href='f90a61a955edc9f768e1d4089731ca47.html'><span class='node-icon staruml-icon icon-UMLMessage'></span>return 0 (CreateCommand→User)</a></li>
</ul>
</section>
<!-- Owned Elements -->
<!-- Diagrams -->
<section class="element-list">
<h3>Diagrams</h3>
<ul class="nav nav-list">
<li><a href='880f562184ffc8c074fd88362b766ea1.html'><span class='node-icon staruml-icon icon-UMLSequenceDiagram'></span>14 Create Pipeline (Unified)</a></li>
</ul>
</section>
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
<script>
imageMapResize();
</script>
</div>
</body>
</html>