docs: add StarUML HTML API reference documentation export
1,758 HTML files generated from StarUML project_export_doc containing full API reference for all ~200 classes, operations, attributes, and documentation across all 13 modules. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
6158
Docs/UML/html/index.html/assets/css/bootstrap.css
vendored
Executable file
6158
Docs/UML/html/index.html/assets/css/bootstrap.css
vendored
Executable file
File diff suppressed because it is too large
Load Diff
36
Docs/UML/html/index.html/assets/css/jquery.bonsai.css
Executable file
36
Docs/UML/html/index.html/assets/css/jquery.bonsai.css
Executable file
@@ -0,0 +1,36 @@
|
||||
.bonsai,
|
||||
.bonsai li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.bonsai li {
|
||||
position: relative;
|
||||
padding-left: 1.3em; /* padding for the thumb */
|
||||
}
|
||||
|
||||
li .thumb {
|
||||
margin: -1px 0 0 -1em; /* negative margin into the padding of the li */
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
li.has-children > .thumb:after {
|
||||
content: '▸';
|
||||
}
|
||||
|
||||
li.has-children.expanded > .thumb:after {
|
||||
content: '▾';
|
||||
}
|
||||
|
||||
li.collapsed > ol.bonsai {
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.bonsai .all,
|
||||
.bonsai .none {
|
||||
cursor: pointer;
|
||||
}
|
||||
812
Docs/UML/html/index.html/assets/css/main.css
Executable file
812
Docs/UML/html/index.html/assets/css/main.css
Executable file
@@ -0,0 +1,812 @@
|
||||
/* bootstrap.css override
|
||||
---------------------------------------------------------*/
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: source-sans-pro, Helvetica, Arial, sans-serif !imporant;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
color: #555;
|
||||
background-color: #F8F8F8;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.module, .left-section {
|
||||
overflow-y: auto;
|
||||
height: calc(100vh - 95px);
|
||||
}
|
||||
|
||||
a {
|
||||
color: #137cd4;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
outline: none;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 2px #6fb5f1;
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 2px #6fb5f1;
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 2px #6fb5f1;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
code,
|
||||
pre {
|
||||
padding: 20px;
|
||||
font-family: source-code-pro, Monaco, Menlo, Consolas, "Courier New", monospace;
|
||||
font-size: 12px;
|
||||
color: #454545;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
p code,
|
||||
p pre,
|
||||
li code,
|
||||
li pre {
|
||||
border-radius: 2px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
margin: 10px 0 0;
|
||||
font-weight: 300;
|
||||
line-height: 20px;
|
||||
color: #000;
|
||||
text-rendering: optimizelegibility;
|
||||
}
|
||||
|
||||
h1 small,
|
||||
h2 small,
|
||||
h3 small,
|
||||
h4 small,
|
||||
h5 small,
|
||||
h6 small {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3 {
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 40px;
|
||||
font-weight: 400;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 27px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 17.5px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 11.9px;
|
||||
}
|
||||
|
||||
h1 small {
|
||||
font-size: 24.5px;
|
||||
}
|
||||
|
||||
dl {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
dt,
|
||||
dd {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
dt {
|
||||
color: #000;
|
||||
font-weight: 400;
|
||||
margin-bottom: 5px;
|
||||
-webkit-font-smoothing: subpixel-antialiased; /* this makes it slightly bolder */
|
||||
}
|
||||
|
||||
dd {
|
||||
display: inline-block;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
input,
|
||||
button,
|
||||
select,
|
||||
textarea {
|
||||
font-family: source-sans-pro, Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
table p {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
padding: 4px 12px;
|
||||
margin-bottom: 0;
|
||||
*margin-left: .3em;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
color: #454545;
|
||||
text-align: center;
|
||||
text-shadow: none;
|
||||
background-color: #e5e9e9;
|
||||
*background-color: #e5e9e9;
|
||||
background-image: none;
|
||||
|
||||
border: 1px solid #cdcdcd;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.btn:hover,
|
||||
.btn:focus,
|
||||
.btn:active,
|
||||
.btn.active,
|
||||
.btn.disabled,
|
||||
.btn[disabled] {
|
||||
color: #454545;
|
||||
background-color: #e5e9e9;
|
||||
*background-color: #e5e9e9;
|
||||
}
|
||||
|
||||
.btn:active,
|
||||
.btn.active {
|
||||
background-color: #d3d7d7;
|
||||
}
|
||||
|
||||
.btn:first-child {
|
||||
*margin-left: 0;
|
||||
}
|
||||
|
||||
.btn:hover,
|
||||
.btn:focus {
|
||||
color: #454545;
|
||||
text-decoration: none;
|
||||
background-position: 0 -15px;
|
||||
-webkit-transition: background-position 0.1s linear;
|
||||
-moz-transition: background-position 0.1s linear;
|
||||
-o-transition: background-position 0.1s linear;
|
||||
transition: background-position 0.1s linear;
|
||||
}
|
||||
|
||||
.btn:focus {
|
||||
border: 1px solid #2893ef;
|
||||
outline: 0;
|
||||
outline: thin dotted \9;
|
||||
/* IE6-9 */
|
||||
|
||||
-webkit-box-shadow: 0 0 0 1px #94ceff;
|
||||
-moz-box-shadow: 0 0 0 1px #94ceff;
|
||||
box-shadow: 0 0 0 1px #94ceff;
|
||||
}
|
||||
|
||||
.btn.active,
|
||||
.btn:active {
|
||||
background-image: none;
|
||||
outline: 0;
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.btn.disabled,
|
||||
.btn[disabled] {
|
||||
cursor: default;
|
||||
background-image: none;
|
||||
opacity: 0.65;
|
||||
filter: alpha(opacity=65);
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.btn-large {
|
||||
padding: 11px 19px;
|
||||
font-size: 17.5px;
|
||||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.btn-large [class^="icon-"],
|
||||
.btn-large [class*=" icon-"] {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.btn-small {
|
||||
padding: 2px 10px;
|
||||
font-size: 11.9px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.btn-small [class^="icon-"],
|
||||
.btn-small [class*=" icon-"] {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.btn-mini [class^="icon-"],
|
||||
.btn-mini [class*=" icon-"] {
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
.btn-mini {
|
||||
padding: 0 6px;
|
||||
font-size: 10.5px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.btn-block {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.btn-block + .btn-block {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
input[type="submit"].btn-block,
|
||||
input[type="reset"].btn-block,
|
||||
input[type="button"].btn-block {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.btn-primary.active,
|
||||
.btn-warning.active,
|
||||
.btn-danger.active,
|
||||
.btn-success.active,
|
||||
.btn-info.active,
|
||||
.btn-inverse.active {
|
||||
color: rgba(255, 255, 255, 0.75);
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
color: #ffffff;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
background-color: #006dcc;
|
||||
*background-color: #0044cc;
|
||||
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
|
||||
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #0044cc #0044cc #002a80;
|
||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
||||
}
|
||||
|
||||
.btn-primary:hover,
|
||||
.btn-primary:focus,
|
||||
.btn-primary:active,
|
||||
.btn-primary.active,
|
||||
.btn-primary.disabled,
|
||||
.btn-primary[disabled] {
|
||||
color: #ffffff;
|
||||
background-color: #0044cc;
|
||||
*background-color: #003bb3;
|
||||
}
|
||||
|
||||
.btn-primary:active,
|
||||
.btn-primary.active {
|
||||
background-color: #003399 \9;
|
||||
}
|
||||
|
||||
|
||||
select,
|
||||
textarea,
|
||||
input[type="text"],
|
||||
input[type="password"],
|
||||
input[type="datetime"],
|
||||
input[type="datetime-local"],
|
||||
input[type="date"],
|
||||
input[type="month"],
|
||||
input[type="time"],
|
||||
input[type="week"],
|
||||
input[type="number"],
|
||||
input[type="email"],
|
||||
input[type="url"],
|
||||
input[type="search"],
|
||||
input[type="tel"],
|
||||
input[type="color"],
|
||||
.uneditable-input {
|
||||
color: #454545;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
textarea:focus,
|
||||
input[type="text"]:focus,
|
||||
input[type="password"]:focus,
|
||||
input[type="datetime"]:focus,
|
||||
input[type="datetime-local"]:focus,
|
||||
input[type="date"]:focus,
|
||||
input[type="month"]:focus,
|
||||
input[type="time"]:focus,
|
||||
input[type="week"]:focus,
|
||||
input[type="number"]:focus,
|
||||
input[type="email"]:focus,
|
||||
input[type="url"]:focus,
|
||||
input[type="search"]:focus,
|
||||
input[type="tel"]:focus,
|
||||
input[type="color"]:focus,
|
||||
.uneditable-input:focus {
|
||||
border-color: #2893ef;
|
||||
outline: 0;
|
||||
outline: thin dotted \9;
|
||||
/* IE6-9 */
|
||||
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 1px #94ceff;
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 1px #94ceff;
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 1px #94ceff;
|
||||
}
|
||||
|
||||
.nav > li > a:hover,
|
||||
.nav > li > a:focus {
|
||||
background-color: #e0f0fa;
|
||||
border-radius: 3px;
|
||||
color: #137cd4;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.navbar .nav > li > a {
|
||||
padding: 10px 15px 10px;
|
||||
color: #000;
|
||||
font-weight: 300;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.nav-list {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.package-list.nav-list {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.nav-list > li > a,
|
||||
.nav-list .nav-header {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.nav-header a,
|
||||
.nav-header a:hover {
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
.navbar .brand {
|
||||
font-weight: 500;
|
||||
color: #000;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.navbar-inner {
|
||||
min-height: 40px;
|
||||
border: none;
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-inner {
|
||||
background-image: none;
|
||||
background: #fff;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
|
||||
|
||||
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
|
||||
-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
|
||||
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
|
||||
.navbar-inverse .brand,
|
||||
.navbar-inverse .nav > li > a {
|
||||
color: #000;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.navbar-inverse .brand:hover,
|
||||
.navbar-inverse .nav > li > a:hover,
|
||||
.navbar-inverse .brand:focus,
|
||||
.navbar-inverse .nav > li > a:focus {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.navbar-inverse .brand {
|
||||
color: #000;
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-text {
|
||||
color: #454545;
|
||||
}
|
||||
|
||||
.navbar-inverse .nav > li > a:focus,
|
||||
.navbar-inverse .nav > li > a:hover {
|
||||
color: #000;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.navbar-inverse .nav .active > a,
|
||||
.navbar-inverse .nav .active > a:hover,
|
||||
.navbar-inverse .nav .active > a:focus {
|
||||
color: #000;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-link {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-link:hover,
|
||||
.navbar-inverse .navbar-link:focus {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.nav-header {
|
||||
padding: 3px 15px;
|
||||
font-size: 11px;
|
||||
font-weight: 400;
|
||||
line-height: 20px;
|
||||
color: #999999;
|
||||
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
||||
text-transform: none;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
padding-bottom: 0;
|
||||
margin: 10px 0 40px;
|
||||
border-bottom: 1px solid #d7d7d7;
|
||||
}
|
||||
|
||||
|
||||
.page-header h1 {
|
||||
background: #F8F8F8;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
bottom: -19px;
|
||||
}
|
||||
|
||||
.alert {
|
||||
padding: 4px 7px;
|
||||
}
|
||||
|
||||
.alert-info {
|
||||
color: #000;
|
||||
background-color: #e0f0fa;
|
||||
border-color: #d9eaf4;
|
||||
border-radius: 3px;
|
||||
font-size: 12px;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.radio input[type="radio"],
|
||||
.checkbox input[type="checkbox"] {
|
||||
float: left;
|
||||
margin-left: -15px;
|
||||
}
|
||||
|
||||
.label,
|
||||
badge {
|
||||
padding: 4px 7px;
|
||||
font-weight: 400;
|
||||
color: #ffffff;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.label-non-nullable,
|
||||
.label-nullable,
|
||||
.label-optional,
|
||||
.label-info,
|
||||
.badge-info {
|
||||
background-color: #eee;
|
||||
color: #222;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.well {
|
||||
padding: 19px 19px 0;
|
||||
}
|
||||
|
||||
.table {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/* non-bootstrap css
|
||||
---------------------------------------------------------*/
|
||||
|
||||
[class^="icon-"], [class*=" icon-"] {
|
||||
background: none;
|
||||
}
|
||||
body{
|
||||
padding-left: 1.5em;
|
||||
padding-right: 1.5em;
|
||||
}
|
||||
|
||||
.number-of-modules {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
line-height: 1.5em;
|
||||
margin: 10px 0 0 15px;
|
||||
}
|
||||
|
||||
#other-module{
|
||||
display: none;
|
||||
overflow: scroll;
|
||||
}
|
||||
#toggle-other-modules i{
|
||||
font-size: 28px;
|
||||
}
|
||||
.nav-header{
|
||||
}
|
||||
|
||||
#description {
|
||||
font-size: 14px;
|
||||
line-height: 22px;
|
||||
}
|
||||
section > h2,
|
||||
section > h3{
|
||||
font-size: 30px;
|
||||
line-height: 30px;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 25px;
|
||||
text-indent: 2px;
|
||||
}
|
||||
.properties > h3 {
|
||||
font-size: 20px;
|
||||
line-height: 20px;
|
||||
margin-bottom: 15px;
|
||||
margin-top: 30px;
|
||||
text-indent: 2px;
|
||||
}
|
||||
.methods > h3 {
|
||||
font-size: 20px;
|
||||
line-height: 20px;
|
||||
margin-bottom: 15px;
|
||||
margin-top: 30px;
|
||||
text-indent: 2px;
|
||||
}
|
||||
h3 .checkbox{
|
||||
display: inline-block;
|
||||
font-weight: 300;
|
||||
margin-left: 10px;
|
||||
vertical-align: middle;
|
||||
width: auto;
|
||||
}
|
||||
.element-list ul{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.element-list ul li {
|
||||
display: inline-block;
|
||||
padding: 3px 8px;
|
||||
margin-bottom: 10px;
|
||||
margin-right: 5px;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
color: #454545;
|
||||
text-align: center;
|
||||
background-color: #e0f0fa;
|
||||
*background-color: #e0f0fa;
|
||||
border: 1px solid #d9eaf4;
|
||||
background-image: none;
|
||||
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.element-list ul li a {
|
||||
padding-top:0;
|
||||
padding-bottom:0;
|
||||
}
|
||||
.element-list ul li a:hover {
|
||||
background: transparent;
|
||||
}
|
||||
.member{
|
||||
background: #fff;
|
||||
color: #454545;
|
||||
margin-bottom: 20px;
|
||||
overflow: hidden; /* clearfix */
|
||||
padding: 20px 17px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #dedede;
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
/*.member:last-of-type{*/
|
||||
/*margin-bottom: 0;*/
|
||||
/*}*/
|
||||
.member h4{
|
||||
border-bottom: 1px solid #e7e7e7;
|
||||
font-weight: 400;
|
||||
padding-bottom: 10px;
|
||||
margin-top: -10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.member .code,
|
||||
.member .code {
|
||||
background: #f9f9f9;
|
||||
border: 1px solid #eee;
|
||||
border-top: 1px solid #e7e7e7;
|
||||
display: none;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.member .example {
|
||||
display: block;
|
||||
margin-bottom: 15px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.member .example:before {
|
||||
color: #888;
|
||||
content: 'Example';
|
||||
font-style: italic;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
.member.private{
|
||||
display: none;
|
||||
background: #fff;
|
||||
}
|
||||
.show-private .member.private{
|
||||
display: block;
|
||||
}
|
||||
.member .scope{
|
||||
color: #888;
|
||||
font-style: italic;
|
||||
padding-bottom: 10px;
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
.member .anchor {
|
||||
color: inherit;
|
||||
visibility: hidden
|
||||
}
|
||||
|
||||
.member .anchor:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.member .anchor:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.member .anchor .icon-link {
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.member:hover .anchor {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.deprecated {
|
||||
background: #EBEBEB;
|
||||
background-image: repeating-linear-gradient(135deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
|
||||
}
|
||||
|
||||
.deprecated .label-deprecated {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.deprecated .scope {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.show-code {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* Typeahead styles (Bootstrap conflicts) */
|
||||
|
||||
.twitter-typeahead .tt-query,
|
||||
.twitter-typeahead .tt-hint {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.tt-dropdown-menu {
|
||||
min-width: 160px;
|
||||
margin-top: 0;
|
||||
padding: 5px 0;
|
||||
background-color: #fff;
|
||||
border: 1px solid #d7d7d7;
|
||||
*border-right-width: 2px;
|
||||
*border-bottom-width: 2px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
|
||||
-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
|
||||
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
|
||||
-webkit-background-clip: padding-box;
|
||||
-moz-background-clip: padding;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
|
||||
.tt-suggestion {
|
||||
display: block;
|
||||
font-family: source-sans-pro, Helvetica, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
padding: 3px 10px;
|
||||
}
|
||||
|
||||
.tt-suggestion.tt-is-under-cursor {
|
||||
color: #000;
|
||||
background-color: #e0f0fa;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.tt-suggestion.tt-is-under-cursor a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.tt-suggestion p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.navbar-fixed-top .container {
|
||||
margin: 5px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
span.twitter-typeahead {
|
||||
float: right;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
input.typeahead, input.tt-hint {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input.tt-hint {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
dl .label {
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
/* --------------- Appended ---------------- */
|
||||
|
||||
.node-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: inline-block;
|
||||
}
|
||||
3117
Docs/UML/html/index.html/assets/icon-font/icons.css
Executable file
3117
Docs/UML/html/index.html/assets/icon-font/icons.css
Executable file
File diff suppressed because it is too large
Load Diff
BIN
Docs/UML/html/index.html/assets/icon-font/icons.eot
Executable file
BIN
Docs/UML/html/index.html/assets/icon-font/icons.eot
Executable file
Binary file not shown.
4438
Docs/UML/html/index.html/assets/icon-font/icons.html
Executable file
4438
Docs/UML/html/index.html/assets/icon-font/icons.html
Executable file
File diff suppressed because it is too large
Load Diff
BIN
Docs/UML/html/index.html/assets/icon-font/icons.ttf
Executable file
BIN
Docs/UML/html/index.html/assets/icon-font/icons.ttf
Executable file
Binary file not shown.
BIN
Docs/UML/html/index.html/assets/icon-font/icons.woff
Executable file
BIN
Docs/UML/html/index.html/assets/icon-font/icons.woff
Executable file
Binary file not shown.
BIN
Docs/UML/html/index.html/assets/img/glyphicons-halflings-white.png
Executable file
BIN
Docs/UML/html/index.html/assets/img/glyphicons-halflings-white.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 8.6 KiB |
BIN
Docs/UML/html/index.html/assets/img/glyphicons-halflings.png
Executable file
BIN
Docs/UML/html/index.html/assets/img/glyphicons-halflings.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
2276
Docs/UML/html/index.html/assets/js/bootstrap.js
vendored
Executable file
2276
Docs/UML/html/index.html/assets/js/bootstrap.js
vendored
Executable file
File diff suppressed because it is too large
Load Diff
8
Docs/UML/html/index.html/assets/js/imageMapResizer.min.js
vendored
Executable file
8
Docs/UML/html/index.html/assets/js/imageMapResizer.min.js
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
/*! Image Map Resizer (imageMapResizer.min.js ) - v1.0.10 - 2019-04-10
|
||||
* Desc: Resize HTML imageMap to scaled image.
|
||||
* Copyright: (c) 2019 David J. Bradshaw - dave@bradshaw.net
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
!function(){"use strict";function r(){function e(){var r={width:u.width/u.naturalWidth,height:u.height/u.naturalHeight},a={width:parseInt(window.getComputedStyle(u,null).getPropertyValue("padding-left"),10),height:parseInt(window.getComputedStyle(u,null).getPropertyValue("padding-top"),10)};i.forEach(function(e,t){var n=0;o[t].coords=e.split(",").map(function(e){var t=1==(n=1-n)?"width":"height";return a[t]+Math.floor(Number(e)*r[t])}).join(",")})}function t(e){return e.coords.replace(/ *, */g,",").replace(/ +/g,",")}function n(){clearTimeout(d),d=setTimeout(e,250)}function r(e){return document.querySelector('img[usemap="'+e+'"]')}var a=this,o=null,i=null,u=null,d=null;"function"!=typeof a._resize?(o=a.getElementsByTagName("area"),i=Array.prototype.map.call(o,t),u=r("#"+a.name)||r(a.name),a._resize=e,u.addEventListener("load",e,!1),window.addEventListener("focus",e,!1),window.addEventListener("resize",n,!1),window.addEventListener("readystatechange",e,!1),document.addEventListener("fullscreenchange",e,!1),u.width===u.naturalWidth&&u.height===u.naturalHeight||e()):a._resize()}function e(){function t(e){e&&(!function(e){if(!e.tagName)throw new TypeError("Object is not a valid DOM element");if("MAP"!==e.tagName.toUpperCase())throw new TypeError("Expected <MAP> tag, found <"+e.tagName+">.")}(e),r.call(e),n.push(e))}var n;return function(e){switch(n=[],typeof e){case"undefined":case"string":Array.prototype.forEach.call(document.querySelectorAll(e||"map"),t);break;case"object":t(e);break;default:throw new TypeError("Unexpected data type ("+typeof e+").")}return n}}"function"==typeof define&&define.amd?define([],e):"object"==typeof module&&"object"==typeof module.exports?module.exports=e():window.imageMapResize=e(),"jQuery"in window&&(window.jQuery.fn.imageMapResize=function(){return this.filter("map").each(r).end()})}();
|
||||
//# sourceMappingURL=imageMapResizer.map
|
||||
4
Docs/UML/html/index.html/assets/js/jquery-2.1.0.min.js
vendored
Executable file
4
Docs/UML/html/index.html/assets/js/jquery-2.1.0.min.js
vendored
Executable file
File diff suppressed because one or more lines are too long
247
Docs/UML/html/index.html/assets/js/jquery.bonsai.js
Executable file
247
Docs/UML/html/index.html/assets/js/jquery.bonsai.js
Executable file
@@ -0,0 +1,247 @@
|
||||
(function($){
|
||||
$.fn.bonsai = function(options) {
|
||||
var args = arguments;
|
||||
return this.each(function() {
|
||||
var bonsai = $(this).data('bonsai');
|
||||
if (!bonsai) {
|
||||
bonsai = new Bonsai(this, options);
|
||||
$(this).data('bonsai', bonsai);
|
||||
}
|
||||
if (typeof options == 'string') {
|
||||
var method = options;
|
||||
bonsai[method].apply(bonsai, [].slice.call(args, 1));
|
||||
}
|
||||
});
|
||||
};
|
||||
$.bonsai = {};
|
||||
$.bonsai.defaults = {
|
||||
expandAll: false, // boolean expands all items
|
||||
expand: null, // function to expand an item
|
||||
collapse: null, // function to collapse an item
|
||||
checkboxes: false, // requires jquery.qubit
|
||||
// createCheckboxes: creates checkboxes for each list item.
|
||||
//
|
||||
// The name and value for the checkboxes can be declared in the
|
||||
// markup using `data-name` and `data-value`.
|
||||
//
|
||||
// The name is inherited from parent items if not specified.
|
||||
//
|
||||
// Checked state can be indicated using `data-checked`.
|
||||
createCheckboxes: false,
|
||||
// handleDuplicateCheckboxes: adds onChange bindings to update
|
||||
// any other checkboxes that have the same value.
|
||||
handleDuplicateCheckboxes: false,
|
||||
selectAllExclude: null
|
||||
};
|
||||
var Bonsai = function(el, options) {
|
||||
var self = this;
|
||||
options = options || {};
|
||||
this.options = $.extend({}, $.bonsai.defaults, options);
|
||||
this.el = $(el).addClass('bonsai').data('bonsai', this);
|
||||
this.update();
|
||||
if (this.isRootNode()) {
|
||||
if (this.options.handleDuplicateCheckboxes) this.handleDuplicates();
|
||||
if (this.options.checkboxes) this.el.qubit(this.options);
|
||||
if (this.options.addExpandAll) this.addExpandAllLink();
|
||||
if (this.options.addSelectAll) this.addSelectAllLink();
|
||||
this.el.on('click', '.thumb', function(ev) {
|
||||
self.toggle($(ev.currentTarget).closest('li'));
|
||||
});
|
||||
}
|
||||
if (this.options.expandAll) this.expandAll();
|
||||
};
|
||||
Bonsai.prototype = {
|
||||
isRootNode: function() {
|
||||
return this.options.scope == this.el;
|
||||
},
|
||||
toggle: function(listItem) {
|
||||
if (!$(listItem).hasClass('expanded')) {
|
||||
this.expand(listItem);
|
||||
}
|
||||
else {
|
||||
this.collapse(listItem);
|
||||
}
|
||||
},
|
||||
expand: function(listItem) {
|
||||
this.setExpanded(listItem, true);
|
||||
},
|
||||
collapse: function(listItem) {
|
||||
this.setExpanded(listItem, false);
|
||||
},
|
||||
setExpanded: function(listItem, expanded) {
|
||||
listItem = $(listItem);
|
||||
if (listItem.length > 1) {
|
||||
var self = this;
|
||||
listItem.each(function() {
|
||||
self.setExpanded(this, expanded);
|
||||
});
|
||||
return;
|
||||
}
|
||||
if (expanded) {
|
||||
if (!listItem.data('subList')) return;
|
||||
listItem = $(listItem).addClass('expanded')
|
||||
.removeClass('collapsed');
|
||||
$(listItem.data('subList')).css('height', 'auto');
|
||||
}
|
||||
else {
|
||||
listItem = $(listItem).addClass('collapsed')
|
||||
.removeClass('expanded');
|
||||
$(listItem.data('subList')).height(0);
|
||||
}
|
||||
},
|
||||
expandAll: function() {
|
||||
this.expand(this.el.find('li'));
|
||||
},
|
||||
collapseAll: function() {
|
||||
this.collapse(this.el.find('li'));
|
||||
},
|
||||
update: function() {
|
||||
var self = this;
|
||||
// store the scope in the options for child nodes
|
||||
if (!this.options.scope) {
|
||||
this.options.scope = this.el;
|
||||
}
|
||||
// look for a nested list (if any)
|
||||
this.el.children().each(function() {
|
||||
var item = $(this);
|
||||
if (self.options.createCheckboxes) self.insertCheckbox(item);
|
||||
// insert a thumb if it doesn't already exist
|
||||
if (item.children().filter('.thumb').length == 0) {
|
||||
var thumb = $('<div class="thumb"></div>');
|
||||
item.prepend(thumb);
|
||||
}
|
||||
var subLists = item.children().filter('ol, ul');
|
||||
item.toggleClass('has-children', subLists.find('li').length > 0);
|
||||
// if there is a child list
|
||||
subLists.each(function() {
|
||||
// that's not empty
|
||||
if ($('li', this).length == 0) {
|
||||
return;
|
||||
}
|
||||
// then this el has children
|
||||
item.data('subList', this);
|
||||
// collapse the nested list
|
||||
if (item.hasClass('expanded')) {
|
||||
self.expand(item);
|
||||
}
|
||||
else {
|
||||
self.collapse(item);
|
||||
}
|
||||
// handle any deeper nested lists
|
||||
var exists = !!$(this).data('bonsai');
|
||||
$(this).bonsai(exists ? 'update' : self.options);
|
||||
});
|
||||
});
|
||||
this.expand = this.options.expand || this.expand;
|
||||
this.collapse = this.options.collapse || this.collapse;
|
||||
},
|
||||
insertCheckbox: function(listItem) {
|
||||
if (listItem.find('> input[type=checkbox]').length) return;
|
||||
var id = this.generateId(listItem),
|
||||
checkbox = $('<input type="checkbox" name="'
|
||||
+ this.getCheckboxName(listItem) + '" id="' + id + '" /> '
|
||||
),
|
||||
children = listItem.children(),
|
||||
// get the first text node for the label
|
||||
text = listItem.contents().filter(function() {
|
||||
return this.nodeType == 3;
|
||||
}).first();
|
||||
checkbox.val(listItem.data('value'));
|
||||
checkbox.prop('checked', listItem.data('checked'))
|
||||
children.remove();
|
||||
listItem.append(checkbox)
|
||||
.append(
|
||||
$('<label for="' + id + '">').append(text ? text : children.first())
|
||||
)
|
||||
.append(text ? children : children.slice(1));
|
||||
},
|
||||
handleDuplicates: function() {
|
||||
var self = this;
|
||||
self.el.on('change', 'input[type=checkbox]', function(ev) {
|
||||
var checkbox = $(ev.target);
|
||||
if (!checkbox.val()) return;
|
||||
// select all duplicate checkboxes that need to be updated
|
||||
var selector = 'input[type=checkbox]'
|
||||
+ '[value="' + checkbox.val() + '"]'
|
||||
+ '[name="' + checkbox.attr('name') + '"]'
|
||||
+ (checkbox.prop('checked') ? ':not(:checked)' : ':checked');
|
||||
self.el.find(selector).prop({
|
||||
checked: checkbox.prop('checked'),
|
||||
indeterminate: checkbox.prop('indeterminate')
|
||||
}).trigger('change');
|
||||
});
|
||||
},
|
||||
idPrefix: 'checkbox-',
|
||||
generateId: function(listItem) {
|
||||
do {
|
||||
var id = this.idPrefix + Bonsai.uniqueId++;
|
||||
}
|
||||
while($('#' + id).length > 0);
|
||||
return id;
|
||||
},
|
||||
getCheckboxName: function(listItem) {
|
||||
return listItem.data('name')
|
||||
|| listItem.parents().filter('[data-name]').data('name');
|
||||
},
|
||||
addExpandAllLink: function() {
|
||||
var self = this;
|
||||
$('<div class="expand-all">')
|
||||
.append($('<a class="all">Expand all</a>')
|
||||
.on('click', function() {
|
||||
self.expandAll();
|
||||
})
|
||||
)
|
||||
.append('<i class="separator"></i>')
|
||||
.append($('<a class="none">Collapse all</a>')
|
||||
.on('click', function() {
|
||||
self.collapseAll();
|
||||
})
|
||||
)
|
||||
.insertBefore(this.el);
|
||||
},
|
||||
addSelectAllLink: function() {
|
||||
var scope = this.options.scope,
|
||||
self = this;
|
||||
function getCheckboxes() {
|
||||
// return all checkboxes that are not in hidden list items
|
||||
return scope.find('li')
|
||||
.filter(self.options.selectAllExclude || function() {
|
||||
return $(this).css('display') != 'none';
|
||||
})
|
||||
.find('> input[type=checkbox]');
|
||||
}
|
||||
$('<div class="check-all">')
|
||||
.append($('<a class="all">Select all</a>')
|
||||
.css('cursor', 'pointer')
|
||||
.on('click', function() {
|
||||
getCheckboxes().prop({
|
||||
checked: true,
|
||||
indeterminate: false
|
||||
});
|
||||
})
|
||||
)
|
||||
.append('<i class="separator"></i>')
|
||||
.append($('<a class="none">Select none</a>')
|
||||
.css('cursor', 'pointer')
|
||||
.on('click', function() {
|
||||
getCheckboxes().prop({
|
||||
checked: false,
|
||||
indeterminate: false
|
||||
});
|
||||
})
|
||||
)
|
||||
.insertAfter(this.el);
|
||||
},
|
||||
setCheckedValues: function(values) {
|
||||
var all = this.options.scope.find('input[type=checkbox]');
|
||||
$.each(values, function(key, value) {
|
||||
all.filter('[value="' + value + '"]')
|
||||
.prop('checked', true)
|
||||
.trigger('change');
|
||||
});
|
||||
}
|
||||
};
|
||||
$.extend(Bonsai, {
|
||||
uniqueId: 0
|
||||
});
|
||||
}(jQuery));
|
||||
16
Docs/UML/html/index.html/assets/js/less-1.7.0.min.js
vendored
Executable file
16
Docs/UML/html/index.html/assets/js/less-1.7.0.min.js
vendored
Executable file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,419 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>name</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>name</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLAttribute"></span>
|
||||
UMLAttribute
|
||||
</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='9a6a2c65f0fecfbf94214fe5dacc11b2.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Scrapers</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='d17d20c49ea8b49688427e3f2da2a5de.html'><span class='node-icon staruml-icon icon-UMLClass'></span>VideoToSkillConverter</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='001c2eb31f7c3880775f9ab7ae4d0300.html'><span class='node-icon staruml-icon icon-UMLAttribute'></span>name</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>name</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>stereotype</td>
|
||||
<td><span class='label label-info'>null</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>visibility</td>
|
||||
<td>private</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td>str</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>multiplicity</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isReadOnly</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isOrdered</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isUnique</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isDerived</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>aggregation</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isID</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='a47184837219aea9ccabc89e35d90216.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Scrapers</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,487 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>HaystackAdaptor</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>HaystackAdaptor</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLClass"></span>
|
||||
UMLClass
|
||||
</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='a5b96ea6baa365812d11f82ccfb1d272.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Adaptors</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='0025564de1473d71f4a6a0503fcdb056.html'><span class='node-icon staruml-icon icon-UMLClass'></span>HaystackAdaptor</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 -->
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Generalized Elements</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='5fd7099b44c2e60f64faacf64a025a80.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SkillAdaptor</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Interface -->
|
||||
|
||||
|
||||
|
||||
<!-- Component -->
|
||||
|
||||
|
||||
|
||||
<!-- Node -->
|
||||
|
||||
|
||||
|
||||
<!-- Actor -->
|
||||
|
||||
|
||||
|
||||
<!-- Use Case -->
|
||||
|
||||
|
||||
|
||||
<!-- Template Parameters -->
|
||||
|
||||
|
||||
|
||||
<!-- Literals -->
|
||||
|
||||
|
||||
|
||||
<!-- Attributes -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Attributes</h3>
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th>Visibility</th>
|
||||
<th>Name</th>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="58a4d2e5371472c2dd93ffc099fa2187.html">PLATFORM</a></td>
|
||||
<td>str </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="8791467ce6fd8c95590b44a3d4d64d72.html">PLATFORM_NAME</a></td>
|
||||
<td>str </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="570f16285d62d73a2d774f0ae90bfa5c.html">DEFAULT_API_ENDPOINT</a></td>
|
||||
<td>None </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Operations -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Operations</h3>
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th>Visibility</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="4ed5ace6b5668bc1a7fd53a8d2447631.html">format_skill_md()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="af0f64fb43ae2c821fffdcc14777ab60.html">package()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="50428c36eb64d874b69817e4f91d6f7b.html">upload()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="68a1b593e57c379f4e113dfedb8b187b.html">validate_api_key()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="98abe166275cea900469632f443a8ccd.html">get_env_var_name()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="5d42b7cd6b9122ea68ef010ce8158de5.html">supports_enhancement()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="0525e1fe146314bf2258c8b421b5b4aa.html">enhance()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- 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>HaystackAdaptor</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>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isFinalSpecialization</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isActive</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='3d866dbc23f140338a9a34bb70a05bcc.html'><span class='node-icon staruml-icon icon-UMLGeneralization'></span>(HaystackAdaptor→SkillAdaptor)</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Owned Elements</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='3d866dbc23f140338a9a34bb70a05bcc.html'><span class='node-icon staruml-icon icon-UMLGeneralization'></span>(HaystackAdaptor→SkillAdaptor)</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='4323069cfc9640314abce0f13b6c11a6.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Adaptors</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,513 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>AgentDetector</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>AgentDetector</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLClass"></span>
|
||||
UMLClass
|
||||
</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='d178003f7e8fee3d9635eb757e1bffa1.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>MCP</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='00509100c34315b0f095eb3ccb34b023.html'><span class='node-icon staruml-icon icon-UMLClass'></span>AgentDetector</a></span>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Diagram -->
|
||||
|
||||
|
||||
|
||||
<!-- Description -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Description</h3>
|
||||
<div>
|
||||
|
||||
<p>Detects installed AI coding agents (Claude Code, Cursor, Windsurf, VS Code+Cline, IntelliJ) and generates MCP server configurations (stdio/HTTP JSON or XML).</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Specification -->
|
||||
|
||||
|
||||
|
||||
<!-- Directed Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Undirected Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Classifier -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Interface -->
|
||||
|
||||
|
||||
|
||||
<!-- Component -->
|
||||
|
||||
|
||||
|
||||
<!-- Node -->
|
||||
|
||||
|
||||
|
||||
<!-- Actor -->
|
||||
|
||||
|
||||
|
||||
<!-- Use Case -->
|
||||
|
||||
|
||||
|
||||
<!-- Template Parameters -->
|
||||
|
||||
|
||||
|
||||
<!-- Literals -->
|
||||
|
||||
|
||||
|
||||
<!-- Attributes -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Attributes</h3>
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th>Visibility</th>
|
||||
<th>Name</th>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="38587f33d8dd92dfb68cc4c3c676e2e5.html">AGENT_CONFIG</a></td>
|
||||
<td>dict </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="ff1804ff185a0999cfdc8dd31ceef08d.html">system</a></td>
|
||||
<td>str </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Operations -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Operations</h3>
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th>Visibility</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="64136c670cfba27ccda044dbdb16cf20.html">detect_agents()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="7a531cccef30303716930b111d6e6898.html">get_transport_type()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="9a9a3029fbb0b10780cd985110a9a696.html">generate_config()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="b5331614c40134945e25890a67d25ca6.html">__init__()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="159dc9839a25bd96de00acbd9b769206.html">detect_agents()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="cf3b088a6922b92bd862ccc86742b5f6.html">get_transport_type()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="27edccfb3b4df2ff1bd859ff07b9c56a.html">generate_config()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="0c9e5ca62bc924e5da1379e801442e93.html">get_all_config_paths()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="de68acec6763ad54251f676e972e36d4.html">is_agent_installed()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="630e685537bac32c74bf34d8c1cb455d.html">get_agent_info()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="0316bf28f31dfcc53a38fff09e04d662.html">_get_config_path()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="4e1fa2eb96c12a3cd526e136042b6138.html">_generate_stdio_config()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="3a3464a2a27859b50fee5ff286778d2e.html">_generate_http_config()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="acbcfb7de002c3d1edee4058c6e7ba2d.html">_generate_intellij_config()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- 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>AgentDetector</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>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isFinalSpecialization</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isActive</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Dependants</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='813cfad0b24c3345dd8b0dcb3e625655.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SkillSeekerMCPServer</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Relationships</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='a477d690ad6bbe6fc047428d3ab754af.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→AgentDetector)</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='d527083c08ae760e504bda551a42737d.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>MCP Server</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>size</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>size</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='80c6aee8d2ff74293d5253df5cf90003.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Embedding</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='571bf29265e313d5f21394c535c6d566.html'><span class='node-icon staruml-icon icon-UMLClass'></span>EmbeddingCache</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='007ccbce3f2ec8a3534b719b3f0fca25.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>size</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>size</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='02d026fb13af0923877f41f68fb5585e.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Embedding</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>detect_full</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>detect_full</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='136e9c05d710dc4dc71692abb7b4072c.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Analysis</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='5fbf2cd376427e361d43dad16bc5146c.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SingletonDetector</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='00910695df59fa1e85314f6d17e4051f.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>detect_full</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>detect_full</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='40a3cc19e818cfc3b0828c8a326d9171.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Analysis</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>validate_api_key</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>validate_api_key</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='a5b96ea6baa365812d11f82ccfb1d272.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Adaptors</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='7ea4f5f139979f2c7d48cf9f7ec3185f.html'><span class='node-icon staruml-icon icon-UMLClass'></span>ChromaAdaptor</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='00b94cf5cf9ebf3c6672e9c21deff7ee.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>validate_api_key</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>validate_api_key</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='4323069cfc9640314abce0f13b6c11a6.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Adaptors</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,435 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>ConfigSplitter</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>ConfigSplitter</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLClass"></span>
|
||||
UMLClass
|
||||
</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='4c3d4d95b54fee708dbaf4d3251d74d9.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Utilities</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='00cb702eeb69e434bafcc1e2b04507b1.html'><span class='node-icon staruml-icon icon-UMLClass'></span>ConfigSplitter</a></span>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Diagram -->
|
||||
|
||||
|
||||
|
||||
<!-- Description -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Description</h3>
|
||||
<div>
|
||||
|
||||
<p>Splits unified scraping configs into individual source configs. Used when a unified config needs to be run as separate scraping jobs.</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Specification -->
|
||||
|
||||
|
||||
|
||||
<!-- Directed Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Undirected Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Classifier -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Interface -->
|
||||
|
||||
|
||||
|
||||
<!-- Component -->
|
||||
|
||||
|
||||
|
||||
<!-- Node -->
|
||||
|
||||
|
||||
|
||||
<!-- Actor -->
|
||||
|
||||
|
||||
|
||||
<!-- Use Case -->
|
||||
|
||||
|
||||
|
||||
<!-- Template Parameters -->
|
||||
|
||||
|
||||
|
||||
<!-- Literals -->
|
||||
|
||||
|
||||
|
||||
<!-- Attributes -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Attributes</h3>
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th>Visibility</th>
|
||||
<th>Name</th>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="837cca6f5c6ffb1db884c9957c9ab1c0.html">strategy</a></td>
|
||||
<td>str </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="ab142a386ec2fd02875205340caee412.html">target_pages</a></td>
|
||||
<td>int </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Operations -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Operations</h3>
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th>Visibility</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="ffd1fd91d775e51cca95b00f562032a3.html">split()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="e7acff20a33dd0ccbe4dd717bad73b10.html">save_configs()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="dbc72ccaa8428640c05bad7c8174ab26.html">split_by_source()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="8ebf93c63b121a5673cf6bec061511a9.html">split_by_category()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- 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>ConfigSplitter</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>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isFinalSpecialization</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isActive</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='d90f184915bd08fe0d664f96dce227e1.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Utilities</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>enhance</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>enhance</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='a5b96ea6baa365812d11f82ccfb1d272.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Adaptors</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='887262ae67612443c37a535a586c2b80.html'><span class='node-icon staruml-icon icon-UMLClass'></span>PineconeAdaptor</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='00fb8de24d76667858a719d127f22f51.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>enhance</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>enhance</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='4323069cfc9640314abce0f13b6c11a6.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Adaptors</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,419 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>visual</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>visual</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLAttribute"></span>
|
||||
UMLAttribute
|
||||
</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='9a6a2c65f0fecfbf94214fe5dacc11b2.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Scrapers</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='d17d20c49ea8b49688427e3f2da2a5de.html'><span class='node-icon staruml-icon icon-UMLClass'></span>VideoToSkillConverter</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='010d7f06abc5890127077ec8d4d1038f.html'><span class='node-icon staruml-icon icon-UMLAttribute'></span>visual</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>visual</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>stereotype</td>
|
||||
<td><span class='label label-info'>null</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>visibility</td>
|
||||
<td>private</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td>bool</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>multiplicity</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isReadOnly</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isOrdered</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isUnique</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isDerived</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>aggregation</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isID</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='a47184837219aea9ccabc89e35d90216.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Scrapers</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,419 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>unchanged: int</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>unchanged: int</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLAttribute"></span>
|
||||
UMLAttribute
|
||||
</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='8d93060f6d7a7c6803e67fc2ec0f4522.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Sync</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='bd9ab2cd7440ceed6d93de7efc261d6c.html'><span class='node-icon staruml-icon icon-UMLDataType'></span>ChangeReport</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='017fe081f5f76bed1d02586c4bb7f0b9.html'><span class='node-icon staruml-icon icon-UMLAttribute'></span>unchanged: int</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>unchanged: int</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>multiplicity</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isReadOnly</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isOrdered</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isUnique</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isDerived</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>aggregation</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isID</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='9c77d89de8418c23e57114f6d0c155a3.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Sync</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,419 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>check_interval</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>check_interval</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLAttribute"></span>
|
||||
UMLAttribute
|
||||
</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='8d93060f6d7a7c6803e67fc2ec0f4522.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Sync</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='b981ba669c0e879541c2cf16c5fc41b1.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SyncMonitor</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='01ff8f1b7d9d7beccdfac55ed1d3017d.html'><span class='node-icon staruml-icon icon-UMLAttribute'></span>check_interval</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>check_interval</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td>int</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>multiplicity</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isReadOnly</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isOrdered</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isUnique</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td>3600</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isDerived</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>aggregation</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isID</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='9c77d89de8418c23e57114f6d0c155a3.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Sync</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>put</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>put</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='80c6aee8d2ff74293d5253df5cf90003.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Embedding</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='571bf29265e313d5f21394c535c6d566.html'><span class='node-icon staruml-icon icon-UMLClass'></span>EmbeddingCache</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='020e1bb770a7768e07c0338ecb4bda09.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>put</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>put</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='02d026fb13af0923877f41f68fb5585e.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Embedding</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,509 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>WordToSkillConverter</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>WordToSkillConverter</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLClass"></span>
|
||||
UMLClass
|
||||
</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='9a6a2c65f0fecfbf94214fe5dacc11b2.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Scrapers</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='02231b18c56eee1fe00db0b3cc88d3f3.html'><span class='node-icon staruml-icon icon-UMLClass'></span>WordToSkillConverter</a></span>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Diagram -->
|
||||
|
||||
|
||||
|
||||
<!-- Description -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Description</h3>
|
||||
<div>
|
||||
|
||||
<p>Convert Word document (.docx) to Claude skill. Uses mammoth for HTML conversion and python-docx for metadata/tables. Detects code blocks via scoring heuristics.</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Specification -->
|
||||
|
||||
|
||||
|
||||
<!-- Directed Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Undirected Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Classifier -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Interfaces</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='bb5a0e821d35146502e601959f106ff6.html'><span class='node-icon staruml-icon icon-UMLInterface'></span>IScraper</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Interface -->
|
||||
|
||||
|
||||
|
||||
<!-- Component -->
|
||||
|
||||
|
||||
|
||||
<!-- Node -->
|
||||
|
||||
|
||||
|
||||
<!-- Actor -->
|
||||
|
||||
|
||||
|
||||
<!-- Use Case -->
|
||||
|
||||
|
||||
|
||||
<!-- Template Parameters -->
|
||||
|
||||
|
||||
|
||||
<!-- Literals -->
|
||||
|
||||
|
||||
|
||||
<!-- Attributes -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Attributes</h3>
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th>Visibility</th>
|
||||
<th>Name</th>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="38cb4d38a46f5bd5601628c767d2344b.html">config</a></td>
|
||||
<td>dict </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="a14c6f5006df291a244d7aa0a55050b3.html">name</a></td>
|
||||
<td>str </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="bb17008318f6d1c8da5778a4d495b418.html">docx_path</a></td>
|
||||
<td>str </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="268956b34d17632b58c1be72427272eb.html">skill_dir</a></td>
|
||||
<td>str </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="896788cb7f73713aed42db379469e302.html">extracted_data</a></td>
|
||||
<td>Optional[dict] </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Operations -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Operations</h3>
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th>Visibility</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="dd18a31212f1db03667c62728e551b8b.html">main()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="86dbcca35a6a58b37f9c6d4ad5dc0fb1.html">extract_docx()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="69db8973ec6dc42a8e9685a6a33ec792.html">load_extracted_data()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="d00e0ed8adcc761b2d9402ed19c0cb11.html">categorize_content()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="1083fbd39aa8abaa59ca84522db4c329.html">build_skill()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- 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>WordToSkillConverter</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>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isFinalSpecialization</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isActive</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Dependencies</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='bb5a0e821d35146502e601959f106ff6.html'><span class='node-icon staruml-icon icon-UMLInterface'></span>IScraper</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Dependants</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='b1cc179750d7478da42c374e551b414d.html'><span class='node-icon staruml-icon icon-UMLClass'></span>UnifiedScraper</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Relationships</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='b6d258d34cdf6648c1b3c7a7ef9bf21d.html'><span class='node-icon staruml-icon icon-UMLInterfaceRealization'></span>(WordToSkillConverter→IScraper)</a></li>
|
||||
|
||||
<li><a href='3359340e9f06e544c06382103b6667df.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>«import» (UnifiedScraper→WordToSkillConverter)</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Owned Elements</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='b6d258d34cdf6648c1b3c7a7ef9bf21d.html'><span class='node-icon staruml-icon icon-UMLInterfaceRealization'></span>(WordToSkillConverter→IScraper)</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='a47184837219aea9ccabc89e35d90216.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Scrapers</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,350 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Storage</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>Storage</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLClassDiagram"></span>
|
||||
UMLClassDiagram
|
||||
</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='b9f465c166847f04c445425fb5a55d39.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Storage</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='02524d7a310024538b8bf2b5217a0405.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Storage</a></span>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Diagram -->
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Diagram</h3>
|
||||
<img src="../diagrams/02524d7a310024538b8bf2b5217a0405.svg" usemap="#02524d7a310024538b8bf2b5217a0405">
|
||||
<map name="02524d7a310024538b8bf2b5217a0405">
|
||||
|
||||
|
||||
|
||||
|
||||
<area shape="rect" coords="772.510986328125,10,1001.943115234375,128" href="49ba67190561502dcc59f37557f9fa6a.html">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<area shape="rect" coords="693,110,694,158" href="bcb7ce47826f2b2842799270e0088aad.html">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<area shape="rect" coords="957,422,1159,514" href="200b04a90076abbec97a2c32cdaf18ca.html">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<area shape="rect" coords="693,485,694,522" href="e8ade9bed41d4855832a475565f12fc3.html">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<area shape="rect" coords="228,422,429,522" href="0a97292d8e93749d795ceb9d3a7ea43b.html">
|
||||
|
||||
|
||||
|
||||
|
||||
<area shape="rect" coords="940.0146484375,514,1375.02197265625,750" href="9a75470762d321f43986bd5936916083.html">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<area shape="rect" coords="475.00732421875,521.5,910.0146484375,742.5" href="93becefdd6adf4248b8ba012a9121400.html">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<area shape="rect" coords="10,521.5,445.00732421875,742.5" href="f3eeafc76be1c31a500be61f86e0b3d2.html">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<area shape="rect" coords="642.510986328125,29,742.510986328125,109" href="f9cf7eafa8bc6c04ff803a0732f5d690.html">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<area shape="rect" coords="428.786865234375,158,956.235107421875,484" href="1f180d81f85db347214ae45f4d884838.html">
|
||||
|
||||
|
||||
|
||||
</map>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- 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>Storage</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultDiagram</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,419 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>PLATFORM_NAME</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>PLATFORM_NAME</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLAttribute"></span>
|
||||
UMLAttribute
|
||||
</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='a5b96ea6baa365812d11f82ccfb1d272.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Adaptors</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='671d773dfeebeef5cbe51d00f9e07eed.html'><span class='node-icon staruml-icon icon-UMLClass'></span>TogetherAdaptor</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='0268261b9eda98ff7a999e6589b545c3.html'><span class='node-icon staruml-icon icon-UMLAttribute'></span>PLATFORM_NAME</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>PLATFORM_NAME</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>isStatic</td>
|
||||
<td>true</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td>str</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>multiplicity</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isReadOnly</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isOrdered</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isUnique</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td>"Together AI"</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isDerived</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>aggregation</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isID</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='4323069cfc9640314abce0f13b6c11a6.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Adaptors</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,419 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>PLATFORM_NAME</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>PLATFORM_NAME</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLAttribute"></span>
|
||||
UMLAttribute
|
||||
</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='a5b96ea6baa365812d11f82ccfb1d272.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Adaptors</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='5e3aad043322f2f5b2acedbc3f2b9fb6.html'><span class='node-icon staruml-icon icon-UMLClass'></span>ClaudeAdaptor</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='0285f49d97b595de19ad3a55a9aa5fac.html'><span class='node-icon staruml-icon icon-UMLAttribute'></span>PLATFORM_NAME</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>PLATFORM_NAME</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td>str</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>multiplicity</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isReadOnly</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isOrdered</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isUnique</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td>"Claude AI (Anthropic)"</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isDerived</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>aggregation</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isID</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='4323069cfc9640314abce0f13b6c11a6.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Adaptors</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>enhance</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>enhance</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='9c817b13c52de62951ae09053c981616.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Enhancement</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='27fc5d7c59bfe6baeadf94e1f63ad393.html'><span class='node-icon staruml-icon icon-UMLClass'></span>UnifiedEnhancer</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='02be13f7c985dd6b4b7a23916cf05ae4.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>enhance</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>enhance</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='ea53aa60ea20269debb3c46d179577cf.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Enhancement</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>chunk_skill</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>chunk_skill</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='4c3d4d95b54fee708dbaf4d3251d74d9.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Utilities</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='369fdb496dfac3cdc35c1116943bae50.html'><span class='node-icon staruml-icon icon-UMLClass'></span>RAGChunker</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='02c5b0d5c646f5b2a4735851a1a20a8f.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>chunk_skill</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>chunk_skill</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='d90f184915bd08fe0d664f96dce227e1.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Utilities</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,364 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Embedding</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>Embedding</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLClassDiagram"></span>
|
||||
UMLClassDiagram
|
||||
</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='80c6aee8d2ff74293d5253df5cf90003.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Embedding</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='02d026fb13af0923877f41f68fb5585e.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Embedding</a></span>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Diagram -->
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Diagram</h3>
|
||||
<img src="../diagrams/02d026fb13af0923877f41f68fb5585e.svg" usemap="#02d026fb13af0923877f41f68fb5585e">
|
||||
<map name="02d026fb13af0923877f41f68fb5585e">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<area shape="rect" coords="194,528,227,571" href="dde5f7413130a3babbaccbfc2f291e51.html">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<area shape="rect" coords="181,225,227,291" href="e6e808590810f7d3a55921eb62e752b0.html">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<area shape="rect" coords="101,262,102,557" href="4a20e5664bb1ceed45ae08c1dcacbe1d.html">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<area shape="rect" coords="194,650,383,652" href="6940e15db00ec7119957ddce7aefa3a0.html">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<area shape="rect" coords="510,694,607,842" href="f39a6bb3cd8442a192e573a5fe625e2d.html">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<area shape="rect" coords="403,694,442,805" href="507316102a09da50a3a384992aea85b1.html">
|
||||
|
||||
|
||||
|
||||
|
||||
<area shape="rect" coords="522.7032470703125,842,690.1759033203125,943" href="fd991f0e3dff94b12d14bf40ae91b528.html">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<area shape="rect" coords="312.9605712890625,804.5,492.7032470703125,980.5" href="36ec5e74528ee9a2e564b63d29f8649c.html">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<area shape="rect" coords="383.2841796875,605,538.912109375,693" href="ed23ab789acfddc9ab95f4010ca641f5.html">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<area shape="rect" coords="10,557,192.6943359375,748" href="b6fbacc11038bb7fe4012c9c130882a5.html">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<area shape="rect" coords="22.996826171875,10,179.697509765625,261" href="571bf29265e313d5f21394c535c6d566.html">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<area shape="rect" coords="131.34716796875,291,321.2841796875,527" href="03ec42466372e6ac1f6317227d6a0563.html">
|
||||
|
||||
|
||||
|
||||
</map>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- 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>Embedding</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultDiagram</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>read_current_skill_md</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>read_current_skill_md</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='9c817b13c52de62951ae09053c981616.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Enhancement</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='1aa992524e3baab6fa31dc5a4882bd8f.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SkillEnhancer</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='02ddacbfe77e6d70d993a01120ddd2ac.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>read_current_skill_md</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>read_current_skill_md</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='ea53aa60ea20269debb3c46d179577cf.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Enhancement</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>register_tools</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>register_tools</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='d178003f7e8fee3d9635eb757e1bffa1.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>MCP</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='813cfad0b24c3345dd8b0dcb3e625655.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SkillSeekerMCPServer</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='02e78bb1d9b10da68dd8d62379086a6e.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>register_tools</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>register_tools</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='d527083c08ae760e504bda551a42737d.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>MCP Server</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,419 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>VALID_SOURCE_TYPES</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>VALID_SOURCE_TYPES</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLAttribute"></span>
|
||||
UMLAttribute
|
||||
</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='4c3d4d95b54fee708dbaf4d3251d74d9.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Utilities</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='c04056344c7ce9c5211e023df065269d.html'><span class='node-icon staruml-icon icon-UMLClass'></span>ConfigValidator</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='02f04803adb5c2b766559ee9412753dc.html'><span class='node-icon staruml-icon icon-UMLAttribute'></span>VALID_SOURCE_TYPES</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>VALID_SOURCE_TYPES</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>isStatic</td>
|
||||
<td>true</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td>set</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>multiplicity</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isReadOnly</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isOrdered</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isUnique</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isDerived</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>aggregation</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isID</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='d90f184915bd08fe0d664f96dce227e1.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Utilities</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,419 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>extracted_data</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>extracted_data</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLAttribute"></span>
|
||||
UMLAttribute
|
||||
</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='9a6a2c65f0fecfbf94214fe5dacc11b2.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Scrapers</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='5c7b162d10d20fa81377595dee3cb625.html'><span class='node-icon staruml-icon icon-UMLClass'></span>OpenAPIToSkillConverter</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='030c139fa6e0d10e86fdb3d57e91149f.html'><span class='node-icon staruml-icon icon-UMLAttribute'></span>extracted_data</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>extracted_data</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>stereotype</td>
|
||||
<td><span class='label label-info'>null</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>visibility</td>
|
||||
<td>private</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td>dict</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>multiplicity</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isReadOnly</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isOrdered</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isUnique</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isDerived</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>aggregation</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isID</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='a47184837219aea9ccabc89e35d90216.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Scrapers</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>_get_config_path</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>_get_config_path</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='d178003f7e8fee3d9635eb757e1bffa1.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>MCP</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='00509100c34315b0f095eb3ccb34b023.html'><span class='node-icon staruml-icon icon-UMLClass'></span>AgentDetector</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='0316bf28f31dfcc53a38fff09e04d662.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>_get_config_path</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>_get_config_path</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>stereotype</td>
|
||||
<td><span class='label label-info'>null</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>visibility</td>
|
||||
<td>private</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='d527083c08ae760e504bda551a42737d.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>MCP Server</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>extract_pptx</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>extract_pptx</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='9a6a2c65f0fecfbf94214fe5dacc11b2.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Scrapers</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='d151f121325ce00a55de3cfa14df0780.html'><span class='node-icon staruml-icon icon-UMLClass'></span>PptxToSkillConverter</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='034b43824827421add2453b7695fc9b3.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>extract_pptx</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>extract_pptx</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='a47184837219aea9ccabc89e35d90216.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Scrapers</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>__init__</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>__init__</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='d178003f7e8fee3d9635eb757e1bffa1.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>MCP</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='d862119ed2ae1627e0619f96b87ecf25.html'><span class='node-icon staruml-icon icon-UMLClass'></span>GitConfigRepo</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='0380ecfd61cacc868ff1d659572725bc.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>__init__</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>__init__</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='d527083c08ae760e504bda551a42737d.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>MCP Server</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>fetch_config_tool</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>fetch_config_tool</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='d178003f7e8fee3d9635eb757e1bffa1.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>MCP</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='9c56853cb895fef1997f38d09d156ad4.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SourceTools</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='03a572027e9889827df3efe4865d6c04.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>fetch_config_tool</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>fetch_config_tool</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='d527083c08ae760e504bda551a42737d.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>MCP Server</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,450 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>ChainOfResponsibilityDetector</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>ChainOfResponsibilityDetector</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLClass"></span>
|
||||
UMLClass
|
||||
</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='136e9c05d710dc4dc71692abb7b4072c.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Analysis</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='03a80d0c833ca4ccb7d1214c35c1e1f3.html'><span class='node-icon staruml-icon icon-UMLClass'></span>ChainOfResponsibilityDetector</a></span>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Diagram -->
|
||||
|
||||
|
||||
|
||||
<!-- Description -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Description</h3>
|
||||
<div>
|
||||
|
||||
<p>Detects Chain of Responsibility pattern. Chain of Responsibility passes request along chain of handlers until one handles it, avoiding coupling sender to receiver. Detection: Surface (name contains 'Handler', 'Chain', 'Middleware'), Deep (handle/process method + next/successor reference + set_next method + handler family via shared base class).</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Specification -->
|
||||
|
||||
|
||||
|
||||
<!-- Directed Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Undirected Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Classifier -->
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Generalized Elements</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='c62ddcef75e050f272ff1343b9b3aea8.html'><span class='node-icon staruml-icon icon-UMLClass'></span>BasePatternDetector</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Interface -->
|
||||
|
||||
|
||||
|
||||
<!-- Component -->
|
||||
|
||||
|
||||
|
||||
<!-- Node -->
|
||||
|
||||
|
||||
|
||||
<!-- Actor -->
|
||||
|
||||
|
||||
|
||||
<!-- Use Case -->
|
||||
|
||||
|
||||
|
||||
<!-- Template Parameters -->
|
||||
|
||||
|
||||
|
||||
<!-- Literals -->
|
||||
|
||||
|
||||
|
||||
<!-- Attributes -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Attributes</h3>
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th>Visibility</th>
|
||||
<th>Name</th>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="d5e75bef920c3fc5b6a2ac046e56b545.html">pattern_type</a></td>
|
||||
<td>str </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="557633afa63f676085eb21465fe1e101.html">category</a></td>
|
||||
<td>str </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Operations -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Operations</h3>
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th>Visibility</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="4f85fa68a0bacb3b3b59de7b28249d6e.html">detect_surface()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="9957ade9c136ccba10262f20b1c3864a.html">detect_deep()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- 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>ChainOfResponsibilityDetector</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>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isFinalSpecialization</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isActive</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='49ab040caddebbbdfb77f798d0a0ce82.html'><span class='node-icon staruml-icon icon-UMLGeneralization'></span>(ChainOfResponsibilityDetector→BasePatternDetector)</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Owned Elements</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='49ab040caddebbbdfb77f798d0a0ce82.html'><span class='node-icon staruml-icon icon-UMLGeneralization'></span>(ChainOfResponsibilityDetector→BasePatternDetector)</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='40a3cc19e818cfc3b0828c8a326d9171.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Analysis</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,419 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>finished_at</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>finished_at</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLAttribute"></span>
|
||||
UMLAttribute
|
||||
</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='aeb1e5634b60b1f35e096477f31e3364.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Benchmark</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='3a775d750d7e2bcf731796f881a0bbb3.html'><span class='node-icon staruml-icon icon-UMLClass'></span>BenchmarkResult</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='03b3d85c37ae6295a16b15383df9c540.html'><span class='node-icon staruml-icon icon-UMLAttribute'></span>finished_at</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>finished_at</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td>datetime | None</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>multiplicity</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isReadOnly</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isOrdered</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isUnique</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isDerived</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>aggregation</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isID</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='4892786a2d7e18bd07ec297f95949221.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Benchmark</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>name</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>name</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='08f15a81b2edd5a6cfdd763c99b3e6d9.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Parsers</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='45798c81b263501c40acf160ece59cc2.html'><span class='node-icon staruml-icon icon-UMLClass'></span>OpenAPIParser</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='03d20cc75938c4aab55c8ce9feb554c5.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>name</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>name</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='cb2288495cbd72beb8d6aff88271c27f.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Parsers</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>detect_cycles</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>detect_cycles</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='136e9c05d710dc4dc71692abb7b4072c.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Analysis</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='847751a7fd5361ff0eacf8b858ed07f6.html'><span class='node-icon staruml-icon icon-UMLClass'></span>DependencyAnalyzer</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='03e029aaa80cc56c5487c5172dbf41cc.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>detect_cycles</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>detect_cycles</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='40a3cc19e818cfc3b0828c8a326d9171.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Analysis</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,520 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>EmbeddingGenerator</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>EmbeddingGenerator</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLClass"></span>
|
||||
UMLClass
|
||||
</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='80c6aee8d2ff74293d5253df5cf90003.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Embedding</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='03ec42466372e6ac1f6317227d6a0563.html'><span class='node-icon staruml-icon icon-UMLClass'></span>EmbeddingGenerator</a></span>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Diagram -->
|
||||
|
||||
|
||||
|
||||
<!-- Description -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Description</h3>
|
||||
<div>
|
||||
|
||||
<p>Generate embeddings using multiple model providers. Supported providers: OpenAI, Sentence Transformers, Anthropic/Voyage AI.</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Specification -->
|
||||
|
||||
|
||||
|
||||
<!-- Directed Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Undirected Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Classifier -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Interface -->
|
||||
|
||||
|
||||
|
||||
<!-- Component -->
|
||||
|
||||
|
||||
|
||||
<!-- Node -->
|
||||
|
||||
|
||||
|
||||
<!-- Actor -->
|
||||
|
||||
|
||||
|
||||
<!-- Use Case -->
|
||||
|
||||
|
||||
|
||||
<!-- Template Parameters -->
|
||||
|
||||
|
||||
|
||||
<!-- Literals -->
|
||||
|
||||
|
||||
|
||||
<!-- Attributes -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Attributes</h3>
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th>Visibility</th>
|
||||
<th>Name</th>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="296419f7b94a5f1d241a638d5f7a3f05.html">api_key</a></td>
|
||||
<td>str </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="1e303aaac065b7802550fb3f15cc8b64.html">voyage_api_key</a></td>
|
||||
<td>str </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="f1a5ea73ba5710e9903aa8cad08a389b.html">cache_dir</a></td>
|
||||
<td>str </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="ad228021824417a7bb255f308f9e192c.html">openai_client</a></td>
|
||||
<td>OpenAI </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="21366b6d26099eb84405c27adbed5a75.html">voyage_client</a></td>
|
||||
<td>voyageai.Client </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="82c2931cbfc9e497ab02762de5d7a81c.html">_st_models</a></td>
|
||||
<td>dict </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="d238049eca761991041d2cae9b883cb7.html">MODELS</a></td>
|
||||
<td>dict </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Operations -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Operations</h3>
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th>Visibility</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="4c3d4332b4d481e12a64f2b2dd59d253.html">generate()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="ca7d8ba70b7ae66c8f130c9e3b666a86.html">generate_batch()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="cf224e15ffbed64b2d13ed36eb2bd7cf.html">get_model_info()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="0483a3757c109c28a7230e73efd926a1.html">list_models()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="fb1795bc5ed273620e831fadbb36d52c.html">_normalize()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="4314c1482a291ef501cbaebe75222193.html">compute_hash()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- 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>EmbeddingGenerator</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>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isFinalSpecialization</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isActive</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Dependencies</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='571bf29265e313d5f21394c535c6d566.html'><span class='node-icon staruml-icon icon-UMLClass'></span>EmbeddingCache</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Dependants</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='b6fbacc11038bb7fe4012c9c130882a5.html'><span class='node-icon staruml-icon icon-UMLClass'></span>EmbeddingPipeline</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Relationships</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='e6e808590810f7d3a55921eb62e752b0.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(EmbeddingGenerator→EmbeddingCache)</a></li>
|
||||
|
||||
<li><a href='dde5f7413130a3babbaccbfc2f291e51.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(EmbeddingPipeline→EmbeddingGenerator)</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Owned Elements</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='e6e808590810f7d3a55921eb62e752b0.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(EmbeddingGenerator→EmbeddingCache)</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='02d026fb13af0923877f41f68fb5585e.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Embedding</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>list_files</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>list_files</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='b9f465c166847f04c445425fb5a55d39.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Storage</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='1f180d81f85db347214ae45f4d884838.html'><span class='node-icon staruml-icon icon-UMLClass'></span>BaseStorageAdaptor</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='03f058a533840c37160ba9cbb3005bef.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>list_files</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>list_files</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='02524d7a310024538b8bf2b5217a0405.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Storage</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>estimate_pages_tool</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>estimate_pages_tool</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='d178003f7e8fee3d9635eb757e1bffa1.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>MCP</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='55059f34c380386137c1445dfb78cfc2.html'><span class='node-icon staruml-icon icon-UMLClass'></span>ScrapingTools</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='0423a6d6ebaedf5e0aa9c0cd98b8bff1.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>estimate_pages_tool</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>estimate_pages_tool</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='d527083c08ae760e504bda551a42737d.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>MCP Server</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,343 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title></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>(unnamed)</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLDependency"></span>
|
||||
UMLDependency
|
||||
</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='9c817b13c52de62951ae09053c981616.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Enhancement</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='fa112acd403e7bf636510e5dca788dc7.html'><span class='node-icon staruml-icon icon-UMLClass'></span>WorkflowEngine</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='044b5cd04d02bac8cea889cb65106f43.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(WorkflowEngine→EnhancementWorkflow)</a></span>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Diagram -->
|
||||
|
||||
|
||||
|
||||
<!-- Description -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Description</h3>
|
||||
<div>
|
||||
|
||||
<span class="label label-info">none</span>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Specification -->
|
||||
|
||||
|
||||
|
||||
<!-- Directed Relationship -->
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td width="50%">
|
||||
<h3>Source</h3>
|
||||
<ul class="nav nav-list">
|
||||
<li><a href='fa112acd403e7bf636510e5dca788dc7.html'><span class='node-icon staruml-icon icon-UMLClass'></span>WorkflowEngine</a></a></li>
|
||||
</ul>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<h3>Target</h3>
|
||||
<ul class="nav nav-list">
|
||||
<li><a href='66dac264ff7a58f829633bb33acb90ab.html'><span class='node-icon staruml-icon icon-UMLClass'></span>EnhancementWorkflow</a></a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- 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></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>source</td>
|
||||
<td><a href='fa112acd403e7bf636510e5dca788dc7.html'><span class='node-icon staruml-icon icon-UMLClass'></span>WorkflowEngine</a></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>target</td>
|
||||
<td><a href='66dac264ff7a58f829633bb33acb90ab.html'><span class='node-icon staruml-icon icon-UMLClass'></span>EnhancementWorkflow</a></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>mapping</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='ea53aa60ea20269debb3c46d179577cf.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Enhancement</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>list_models</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>list_models</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='80c6aee8d2ff74293d5253df5cf90003.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Embedding</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='03ec42466372e6ac1f6317227d6a0563.html'><span class='node-icon staruml-icon icon-UMLClass'></span>EmbeddingGenerator</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='0483a3757c109c28a7230e73efd926a1.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>list_models</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>list_models</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='02d026fb13af0923877f41f68fb5585e.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Embedding</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>remove_source</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>remove_source</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='d178003f7e8fee3d9635eb757e1bffa1.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>MCP</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='7f82409f40ab6e511ba68fdb760c1637.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SourceManager</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='0490a212778e5ffa6d79cdf230143138.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>remove_source</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>remove_source</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='d527083c08ae760e504bda551a42737d.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>MCP Server</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>run</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>run</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='d178003f7e8fee3d9635eb757e1bffa1.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>MCP</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='813cfad0b24c3345dd8b0dcb3e625655.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SkillSeekerMCPServer</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='04be98ec9bb8041fa720700c2ccc1351.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>run</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>run</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='d527083c08ae760e504bda551a42737d.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>MCP Server</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,435 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>HtmlParser</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>HtmlParser</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLClass"></span>
|
||||
UMLClass
|
||||
</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='08f15a81b2edd5a6cfdd763c99b3e6d9.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Parsers</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='04d495ef445aec5ab8fada58f2ad2025.html'><span class='node-icon staruml-icon icon-UMLClass'></span>HtmlParser</a></span>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Diagram -->
|
||||
|
||||
|
||||
|
||||
<!-- Description -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Description</h3>
|
||||
<div>
|
||||
|
||||
<p>Registers the 'html' subcommand for local HTML file extraction with path, CSS selector, and recursive directory arguments.</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Specification -->
|
||||
|
||||
|
||||
|
||||
<!-- Directed Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Undirected Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Classifier -->
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Generalized Elements</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='d90e6502c6a3eb4ae2e5beeeb7dc3ad5.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SubcommandParser</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Interface -->
|
||||
|
||||
|
||||
|
||||
<!-- Component -->
|
||||
|
||||
|
||||
|
||||
<!-- Node -->
|
||||
|
||||
|
||||
|
||||
<!-- Actor -->
|
||||
|
||||
|
||||
|
||||
<!-- Use Case -->
|
||||
|
||||
|
||||
|
||||
<!-- Template Parameters -->
|
||||
|
||||
|
||||
|
||||
<!-- Literals -->
|
||||
|
||||
|
||||
|
||||
<!-- Attributes -->
|
||||
|
||||
|
||||
|
||||
<!-- Operations -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Operations</h3>
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th>Visibility</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="bfd4ca91cb4d70ffc4fbaae3bac4b7c7.html">name()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="5008904fbce2aeaaead4fd098a082aae.html">help()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="0904333092b12540d685f51441775d3f.html">description()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="f91ae981446fec5a46f97e67a832263f.html">add_arguments()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- 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>HtmlParser</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>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isFinalSpecialization</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isActive</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='9f1aab4bde6c272591f1751dd50358e4.html'><span class='node-icon staruml-icon icon-UMLGeneralization'></span>(HtmlParser→SubcommandParser)</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Owned Elements</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='9f1aab4bde6c272591f1751dd50358e4.html'><span class='node-icon staruml-icon icon-UMLGeneralization'></span>(HtmlParser→SubcommandParser)</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='cb2288495cbd72beb8d6aff88271c27f.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Parsers</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,426 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>SplittingTools</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>SplittingTools</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLClass"></span>
|
||||
UMLClass
|
||||
</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='d178003f7e8fee3d9635eb757e1bffa1.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>MCP</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='04e0dd3038afc17aadc753ad9b8ffcd2.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SplittingTools</a></span>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Diagram -->
|
||||
|
||||
|
||||
|
||||
<!-- Description -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Description</h3>
|
||||
<div>
|
||||
|
||||
<p>2 splitting tool implementations: split<em>config (split large configs by category/size/source), generate</em>router (create hub skill for split documentation).</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Specification -->
|
||||
|
||||
|
||||
|
||||
<!-- Directed Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Undirected Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Classifier -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Interface -->
|
||||
|
||||
|
||||
|
||||
<!-- Component -->
|
||||
|
||||
|
||||
|
||||
<!-- Node -->
|
||||
|
||||
|
||||
|
||||
<!-- Actor -->
|
||||
|
||||
|
||||
|
||||
<!-- Use Case -->
|
||||
|
||||
|
||||
|
||||
<!-- Template Parameters -->
|
||||
|
||||
|
||||
|
||||
<!-- Literals -->
|
||||
|
||||
|
||||
|
||||
<!-- Attributes -->
|
||||
|
||||
|
||||
|
||||
<!-- Operations -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Operations</h3>
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th>Visibility</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="92622a626859543825d4474f821f845b.html">split_config()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="23a6a04d443f04f3187e63da508f7f2a.html">generate_router()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="c4f5b8ebbd5c96ed40356abb99e65587.html">split_config()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="98e3846e17b5f190615b50d0e69ce2bf.html">generate_router()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- 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>SplittingTools</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>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isFinalSpecialization</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isActive</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Dependants</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='813cfad0b24c3345dd8b0dcb3e625655.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SkillSeekerMCPServer</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Relationships</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='ac96f002e27eaa4ad7f7186c189d3e6f.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(SkillSeekerMCPServer→SplittingTools)</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='d527083c08ae760e504bda551a42737d.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>MCP Server</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,460 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>HowToGuideBuilder</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>HowToGuideBuilder</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLClass"></span>
|
||||
UMLClass
|
||||
</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='136e9c05d710dc4dc71692abb7b4072c.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Analysis</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='04f7b9e78182b7d501da5a2a7e9ab415.html'><span class='node-icon staruml-icon icon-UMLClass'></span>HowToGuideBuilder</a></span>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Diagram -->
|
||||
|
||||
|
||||
|
||||
<!-- Description -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Description</h3>
|
||||
<div>
|
||||
|
||||
<p>Builds step-by-step how-to guides from workflow examples extracted by TestExampleExtractor. Generates educational guides with prerequisites, verification checkpoints, troubleshooting sections, and complexity levels.</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Specification -->
|
||||
|
||||
|
||||
|
||||
<!-- Directed Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Undirected Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Classifier -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Interface -->
|
||||
|
||||
|
||||
|
||||
<!-- Component -->
|
||||
|
||||
|
||||
|
||||
<!-- Node -->
|
||||
|
||||
|
||||
|
||||
<!-- Actor -->
|
||||
|
||||
|
||||
|
||||
<!-- Use Case -->
|
||||
|
||||
|
||||
|
||||
<!-- Template Parameters -->
|
||||
|
||||
|
||||
|
||||
<!-- Literals -->
|
||||
|
||||
|
||||
|
||||
<!-- Attributes -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Attributes</h3>
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th>Visibility</th>
|
||||
<th>Name</th>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="3e6133661381b7648890fcede3a9f7a7.html">enhance_with_ai</a></td>
|
||||
<td>bool </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="d9861152cd06322fe71aaf67d7b8bcdc.html">analyzer</a></td>
|
||||
<td>WorkflowAnalyzer </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="405cd0ddf2fff0c98f33b9bdb4883baa.html">grouper</a></td>
|
||||
<td>WorkflowGrouper </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Operations -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Operations</h3>
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th>Visibility</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="13e66ee87e9a12a8405abdd0ae7086ef.html">build_guides()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="2f13b5a8014891bd8aeab24fdbbae145.html">build_guides_from_examples()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="5267ed38f2ab5da7858d7ce69b70fa37.html">_extract_workflow_examples()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="645a0f474f7a1b85d8f60473749d485c.html">_create_guide()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- 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>HowToGuideBuilder</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>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isFinalSpecialization</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isActive</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Dependants</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='78050782199afd24c979627ee5a61d15.html'><span class='node-icon staruml-icon icon-UMLClass'></span>UnifiedCodebaseAnalyzer</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Relationships</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='8ecf6f225473cb90f9c2ae88ad737fa0.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(UnifiedCodebaseAnalyzer→HowToGuideBuilder)</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='40a3cc19e818cfc3b0828c8a326d9171.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Analysis</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,419 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>config</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>config</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLAttribute"></span>
|
||||
UMLAttribute
|
||||
</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='9a6a2c65f0fecfbf94214fe5dacc11b2.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Scrapers</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='975393f28febd506c6f9a4bdd7d02929.html'><span class='node-icon staruml-icon icon-UMLClass'></span>HtmlToSkillConverter</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='0502b099c81cd8ec649f26367f0dc00c.html'><span class='node-icon staruml-icon icon-UMLAttribute'></span>config</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>config</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>stereotype</td>
|
||||
<td><span class='label label-info'>null</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>visibility</td>
|
||||
<td>private</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td>dict</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>multiplicity</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isReadOnly</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isOrdered</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isUnique</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isDerived</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>aggregation</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isID</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='a47184837219aea9ccabc89e35d90216.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Scrapers</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>enhance</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>enhance</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='a5b96ea6baa365812d11f82ccfb1d272.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Adaptors</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='0025564de1473d71f4a6a0503fcdb056.html'><span class='node-icon staruml-icon icon-UMLClass'></span>HaystackAdaptor</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='0525e1fe146314bf2258c8b421b5b4aa.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>enhance</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>enhance</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='4323069cfc9640314abce0f13b6c11a6.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Adaptors</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,419 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>category</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>category</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLAttribute"></span>
|
||||
UMLAttribute
|
||||
</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='136e9c05d710dc4dc71692abb7b4072c.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Analysis</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='26f69649909a2cda95a20a23d6727aab.html'><span class='node-icon staruml-icon icon-UMLClass'></span>FactoryDetector</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='05266a4a31f3cfbb0093b305667bc937.html'><span class='node-icon staruml-icon icon-UMLAttribute'></span>category</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>category</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td>str</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>multiplicity</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isReadOnly</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isOrdered</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isUnique</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td>"Creational"</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isDerived</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>aggregation</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isID</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='40a3cc19e818cfc3b0828c8a326d9171.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Analysis</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>inject_token</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>inject_token</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='d178003f7e8fee3d9635eb757e1bffa1.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>MCP</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='d862119ed2ae1627e0619f96b87ecf25.html'><span class='node-icon staruml-icon icon-UMLClass'></span>GitConfigRepo</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='0551bb6cbac15533f87c5838f117a454.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>inject_token</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>inject_token</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>isStatic</td>
|
||||
<td>true</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='d527083c08ae760e504bda551a42737d.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>MCP Server</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>upload</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>upload</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='a5b96ea6baa365812d11f82ccfb1d272.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Adaptors</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='887262ae67612443c37a535a586c2b80.html'><span class='node-icon staruml-icon icon-UMLClass'></span>PineconeAdaptor</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='0565785c1fa564d4b90864c7c45922e5.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>upload</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>upload</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='4323069cfc9640314abce0f13b6c11a6.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Adaptors</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>detect_deep</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>detect_deep</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='136e9c05d710dc4dc71692abb7b4072c.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Analysis</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='c62ddcef75e050f272ff1343b9b3aea8.html'><span class='node-icon staruml-icon icon-UMLClass'></span>BasePatternDetector</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='0581aae259550c0b2f535f82a27a20d2.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>detect_deep</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>detect_deep</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='40a3cc19e818cfc3b0828c8a326d9171.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Analysis</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,435 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>PptxParser</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>PptxParser</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLClass"></span>
|
||||
UMLClass
|
||||
</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='08f15a81b2edd5a6cfdd763c99b3e6d9.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Parsers</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='05d2236199bcdc97250863d4d250f673.html'><span class='node-icon staruml-icon icon-UMLClass'></span>PptxParser</a></span>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Diagram -->
|
||||
|
||||
|
||||
|
||||
<!-- Description -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Description</h3>
|
||||
<div>
|
||||
|
||||
<p>Registers the 'pptx' subcommand for PowerPoint extraction with file path and slide range arguments.</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Specification -->
|
||||
|
||||
|
||||
|
||||
<!-- Directed Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Undirected Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Classifier -->
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Generalized Elements</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='d90e6502c6a3eb4ae2e5beeeb7dc3ad5.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SubcommandParser</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Interface -->
|
||||
|
||||
|
||||
|
||||
<!-- Component -->
|
||||
|
||||
|
||||
|
||||
<!-- Node -->
|
||||
|
||||
|
||||
|
||||
<!-- Actor -->
|
||||
|
||||
|
||||
|
||||
<!-- Use Case -->
|
||||
|
||||
|
||||
|
||||
<!-- Template Parameters -->
|
||||
|
||||
|
||||
|
||||
<!-- Literals -->
|
||||
|
||||
|
||||
|
||||
<!-- Attributes -->
|
||||
|
||||
|
||||
|
||||
<!-- Operations -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Operations</h3>
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th>Visibility</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="4f9c4c98f940a9bd5c315d0376b939f6.html">name()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="1f33d932613ef4f73e8b271adaa67b88.html">help()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="4440581d437d360e0aa11105b1f705a0.html">description()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="da8f8a4c027a1e08668bbdd822167f11.html">add_arguments()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- 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>PptxParser</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>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isFinalSpecialization</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isActive</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='f5ebfb935b1f1325943d24f586e7d8e2.html'><span class='node-icon staruml-icon icon-UMLGeneralization'></span>(PptxParser→SubcommandParser)</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Owned Elements</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='f5ebfb935b1f1325943d24f586e7d8e2.html'><span class='node-icon staruml-icon icon-UMLGeneralization'></span>(PptxParser→SubcommandParser)</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='cb2288495cbd72beb8d6aff88271c27f.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Parsers</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,419 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>timeout</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>timeout</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLAttribute"></span>
|
||||
UMLAttribute
|
||||
</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='4c3d4d95b54fee708dbaf4d3251d74d9.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Utilities</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='071d0d0f0f869f58f3ea4bc2dd916024.html'><span class='node-icon staruml-icon icon-UMLClass'></span>LlmsTxtDownloader</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='05d2f64f779d9377edddfd01920b899f.html'><span class='node-icon staruml-icon icon-UMLAttribute'></span>timeout</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>timeout</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>stereotype</td>
|
||||
<td><span class='label label-info'>null</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>visibility</td>
|
||||
<td>private</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td>int</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>multiplicity</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isReadOnly</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isOrdered</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isUnique</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isDerived</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>aggregation</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isID</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='d90f184915bd08fe0d664f96dce227e1.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Utilities</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>validate_api_key</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>validate_api_key</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='a5b96ea6baa365812d11f82ccfb1d272.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Adaptors</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='3ee818ae6c9bd7e11ec089321851094b.html'><span class='node-icon staruml-icon icon-UMLClass'></span>FAISSHelpers</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='05d3258d24905a654413605b5e0974f5.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>validate_api_key</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>validate_api_key</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='4323069cfc9640314abce0f13b6c11a6.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Adaptors</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,555 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>OpenAICompatibleAdaptor</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>OpenAICompatibleAdaptor</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLClass"></span>
|
||||
UMLClass
|
||||
</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='a5b96ea6baa365812d11f82ccfb1d272.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Adaptors</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='05d6ebcd7c258f23a170566a10c631f2.html'><span class='node-icon staruml-icon icon-UMLClass'></span>OpenAICompatibleAdaptor</a></span>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Diagram -->
|
||||
|
||||
|
||||
|
||||
<!-- Description -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Description</h3>
|
||||
<div>
|
||||
|
||||
<p>Base class for OpenAI-compatible LLM platform adaptors. Subclasses override platform constants: PLATFORM, PLATFORM<em>NAME, DEFAULT</em>API<em>ENDPOINT, DEFAULT</em>MODEL, ENV<em>VAR</em>NAME, PLATFORM<em>URL. Provides shared format</em>skill_md, package, upload, enhance implementations.</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Specification -->
|
||||
|
||||
|
||||
|
||||
<!-- Directed Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Undirected Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Classifier -->
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Generalized Elements</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='5fd7099b44c2e60f64faacf64a025a80.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SkillAdaptor</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Specialized Elements</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='8f0f7965f9cadbf38e6dbaf6d177705e.html'><span class='node-icon staruml-icon icon-UMLClass'></span>KimiAdaptor</a></li>
|
||||
|
||||
<li><a href='3ed1d92f20c1a2252e262c40da2052e7.html'><span class='node-icon staruml-icon icon-UMLClass'></span>MiniMaxAdaptor</a></li>
|
||||
|
||||
<li><a href='da1dbdf30a8cb08beb856d45aae3a9f6.html'><span class='node-icon staruml-icon icon-UMLClass'></span>DeepSeekAdaptor</a></li>
|
||||
|
||||
<li><a href='336b3c6d65e8d8f1afa31ae20f8842d0.html'><span class='node-icon staruml-icon icon-UMLClass'></span>QwenAdaptor</a></li>
|
||||
|
||||
<li><a href='6d188029ef5f789c2dbab9c732104217.html'><span class='node-icon staruml-icon icon-UMLClass'></span>OpenRouterAdaptor</a></li>
|
||||
|
||||
<li><a href='671d773dfeebeef5cbe51d00f9e07eed.html'><span class='node-icon staruml-icon icon-UMLClass'></span>TogetherAdaptor</a></li>
|
||||
|
||||
<li><a href='8958b004cc79c096262a2094e2be9593.html'><span class='node-icon staruml-icon icon-UMLClass'></span>FireworksAdaptor</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Interface -->
|
||||
|
||||
|
||||
|
||||
<!-- Component -->
|
||||
|
||||
|
||||
|
||||
<!-- Node -->
|
||||
|
||||
|
||||
|
||||
<!-- Actor -->
|
||||
|
||||
|
||||
|
||||
<!-- Use Case -->
|
||||
|
||||
|
||||
|
||||
<!-- Template Parameters -->
|
||||
|
||||
|
||||
|
||||
<!-- Literals -->
|
||||
|
||||
|
||||
|
||||
<!-- Attributes -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Attributes</h3>
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th>Visibility</th>
|
||||
<th>Name</th>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="19cbc6a831bb997a57d3bfb40ce9b7dc.html">PLATFORM</a></td>
|
||||
<td>str </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="992849198ed9ec3298881b0a25a48fba.html">PLATFORM_NAME</a></td>
|
||||
<td>str </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="0e49055b2ea91c18f9d50c145f6b0065.html">DEFAULT_API_ENDPOINT</a></td>
|
||||
<td>str </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="7b8d8d052df647c31c5fedf0de67ed3b.html">DEFAULT_MODEL</a></td>
|
||||
<td>str </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="a9c4d762c012ab17d06d00b4bfa29fd0.html">ENV_VAR_NAME</a></td>
|
||||
<td>str </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="2946761d820167be3c3ab799ed4d9a91.html">PLATFORM_URL</a></td>
|
||||
<td>str </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Operations -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Operations</h3>
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th>Visibility</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="d115533fb619c6d4f5d57667d7c450f4.html">format_skill_md()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="10bb05ff02c44eb4cb7e56e656414409.html">package()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="ef6c7c9110ceef73de8bb7906d899b20.html">upload()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="23ac4f62fe4ed4ce76d7cf65bca3af25.html">validate_api_key()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="46997039b2e36d2219f8deee8361d8b6.html">get_env_var_name()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="e5ce0d6a1b01058f2cfc250b533d4a8e.html">supports_enhancement()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="c00190ac67a3ceef1f6d0d841100a767.html">enhance()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="e8d97b2b3dd0be7ae3df0ab8993c67e2.html">_read_reference_files()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="5d0888b036bca431c000a5463f5ac011.html">_build_enhancement_prompt()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- 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>OpenAICompatibleAdaptor</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>isAbstract</td>
|
||||
<td><span class='label label-info'>true</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isFinalSpecialization</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isActive</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='7a3bbda7afd18c42d6f8e6b3ebc9e3c9.html'><span class='node-icon staruml-icon icon-UMLGeneralization'></span>(OpenAICompatibleAdaptor→SkillAdaptor)</a></li>
|
||||
|
||||
<li><a href='beb03c927d42802e188c7161968d2782.html'><span class='node-icon staruml-icon icon-UMLGeneralization'></span>(KimiAdaptor→OpenAICompatibleAdaptor)</a></li>
|
||||
|
||||
<li><a href='bc15d559252d930245fe7a5e58435cbc.html'><span class='node-icon staruml-icon icon-UMLGeneralization'></span>(MiniMaxAdaptor→OpenAICompatibleAdaptor)</a></li>
|
||||
|
||||
<li><a href='2f6f465a10f0f751b20f2b9fa6ba785d.html'><span class='node-icon staruml-icon icon-UMLGeneralization'></span>(DeepSeekAdaptor→OpenAICompatibleAdaptor)</a></li>
|
||||
|
||||
<li><a href='65ea7351bac5bc4ababec6c044d351d3.html'><span class='node-icon staruml-icon icon-UMLGeneralization'></span>(QwenAdaptor→OpenAICompatibleAdaptor)</a></li>
|
||||
|
||||
<li><a href='df7d866bec3cbf99119e16f8f2cf4ed7.html'><span class='node-icon staruml-icon icon-UMLGeneralization'></span>(OpenRouterAdaptor→OpenAICompatibleAdaptor)</a></li>
|
||||
|
||||
<li><a href='cbea774f557ccd79ede78cb47c5a48f3.html'><span class='node-icon staruml-icon icon-UMLGeneralization'></span>(TogetherAdaptor→OpenAICompatibleAdaptor)</a></li>
|
||||
|
||||
<li><a href='f33834ad967a81188b2fb70d0c2b4672.html'><span class='node-icon staruml-icon icon-UMLGeneralization'></span>(FireworksAdaptor→OpenAICompatibleAdaptor)</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Owned Elements</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='7a3bbda7afd18c42d6f8e6b3ebc9e3c9.html'><span class='node-icon staruml-icon icon-UMLGeneralization'></span>(OpenAICompatibleAdaptor→SkillAdaptor)</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='4323069cfc9640314abce0f13b6c11a6.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Adaptors</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,419 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>notebook_path</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>notebook_path</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLAttribute"></span>
|
||||
UMLAttribute
|
||||
</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='9a6a2c65f0fecfbf94214fe5dacc11b2.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Scrapers</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='1da40a6efac2b652728d1d5516dbc700.html'><span class='node-icon staruml-icon icon-UMLClass'></span>JupyterToSkillConverter</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='05e160e75f565278ee83d6208b57c04a.html'><span class='node-icon staruml-icon icon-UMLAttribute'></span>notebook_path</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>notebook_path</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>stereotype</td>
|
||||
<td><span class='label label-info'>null</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>visibility</td>
|
||||
<td>private</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td>str</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>multiplicity</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isReadOnly</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isOrdered</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isUnique</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isDerived</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>aggregation</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isID</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='a47184837219aea9ccabc89e35d90216.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Scrapers</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>export_to_chroma</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>export_to_chroma</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='d178003f7e8fee3d9635eb757e1bffa1.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>MCP</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='813cfad0b24c3345dd8b0dcb3e625655.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SkillSeekerMCPServer</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='068d87025fe2aadb0507fe941fef8c06.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>export_to_chroma</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>export_to_chroma</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='d527083c08ae760e504bda551a42737d.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>MCP Server</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,419 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>config</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>config</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLAttribute"></span>
|
||||
UMLAttribute
|
||||
</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='9a6a2c65f0fecfbf94214fe5dacc11b2.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Scrapers</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='f404e5b8c71d89b9a74f9b872351ff0d.html'><span class='node-icon staruml-icon icon-UMLClass'></span>PDFToSkillConverter</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='06959fa5355b0e6089c1c9f9f7af3aa6.html'><span class='node-icon staruml-icon icon-UMLAttribute'></span>config</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>config</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>stereotype</td>
|
||||
<td><span class='label label-info'>null</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>visibility</td>
|
||||
<td>private</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td>dict</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>multiplicity</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isReadOnly</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isOrdered</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isUnique</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isDerived</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>aggregation</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isID</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='a47184837219aea9ccabc89e35d90216.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Scrapers</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>write_status</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>write_status</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='9c817b13c52de62951ae09053c981616.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Enhancement</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='f339b04207719812df8ae31233a6f160.html'><span class='node-icon staruml-icon icon-UMLClass'></span>LocalSkillEnhancer</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='06f8f577e16e7d14c5086f3106796bd7.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>write_status</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>write_status</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='ea53aa60ea20269debb3c46d179577cf.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Enhancement</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,430 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>LlmsTxtDownloader</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>LlmsTxtDownloader</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLClass"></span>
|
||||
UMLClass
|
||||
</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='4c3d4d95b54fee708dbaf4d3251d74d9.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Utilities</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='071d0d0f0f869f58f3ea4bc2dd916024.html'><span class='node-icon staruml-icon icon-UMLClass'></span>LlmsTxtDownloader</a></span>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Diagram -->
|
||||
|
||||
|
||||
|
||||
<!-- Description -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Description</h3>
|
||||
<div>
|
||||
|
||||
<p>Downloads llms.txt content from detected URLs. Handles redirects, encoding detection, and large file streaming.</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Specification -->
|
||||
|
||||
|
||||
|
||||
<!-- Directed Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Undirected Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Classifier -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Interface -->
|
||||
|
||||
|
||||
|
||||
<!-- Component -->
|
||||
|
||||
|
||||
|
||||
<!-- Node -->
|
||||
|
||||
|
||||
|
||||
<!-- Actor -->
|
||||
|
||||
|
||||
|
||||
<!-- Use Case -->
|
||||
|
||||
|
||||
|
||||
<!-- Template Parameters -->
|
||||
|
||||
|
||||
|
||||
<!-- Literals -->
|
||||
|
||||
|
||||
|
||||
<!-- Attributes -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Attributes</h3>
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th>Visibility</th>
|
||||
<th>Name</th>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="ce2761853894b06a1ae13a01e415e316.html">url</a></td>
|
||||
<td>str </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="05d2f64f779d9377edddfd01920b899f.html">timeout</a></td>
|
||||
<td>int </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>private</td>
|
||||
<td><a href="88776c4dfe3a70249434a4fc2da87d07.html">max_retries</a></td>
|
||||
<td>int </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Operations -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Operations</h3>
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th>Visibility</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="e3c69b236ff2a7774f00f553238d87d0.html">download()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>public</td>
|
||||
<td><a href="b50bb7cb03f26cbf68b5d9c58d88c2e5.html">get_proper_filename()</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- 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>LlmsTxtDownloader</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>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isFinalSpecialization</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isActive</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='d90f184915bd08fe0d664f96dce227e1.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Utilities</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>export_to_faiss</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>export_to_faiss</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='d178003f7e8fee3d9635eb757e1bffa1.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>MCP</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='813cfad0b24c3345dd8b0dcb3e625655.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SkillSeekerMCPServer</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='073c989581e4b19401094d4e6b51a5b7.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>export_to_faiss</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>export_to_faiss</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='d527083c08ae760e504bda551a42737d.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>MCP Server</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,419 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>PLATFORM</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>PLATFORM</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLAttribute"></span>
|
||||
UMLAttribute
|
||||
</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='a5b96ea6baa365812d11f82ccfb1d272.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Adaptors</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='5fd7099b44c2e60f64faacf64a025a80.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SkillAdaptor</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='07cf2536e7dbcf8d87afb33d4f6b2bdf.html'><span class='node-icon staruml-icon icon-UMLAttribute'></span>PLATFORM</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>PLATFORM</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td>str</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>multiplicity</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isReadOnly</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isOrdered</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isUnique</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isDerived</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>aggregation</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isID</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='4323069cfc9640314abce0f13b6c11a6.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Adaptors</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,419 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>email_recipients</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>email_recipients</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLAttribute"></span>
|
||||
UMLAttribute
|
||||
</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='8d93060f6d7a7c6803e67fc2ec0f4522.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Sync</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='3127b5e8b9afcd79148641d02039a191.html'><span class='node-icon staruml-icon icon-UMLClass'></span>Notifier</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='07dacffc54f86475400204d093091588.html'><span class='node-icon staruml-icon icon-UMLAttribute'></span>email_recipients</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>email_recipients</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td>list[str]</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>multiplicity</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isReadOnly</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isOrdered</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isUnique</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isDerived</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>aggregation</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isID</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='9c77d89de8418c23e57114f6d0c155a3.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Sync</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,340 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title></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>(unnamed)</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLDependency"></span>
|
||||
UMLDependency
|
||||
</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='136e9c05d710dc4dc71692abb7b4072c.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Analysis</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='07ddaa4469eef6b224bce1f3f94752ef.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(Analysis→Utilities)</a></span>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Diagram -->
|
||||
|
||||
|
||||
|
||||
<!-- Description -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Description</h3>
|
||||
<div>
|
||||
|
||||
<span class="label label-info">none</span>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Specification -->
|
||||
|
||||
|
||||
|
||||
<!-- Directed Relationship -->
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td width="50%">
|
||||
<h3>Source</h3>
|
||||
<ul class="nav nav-list">
|
||||
<li><a href='136e9c05d710dc4dc71692abb7b4072c.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Analysis</a></a></li>
|
||||
</ul>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<h3>Target</h3>
|
||||
<ul class="nav nav-list">
|
||||
<li><a href='4c3d4d95b54fee708dbaf4d3251d74d9.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Utilities</a></a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- 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></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>source</td>
|
||||
<td><a href='136e9c05d710dc4dc71692abb7b4072c.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Analysis</a></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>target</td>
|
||||
<td><a href='4c3d4d95b54fee708dbaf4d3251d74d9.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Utilities</a></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>mapping</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='e9f5fca281d9bc03348e2659e50d7169.html'><span class='node-icon staruml-icon icon-UMLPackageDiagram'></span>Skill Seekers Architecture</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>detect_surface</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>detect_surface</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='136e9c05d710dc4dc71692abb7b4072c.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Analysis</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='5fbf2cd376427e361d43dad16bc5146c.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SingletonDetector</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='07eacff5fbd0a5a70fe3f321c7debba4.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>detect_surface</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>detect_surface</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='40a3cc19e818cfc3b0828c8a326d9171.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Analysis</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>remove_config_source_tool</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>remove_config_source_tool</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='d178003f7e8fee3d9635eb757e1bffa1.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>MCP</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='9c56853cb895fef1997f38d09d156ad4.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SourceTools</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='08042f3437de69e3a4e3d65f86fde219.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>remove_config_source_tool</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>remove_config_source_tool</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='d527083c08ae760e504bda551a42737d.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>MCP Server</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>extract_notebook</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>extract_notebook</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='9a6a2c65f0fecfbf94214fe5dacc11b2.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Scrapers</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='1da40a6efac2b652728d1d5516dbc700.html'><span class='node-icon staruml-icon icon-UMLClass'></span>JupyterToSkillConverter</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='081582bfe433eed0e3f57b298ed41f30.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>extract_notebook</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>extract_notebook</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='a47184837219aea9ccabc89e35d90216.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Scrapers</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,340 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title></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>(unnamed)</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLDependency"></span>
|
||||
UMLDependency
|
||||
</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='b0fef7dc7755be4eaa15e0a7f4f12827.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>CLICore</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='08252d0c94f009b38c67287903edcb46.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(CLICore→Utilities)</a></span>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Diagram -->
|
||||
|
||||
|
||||
|
||||
<!-- Description -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Description</h3>
|
||||
<div>
|
||||
|
||||
<span class="label label-info">none</span>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Specification -->
|
||||
|
||||
|
||||
|
||||
<!-- Directed Relationship -->
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td width="50%">
|
||||
<h3>Source</h3>
|
||||
<ul class="nav nav-list">
|
||||
<li><a href='b0fef7dc7755be4eaa15e0a7f4f12827.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>CLICore</a></a></li>
|
||||
</ul>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<h3>Target</h3>
|
||||
<ul class="nav nav-list">
|
||||
<li><a href='4c3d4d95b54fee708dbaf4d3251d74d9.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Utilities</a></a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- 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></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>source</td>
|
||||
<td><a href='b0fef7dc7755be4eaa15e0a7f4f12827.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>CLICore</a></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>target</td>
|
||||
<td><a href='4c3d4d95b54fee708dbaf4d3251d74d9.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Utilities</a></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>mapping</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='e9f5fca281d9bc03348e2659e50d7169.html'><span class='node-icon staruml-icon icon-UMLPackageDiagram'></span>Skill Seekers Architecture</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>package</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>package</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='a5b96ea6baa365812d11f82ccfb1d272.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Adaptors</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='7ea4f5f139979f2c7d48cf9f7ec3185f.html'><span class='node-icon staruml-icon icon-UMLClass'></span>ChromaAdaptor</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='083bd48e3733bd417ab8120d83062ed6.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>package</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>package</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='4323069cfc9640314abce0f13b6c11a6.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Adaptors</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>monitor</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>monitor</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='8d93060f6d7a7c6803e67fc2ec0f4522.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Sync</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='b981ba669c0e879541c2cf16c5fc41b1.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SyncMonitor</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='084f65230d8e15d82dca008da5251503.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>monitor</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>monitor</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='9c77d89de8418c23e57114f6d0c155a3.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Sync</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,419 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>skill_dir</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>skill_dir</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLAttribute"></span>
|
||||
UMLAttribute
|
||||
</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='9a6a2c65f0fecfbf94214fe5dacc11b2.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Scrapers</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='1da40a6efac2b652728d1d5516dbc700.html'><span class='node-icon staruml-icon icon-UMLClass'></span>JupyterToSkillConverter</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='0875b7edc4d8e095b97f5adc19022083.html'><span class='node-icon staruml-icon icon-UMLAttribute'></span>skill_dir</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>skill_dir</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>stereotype</td>
|
||||
<td><span class='label label-info'>null</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>visibility</td>
|
||||
<td>private</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td>str</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>multiplicity</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isReadOnly</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isOrdered</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isUnique</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isDerived</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>aggregation</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isID</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='a47184837219aea9ccabc89e35d90216.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Scrapers</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>format_skill_md</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>format_skill_md</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='a5b96ea6baa365812d11f82ccfb1d272.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Adaptors</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='3759fb92985a12b31125dcacb827ec1a.html'><span class='node-icon staruml-icon icon-UMLClass'></span>LangChainAdaptor</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='08a42a9cb33085033c589053dbef600c.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>format_skill_md</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>format_skill_md</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='4323069cfc9640314abce0f13b6c11a6.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Adaptors</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>enhance</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>enhance</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='a5b96ea6baa365812d11f82ccfb1d272.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Adaptors</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='c7ad530b5039be62efa6fad88dc7abe3.html'><span class='node-icon staruml-icon icon-UMLClass'></span>LlamaIndexAdaptor</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='08a4b7115cae2a5970b962330796c00f.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>enhance</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>enhance</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='4323069cfc9640314abce0f13b6c11a6.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Adaptors</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>supports_enhancement</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>supports_enhancement</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='a5b96ea6baa365812d11f82ccfb1d272.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Adaptors</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='a105d0fe3d5cea9b47c7afa6c8557686.html'><span class='node-icon staruml-icon icon-UMLClass'></span>GeminiAdaptor</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='08be6fb667da531dffce499974b3d41e.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>supports_enhancement</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>supports_enhancement</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='4323069cfc9640314abce0f13b6c11a6.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Adaptors</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>compute_hash</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>compute_hash</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='8d93060f6d7a7c6803e67fc2ec0f4522.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Sync</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='ea087b89af05225e59d0a4f985ac8a71.html'><span class='node-icon staruml-icon icon-UMLClass'></span>ChangeDetector</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='08c6a1e6dfd23011c9f97fc41749fcbf.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>compute_hash</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>compute_hash</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='9c77d89de8418c23e57114f6d0c155a3.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Sync</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,417 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Parsers</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>Parsers</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLPackage"></span>
|
||||
UMLPackage
|
||||
</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='08f15a81b2edd5a6cfdd763c99b3e6d9.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Parsers</a></span>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Diagram -->
|
||||
|
||||
|
||||
|
||||
<!-- Description -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Description</h3>
|
||||
<div>
|
||||
|
||||
<p><<Utility>> CLI argument definitions and subcommand parser registration. SubcommandParser ABC with 30+ implementations. Also contains document format extractors (PDF, Markdown, RST) with BaseParser ABC and unified document structure types.</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Specification -->
|
||||
|
||||
|
||||
|
||||
<!-- Directed Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Undirected Relationship -->
|
||||
|
||||
|
||||
|
||||
<!-- Classifier -->
|
||||
|
||||
|
||||
|
||||
<!-- Interface -->
|
||||
|
||||
|
||||
|
||||
<!-- Component -->
|
||||
|
||||
|
||||
|
||||
<!-- Node -->
|
||||
|
||||
|
||||
|
||||
<!-- Actor -->
|
||||
|
||||
|
||||
|
||||
<!-- Use Case -->
|
||||
|
||||
|
||||
|
||||
<!-- Template Parameters -->
|
||||
|
||||
|
||||
|
||||
<!-- Literals -->
|
||||
|
||||
|
||||
|
||||
<!-- Attributes -->
|
||||
|
||||
|
||||
|
||||
<!-- Operations -->
|
||||
|
||||
|
||||
|
||||
<!-- Receptions -->
|
||||
|
||||
|
||||
|
||||
<!-- Extension Points -->
|
||||
|
||||
|
||||
|
||||
<!-- Parameters -->
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<div>
|
||||
|
||||
<div style="display: inline-block; width: 250px; vertical-align: top;">
|
||||
<div class="member">
|
||||
<a href="cb2288495cbd72beb8d6aff88271c27f.html">
|
||||
<img src="../diagrams/cb2288495cbd72beb8d6aff88271c27f.svg">
|
||||
<div style="text-align: center; margin-top: 1em;">Parsers</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- 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>Parsers</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>importedElements</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Dependants</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='b0fef7dc7755be4eaa15e0a7f4f12827.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>CLICore</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Relationships</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='160e96fe088fc50abe64342d07fdabe2.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>(CLICore→Parsers)</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Owned Elements</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='cb2288495cbd72beb8d6aff88271c27f.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Parsers</a></li>
|
||||
|
||||
<li><a href='d90e6502c6a3eb4ae2e5beeeb7dc3ad5.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SubcommandParser</a></li>
|
||||
|
||||
<li><a href='cacc297a98a7bfd5ed1cb6dde60da532.html'><span class='node-icon staruml-icon icon-UMLClass'></span>CreateParser</a></li>
|
||||
|
||||
<li><a href='b0cc9f6f4d4df675f041ce7b94d18fd1.html'><span class='node-icon staruml-icon icon-UMLClass'></span>ScrapeParser</a></li>
|
||||
|
||||
<li><a href='f3071eeae819574a3d8eaa32155c2f2b.html'><span class='node-icon staruml-icon icon-UMLClass'></span>GitHubParser</a></li>
|
||||
|
||||
<li><a href='d8f1180da07f726fbeb713b67ef9a71f.html'><span class='node-icon staruml-icon icon-UMLClass'></span>PDFParser</a></li>
|
||||
|
||||
<li><a href='e70be99c4e1669d4e7bed6e61594c2fb.html'><span class='node-icon staruml-icon icon-UMLClass'></span>WordParser</a></li>
|
||||
|
||||
<li><a href='fd07c0cf771c975ca25a3537e94e5746.html'><span class='node-icon staruml-icon icon-UMLClass'></span>EpubParser</a></li>
|
||||
|
||||
<li><a href='b4dd456a3b6e5551e4855297a9be77c2.html'><span class='node-icon staruml-icon icon-UMLClass'></span>VideoParser</a></li>
|
||||
|
||||
<li><a href='ae3b575430c8572f482e5a64e010a788.html'><span class='node-icon staruml-icon icon-UMLClass'></span>UnifiedParser</a></li>
|
||||
|
||||
<li><a href='b93a4aa5ecca2453c53310562bc9c7fd.html'><span class='node-icon staruml-icon icon-UMLClass'></span>AnalyzeParser</a></li>
|
||||
|
||||
<li><a href='b869be6fe71475d3fe13c51f0024f1bf.html'><span class='node-icon staruml-icon icon-UMLClass'></span>EnhanceParser</a></li>
|
||||
|
||||
<li><a href='2b862739db03447a0e02cff6dc5622df.html'><span class='node-icon staruml-icon icon-UMLClass'></span>PackageParser</a></li>
|
||||
|
||||
<li><a href='592f2e8f58d54aeb490f6265b5db6c8d.html'><span class='node-icon staruml-icon icon-UMLClass'></span>UploadParser</a></li>
|
||||
|
||||
<li><a href='c1493c9aa8bbf49c6165094020249475.html'><span class='node-icon staruml-icon icon-UMLClass'></span>JupyterParser</a></li>
|
||||
|
||||
<li><a href='04d495ef445aec5ab8fada58f2ad2025.html'><span class='node-icon staruml-icon icon-UMLClass'></span>HtmlParser</a></li>
|
||||
|
||||
<li><a href='45798c81b263501c40acf160ece59cc2.html'><span class='node-icon staruml-icon icon-UMLClass'></span>OpenAPIParser</a></li>
|
||||
|
||||
<li><a href='8e005f760cd30d5339a4ada643d9b466.html'><span class='node-icon staruml-icon icon-UMLClass'></span>AsciiDocParser</a></li>
|
||||
|
||||
<li><a href='05d2236199bcdc97250863d4d250f673.html'><span class='node-icon staruml-icon icon-UMLClass'></span>PptxParser</a></li>
|
||||
|
||||
<li><a href='6a31af6a1f5ee1002a45b6d4156bf14b.html'><span class='node-icon staruml-icon icon-UMLClass'></span>RssParser</a></li>
|
||||
|
||||
<li><a href='83924484d40c0080ed868476fd5b85c8.html'><span class='node-icon staruml-icon icon-UMLClass'></span>ManPageParser</a></li>
|
||||
|
||||
<li><a href='5adcd2d86e95f28f331218acfbcb69a2.html'><span class='node-icon staruml-icon icon-UMLClass'></span>ConfluenceParser</a></li>
|
||||
|
||||
<li><a href='ca6e7604410ba4ab798da407a4692470.html'><span class='node-icon staruml-icon icon-UMLClass'></span>NotionParser</a></li>
|
||||
|
||||
<li><a href='db5d895c72d5b2b8b3f04bab33f4eb3b.html'><span class='node-icon staruml-icon icon-UMLClass'></span>ChatParser</a></li>
|
||||
|
||||
<li><a href='133d163d58905e9388b375e4e8a2a931.html'><span class='node-icon staruml-icon icon-UMLClass'></span>ConfigParser</a></li>
|
||||
|
||||
<li><a href='afe66c8ced927b3c041f1814baa2fb97.html'><span class='node-icon staruml-icon icon-UMLClass'></span>EstimateParser</a></li>
|
||||
|
||||
<li><a href='10ae7246a744d30d9e4442c50682919f.html'><span class='node-icon staruml-icon icon-UMLClass'></span>InstallParser</a></li>
|
||||
|
||||
<li><a href='e4e295495f21f867b802143cba096780.html'><span class='node-icon staruml-icon icon-UMLClass'></span>StreamParser</a></li>
|
||||
|
||||
<li><a href='d35cee11c86aaa14e57a2b7faade25d3.html'><span class='node-icon staruml-icon icon-UMLClass'></span>QualityParser</a></li>
|
||||
|
||||
<li><a href='7bde81fd965524c964a92ccbff4770c9.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SyncConfigParser</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='e9f5fca281d9bc03348e2659e50d7169.html'><span class='node-icon staruml-icon icon-UMLPackageDiagram'></span>Skill Seekers Architecture</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>description</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>description</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='08f15a81b2edd5a6cfdd763c99b3e6d9.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Parsers</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='04d495ef445aec5ab8fada58f2ad2025.html'><span class='node-icon staruml-icon icon-UMLClass'></span>HtmlParser</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='0904333092b12540d685f51441775d3f.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>description</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>description</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='cb2288495cbd72beb8d6aff88271c27f.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Parsers</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,419 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>ENV_VAR_NAME</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>ENV_VAR_NAME</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLAttribute"></span>
|
||||
UMLAttribute
|
||||
</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='a5b96ea6baa365812d11f82ccfb1d272.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Adaptors</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='8958b004cc79c096262a2094e2be9593.html'><span class='node-icon staruml-icon icon-UMLClass'></span>FireworksAdaptor</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='09a413250fe5275c26bd7fafb7a6af9b.html'><span class='node-icon staruml-icon icon-UMLAttribute'></span>ENV_VAR_NAME</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>ENV_VAR_NAME</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>isStatic</td>
|
||||
<td>true</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td>str</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>multiplicity</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isReadOnly</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isOrdered</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isUnique</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td>"FIREWORKS_API_KEY"</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isDerived</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>aggregation</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isID</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='4323069cfc9640314abce0f13b6c11a6.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Adaptors</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>name</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>name</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='08f15a81b2edd5a6cfdd763c99b3e6d9.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Parsers</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='2b862739db03447a0e02cff6dc5622df.html'><span class='node-icon staruml-icon icon-UMLClass'></span>PackageParser</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='09a660aa19e69354745dd6da7ad168d5.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>name</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>name</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='cb2288495cbd72beb8d6aff88271c27f.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Parsers</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,419 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>container_client</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>container_client</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLAttribute"></span>
|
||||
UMLAttribute
|
||||
</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='b9f465c166847f04c445425fb5a55d39.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Storage</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='9a75470762d321f43986bd5936916083.html'><span class='node-icon staruml-icon icon-UMLClass'></span>AzureStorageAdaptor</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='09befc42a3401e984c3472d643915c12.html'><span class='node-icon staruml-icon icon-UMLAttribute'></span>container_client</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>container_client</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td>ContainerClient</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>multiplicity</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isReadOnly</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isOrdered</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isUnique</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isDerived</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>aggregation</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isID</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='02524d7a310024538b8bf2b5217a0405.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Storage</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,419 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>skill_dir</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>skill_dir</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLAttribute"></span>
|
||||
UMLAttribute
|
||||
</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='4c3d4d95b54fee708dbaf4d3251d74d9.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Utilities</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='9e2c6ad8a7f1276f9fd489ac211f7a94.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SkillQualityChecker</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='09c94c5e380c212e227886b2d7bd34f8.html'><span class='node-icon staruml-icon icon-UMLAttribute'></span>skill_dir</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>skill_dir</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>stereotype</td>
|
||||
<td><span class='label label-info'>null</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>visibility</td>
|
||||
<td>private</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td>Path</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>multiplicity</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isReadOnly</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isOrdered</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isUnique</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isDerived</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>aggregation</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isID</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='d90f184915bd08fe0d664f96dce227e1.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Utilities</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,419 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>post_process</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>post_process</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLAttribute"></span>
|
||||
UMLAttribute
|
||||
</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='9c817b13c52de62951ae09053c981616.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Enhancement</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='66dac264ff7a58f829633bb33acb90ab.html'><span class='node-icon staruml-icon icon-UMLClass'></span>EnhancementWorkflow</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='09efe71eec1d050cea48d72ce2e3afc5.html'><span class='node-icon staruml-icon icon-UMLAttribute'></span>post_process</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>post_process</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td>PostProcessConfig</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>multiplicity</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isReadOnly</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isOrdered</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isUnique</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isDerived</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>aggregation</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isID</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='ea53aa60ea20269debb3c46d179577cf.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Enhancement</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>_generate_openai_embeddings</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>_generate_openai_embeddings</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='a5b96ea6baa365812d11f82ccfb1d272.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Adaptors</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='5fd7099b44c2e60f64faacf64a025a80.html'><span class='node-icon staruml-icon icon-UMLClass'></span>SkillAdaptor</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='0a0f1f352ebda364e54afcee85ff8e31.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>_generate_openai_embeddings</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>_generate_openai_embeddings</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>stereotype</td>
|
||||
<td><span class='label label-info'>null</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>visibility</td>
|
||||
<td>private</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='4323069cfc9640314abce0f13b6c11a6.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Adaptors</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>package</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>package</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='a5b96ea6baa365812d11f82ccfb1d272.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Adaptors</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='8d1de6d935c965309d9ef3bb1a8b9635.html'><span class='node-icon staruml-icon icon-UMLClass'></span>OpenCodeAdaptor</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='0a2c3c32f8650cc60d6a251e325931b7.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>package</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>package</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='4323069cfc9640314abce0f13b6c11a6.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Adaptors</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>name</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>name</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='08f15a81b2edd5a6cfdd763c99b3e6d9.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Parsers</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='6a31af6a1f5ee1002a45b6d4156bf14b.html'><span class='node-icon staruml-icon icon-UMLClass'></span>RssParser</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='0a628ab23c874b12d2bb7c57f08bacd3.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>name</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>name</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='cb2288495cbd72beb8d6aff88271c27f.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Parsers</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,402 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>supports_enhancement</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>supports_enhancement</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLOperation"></span>
|
||||
UMLOperation
|
||||
</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='a5b96ea6baa365812d11f82ccfb1d272.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Adaptors</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='c7ad530b5039be62efa6fad88dc7abe3.html'><span class='node-icon staruml-icon icon-UMLClass'></span>LlamaIndexAdaptor</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='0a8fab81ff1fe4fcf2830088d57a3389.html'><span class='node-icon staruml-icon icon-UMLOperation'></span>supports_enhancement</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>supports_enhancement</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>parameters</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>raisedExceptions</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>concurrency</td>
|
||||
<td>sequential</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isQuery</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isAbstract</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>specification</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='4323069cfc9640314abce0f13b6c11a6.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Adaptors</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,343 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title></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>(unnamed)</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLGeneralization"></span>
|
||||
UMLGeneralization
|
||||
</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='b9f465c166847f04c445425fb5a55d39.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Storage</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='f3eeafc76be1c31a500be61f86e0b3d2.html'><span class='node-icon staruml-icon icon-UMLClass'></span>S3StorageAdaptor</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='0a97292d8e93749d795ceb9d3a7ea43b.html'><span class='node-icon staruml-icon icon-UMLGeneralization'></span>(S3StorageAdaptor→BaseStorageAdaptor)</a></span>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Diagram -->
|
||||
|
||||
|
||||
|
||||
<!-- Description -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Description</h3>
|
||||
<div>
|
||||
|
||||
<span class="label label-info">none</span>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Specification -->
|
||||
|
||||
|
||||
|
||||
<!-- Directed Relationship -->
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td width="50%">
|
||||
<h3>Source</h3>
|
||||
<ul class="nav nav-list">
|
||||
<li><a href='f3eeafc76be1c31a500be61f86e0b3d2.html'><span class='node-icon staruml-icon icon-UMLClass'></span>S3StorageAdaptor</a></a></li>
|
||||
</ul>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<h3>Target</h3>
|
||||
<ul class="nav nav-list">
|
||||
<li><a href='1f180d81f85db347214ae45f4d884838.html'><span class='node-icon staruml-icon icon-UMLClass'></span>BaseStorageAdaptor</a></a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- 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></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>source</td>
|
||||
<td><a href='f3eeafc76be1c31a500be61f86e0b3d2.html'><span class='node-icon staruml-icon icon-UMLClass'></span>S3StorageAdaptor</a></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>target</td>
|
||||
<td><a href='1f180d81f85db347214ae45f4d884838.html'><span class='node-icon staruml-icon icon-UMLClass'></span>BaseStorageAdaptor</a></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>discriminator</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='02524d7a310024538b8bf2b5217a0405.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Storage</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,343 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>«import»</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>«import»</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLDependency"></span>
|
||||
UMLDependency
|
||||
</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='9a6a2c65f0fecfbf94214fe5dacc11b2.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Scrapers</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='b1cc179750d7478da42c374e551b414d.html'><span class='node-icon staruml-icon icon-UMLClass'></span>UnifiedScraper</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='0af0718934b7c9bf0704b33c6edceb0a.html'><span class='node-icon staruml-icon icon-UMLDependency'></span>«import» (UnifiedScraper→HtmlToSkillConverter)</a></span>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Diagram -->
|
||||
|
||||
|
||||
|
||||
<!-- Description -->
|
||||
|
||||
|
||||
<section>
|
||||
<h3>Description</h3>
|
||||
<div>
|
||||
|
||||
<span class="label label-info">none</span>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Specification -->
|
||||
|
||||
|
||||
|
||||
<!-- Directed Relationship -->
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td width="50%">
|
||||
<h3>Source</h3>
|
||||
<ul class="nav nav-list">
|
||||
<li><a href='b1cc179750d7478da42c374e551b414d.html'><span class='node-icon staruml-icon icon-UMLClass'></span>UnifiedScraper</a></a></li>
|
||||
</ul>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<h3>Target</h3>
|
||||
<ul class="nav nav-list">
|
||||
<li><a href='975393f28febd506c6f9a4bdd7d02929.html'><span class='node-icon staruml-icon icon-UMLClass'></span>HtmlToSkillConverter</a></a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- 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>«import»</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>source</td>
|
||||
<td><a href='b1cc179750d7478da42c374e551b414d.html'><span class='node-icon staruml-icon icon-UMLClass'></span>UnifiedScraper</a></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>target</td>
|
||||
<td><a href='975393f28febd506c6f9a4bdd7d02929.html'><span class='node-icon staruml-icon icon-UMLClass'></span>HtmlToSkillConverter</a></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>mapping</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='a47184837219aea9ccabc89e35d90216.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Scrapers</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,419 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>name</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>name</h1>
|
||||
|
||||
<!-- Type and Stereotype -->
|
||||
|
||||
<section style="margin-top: .5em;">
|
||||
<span class="alert alert-info">
|
||||
<span class="node-icon staruml-icon icon-UMLAttribute"></span>
|
||||
UMLAttribute
|
||||
</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='aeb1e5634b60b1f35e096477f31e3364.html'><span class='node-icon staruml-icon icon-UMLPackage'></span>Benchmark</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='57e49138e2708293c723ff5862c2db1d.html'><span class='node-icon staruml-icon icon-UMLDataType'></span>Metric</a></span>
|
||||
|
||||
<span>::</span>
|
||||
<span class="label label-info"><a href='0b13587dd50b418879fcc9d5fb4b0d63.html'><span class='node-icon staruml-icon icon-UMLAttribute'></span>name</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>name</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>isStatic</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isLeaf</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>featureDirection</td>
|
||||
<td>provided</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>multiplicity</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isReadOnly</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isOrdered</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isUnique</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isDerived</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>aggregation</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td>isID</td>
|
||||
<td><span class='label label-info'>false</span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Tags -->
|
||||
|
||||
|
||||
|
||||
<!-- Constraints, Dependencies, Dependants -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Relationships -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Owned Elements -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Diagrams -->
|
||||
|
||||
|
||||
|
||||
<section class="element-list">
|
||||
<h3>Diagrams</h3>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
<li><a href='4892786a2d7e18bd07ec297f95949221.html'><span class='node-icon staruml-icon icon-UMLClassDiagram'></span>Benchmark</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Image Map Resizer (https://github.com/davidjbradshaw/image-map-resizer) -->
|
||||
<script>
|
||||
imageMapResize();
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user