261 lines
6.8 KiB
HTML

<!doctype html>
<html>
<head>
<title>Schemata for command instructions</title>
<style type="text/css">
body {
font-family: Trebuchet MS, sans-serif;
font-size: 15px;
color: #444;
margin-right: 24px;
}
h1 {
font-size: 25px;
}
h2 {
font-size: 20px;
}
h3 {
font-size: 16px;
font-weight: bold;
}
hr {
height: 1px;
border: 0;
color: #ddd;
background-color: #ddd;
}
.app-desc {
clear: both;
margin-left: 20px;
}
.param-name {
width: 100%;
}
.license-info {
margin-left: 20px;
}
.license-url {
margin-left: 20px;
}
.model {
margin: 0 0 0px 20px;
}
.method {
margin-left: 20px;
}
.method-notes {
margin: 10px 0 20px 0;
font-size: 90%;
color: #555;
}
pre {
padding: 10px;
margin-bottom: 2px;
}
.http-method {
text-transform: uppercase;
}
pre.get {
background-color: #0f6ab4;
}
pre.post {
background-color: #10a54a;
}
pre.put {
background-color: #c5862b;
}
pre.delete {
background-color: #a41e22;
}
.huge {
color: #fff;
}
pre.example {
background-color: #f3f3f3;
padding: 10px;
border: 1px solid #ddd;
}
code {
white-space: pre;
}
.nickname {
font-weight: bold;
}
.method-path {
font-size: 1.5em;
background-color: #0f6ab4;
}
.up {
float:right;
}
.parameter {
width: 500px;
}
.param {
width: 500px;
padding: 10px 0 0 20px;
font-weight: bold;
}
.param-desc {
width: 700px;
padding: 0 0 0 20px;
color: #777;
}
.param-type {
font-style: italic;
}
.param-enum-header {
width: 700px;
padding: 0 0 0 60px;
color: #777;
font-weight: bold;
}
.param-enum {
width: 700px;
padding: 0 0 0 80px;
color: #777;
font-style: italic;
}
.field-label {
padding: 0;
margin: 0;
clear: both;
}
.field-items {
padding: 0 0 15px 0;
margin-bottom: 15px;
}
.return-type {
clear: both;
padding-bottom: 10px;
}
.param-header {
font-weight: bold;
}
.method-tags {
text-align: right;
}
.method-tag {
background: none repeat scroll 0% 0% #24A600;
border-radius: 3px;
padding: 2px 10px;
margin: 2px;
color: #FFF;
display: inline-block;
text-decoration: none;
}
</style>
</head>
<body>
<h1>Schemata for command instructions</h1>
<div class="app-desc">No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)</div>
<div class="app-desc">More information: <a href="https://openapi-generator.tech">https://openapi-generator.tech</a></div>
<div class="app-desc">Contact Info: <a href="team@openapitools.org">team@openapitools.org</a></div>
<div class="app-desc">Version: 0.1.0</div>
<div class="app-desc">BasePath:</div>
<div class="license-info">All rights reserved</div>
<div class="license-url">http://apache.org/licenses/LICENSE-2.0.html</div>
<h2>Access</h2>
<h2><a name="__Methods">Methods</a></h2>
[ Jump to <a href="#__Models">Models</a> ]
<h3>Table of Contents </h3>
<div class="method-summary"></div>
<h2><a name="__Models">Models</a></h2>
[ Jump to <a href="#__Methods">Methods</a> ]
<h3>Table of Contents</h3>
<ol>
<li><a href="#Command"><code>Command</code> - </a></li>
<li><a href="#CommandHirschberg"><code>CommandHirschberg</code> - </a></li>
<li><a href="#CommandTarjan"><code>CommandTarjan</code> - </a></li>
<li><a href="#CommandTsp"><code>CommandTsp</code> - </a></li>
<li><a href="#EnumAlgorithmNames"><code>EnumAlgorithmNames</code> - </a></li>
<li><a href="#EnumTSPOptimise"><code>EnumTSPOptimise</code> - </a></li>
</ol>
<div class="model">
<h3><a name="Command"><code>Command</code> - </a> <a class="up" href="#__Models">Up</a></h3>
<div class='model-description'>Instructions for command to call</div>
<div class="field-items">
<div class="param">name </div><div class="param-desc"><span class="param-type"><a href="#EnumAlgorithmNames">EnumAlgorithmNames</a></span> </div>
</div> <!-- field-items -->
</div>
<div class="model">
<h3><a name="CommandHirschberg"><code>CommandHirschberg</code> - </a> <a class="up" href="#__Models">Up</a></h3>
<div class='model-description'>Instructions for execution of Hirschberg-Algorithm</div>
<div class="field-items">
<div class="param">name </div><div class="param-desc"><span class="param-type"><a href="#EnumAlgorithmNames">EnumAlgorithmNames</a></span> </div>
<div class="param">word1 </div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> Word that gets placed vertically in algorithm. </div>
<div class="param">word2 </div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> Word that gets placed horizontally in algorithm </div>
<div class="param">once (optional)</div><div class="param-desc"><span class="param-type"><a href="#boolean">Boolean</a></span> </div>
</div> <!-- field-items -->
</div>
<div class="model">
<h3><a name="CommandTarjan"><code>CommandTarjan</code> - </a> <a class="up" href="#__Models">Up</a></h3>
<div class='model-description'>Instructions for execution of Tarjan-Algorithm</div>
<div class="field-items">
<div class="param">name </div><div class="param-desc"><span class="param-type"><a href="#EnumAlgorithmNames">EnumAlgorithmNames</a></span> </div>
<div class="param">nodes </div><div class="param-desc"><span class="param-type"><a href="#anyOf<integer,number,string>">array[anyOf<integer,number,string>]</a></span> </div>
<div class="param">edges </div><div class="param-desc"><span class="param-type"><a href="#array">array[array[anyOf<integer,number,string>]]</a></span> </div>
</div> <!-- field-items -->
</div>
<div class="model">
<h3><a name="CommandTsp"><code>CommandTsp</code> - </a> <a class="up" href="#__Models">Up</a></h3>
<div class='model-description'>Instructions for execution of TSP-Algorithm</div>
<div class="field-items">
<div class="param">name </div><div class="param-desc"><span class="param-type"><a href="#EnumAlgorithmNames">EnumAlgorithmNames</a></span> </div>
<div class="param">dist </div><div class="param-desc"><span class="param-type"><a href="#array">array[array[BigDecimal]]</a></span> </div>
<div class="param">optimise </div><div class="param-desc"><span class="param-type"><a href="#EnumTSPOptimise">EnumTSPOptimise</a></span> </div>
</div> <!-- field-items -->
</div>
<div class="model">
<h3><a name="EnumAlgorithmNames"><code>EnumAlgorithmNames</code> - </a> <a class="up" href="#__Models">Up</a></h3>
<div class='model-description'>Enumeration of possible algorithm options.</div>
<div class="field-items">
</div> <!-- field-items -->
</div>
<div class="model">
<h3><a name="EnumTSPOptimise"><code>EnumTSPOptimise</code> - </a> <a class="up" href="#__Models">Up</a></h3>
<div class='model-description'>Enumeration of optimisation options for TSP</div>
<div class="field-items">
</div> <!-- field-items -->
</div>
</body>
</html>