Documentation
¶
Index ¶
Constants ¶
View Source
const MainHtml = `
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Aida: Stochastic Estimator</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<h1>Aida: Stochastic Estimator</h1>
<ul>
<li> <h3> <a href="/` + countingRef + `"> Counting Statistics </a> </h3> </li>
<li> <h3> <a href="/` + queuingRef + `"> Queuing Statistics </a> </h3> </li>
<li> <h3> <a href="/` + snapshotRef + `"> Snapshot Statistics </a> </h3> </li>
<li> <h3> <a href="/` + scalarRef + `"> Scalar Argument Statistics </a> </h3> </li>
<li> <h3> <a href="/` + txoperationRef + `"> Transactional Operation Statistics </a> </h3> </li>
<li> <h3> <a href="/` + operationRef + `"> Operation Statistics </a> </h3> </li>
<li> <h3> <a href="/` + simplifiedMarkovRef + `"> Simplified Markov Chain </a> </h3> </li>
<li> <h3> <a href="/` + markovRef + `"> Markov Chain </a> </h3> </li>
</ul>
</body>
</html>
`
MainHtml is the index page.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.