-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
108 lines (97 loc) · 4.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Scenarios - FeatureScenario</title>
<link rel="stylesheet" type="text/css" href="https://antranapp.github.io/Scenarios/all.css" media="all" />
</head>
<body>
<header>
<a href="https://antranapp.github.io/Scenarios/">
<strong>
Scenarios
</strong>
<span>Documentation</span>
</a>
<sup>Beta</sup>
</header>
<!--
<form class="search">
<input type="search" placeholder="Search" />
</form>
-->
<nav>
<div class="wrapper">
<h2>On This Page</h2>
<ol><li><a href="#relationships">Relationships</a><ul><li><a href="#relationships">Conforms To</a></li></ul></li><li><a href="#requirements">Requirements</a><ul><li class="variable"><a href="#featurescenario.context">context</a></li></ul></li></ol>
</div>
</nav>
<main>
<article>
<h1>
<small>Protocol</small>
<code class="name">FeatureScenario</code>
</h1>
<html><body><pre class="highlight"><code><span class="keyword">public</span> <span class="keyword">protocol</span> <span class="type">FeatureScenario</span>: <a href="https://antranapp.github.io/Scenarios/AudienceTargetableScenario"><span class="type">AudienceTargetableScenario</span></a></code></pre></body></html>
<section id="relationships">
<h2 hidden>Relationships</h2>
<figure>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.47.1 (20210417.1919)
-->
<!-- Pages: 1 -->
<svg width="872pt" height="116pt"
viewBox="0.00 0.00 872.00 116.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 112)">
<polygon fill="white" stroke="transparent" points="-4,4 -4,-112 868,-112 868,4 -4,4"/>
<!-- FeatureScenario -->
<g id="node1" class="node protocol current">
<title>FeatureScenario</title>
<g id="a_node1"><a xlink:href="https://antranapp.github.io/Scenarios/FeatureScenario" xlink:title="FeatureScenario">
<path fill="none" stroke="black" stroke-width="3" d="M528,-108C528,-108 336,-108 336,-108 330,-108 324,-102 324,-96 324,-96 324,-84 324,-84 324,-78 330,-72 336,-72 336,-72 528,-72 528,-72 534,-72 540,-78 540,-84 540,-84 540,-96 540,-96 540,-102 534,-108 528,-108"/>
<text text-anchor="middle" x="432" y="-86.3" font-family="Menlo" font-size="14.00">FeatureScenario</text>
</a>
</g>
</g>
<!-- AudienceTargetableScenario -->
<g id="node2" class="node unknown">
<title>AudienceTargetableScenario</title>
<path fill="none" stroke="black" d="M535.5,-36C535.5,-36 328.5,-36 328.5,-36 322.5,-36 316.5,-30 316.5,-24 316.5,-24 316.5,-12 316.5,-12 316.5,-6 322.5,0 328.5,0 328.5,0 535.5,0 535.5,0 541.5,0 547.5,-6 547.5,-12 547.5,-12 547.5,-24 547.5,-24 547.5,-30 541.5,-36 535.5,-36"/>
<text text-anchor="middle" x="432" y="-14.3" font-family="Menlo" font-size="14.00">AudienceTargetableScenario</text>
</g>
<!-- FeatureScenario->AudienceTargetableScenario -->
<g id="edge1" class="edge conformsTo">
<title>FeatureScenario->AudienceTargetableScenario</title>
<path fill="none" stroke="black" d="M432,-71.7C432,-63.98 432,-54.71 432,-46.11"/>
<polygon fill="black" stroke="black" points="435.5,-46.1 432,-36.1 428.5,-46.1 435.5,-46.1"/>
</g>
</g>
</svg>
<figcaption hidden>Inheritance graph for FeatureScenario.</figcaption>
</figure>
<h3>Conforms To</h3>
<dl>
<dt class="unknown"><code>AudienceTargetableScenario</code></dt>
</dl>
</section>
<section id="requirements">
<h2>Requirements</h2>
<div role="article" class="variable" id="featurescenario.context">
<h3>
<code>context</code>
</h3>
<html><body><pre class="highlight"><code><span class="keyword">var</span> <span class="variable">context</span>: <a href="https://antranapp.github.io/Scenarios/FeatureContext"><span class="type">FeatureContext</span></a><<span class="type">Configuration</span>, <span class="type">Output</span>></code></pre></body></html>
</div>
</section>
</article>
</main>
<footer>
<p>
Generated on <time datetime="2021-05-15T07:47:14+0800">15 May 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-beta.5</span>.
</p>
</footer>
</body>
</html>