Revize afe7e572
Přidáno uživatelem stepanekp před téměř 3 roky(ů)
java_doc/index-files/index-13.html | ||
---|---|---|
2 | 2 |
<!-- NewPage --> |
3 | 3 |
<html lang="cs"> |
4 | 4 |
<head> |
5 |
<!-- Generated by javadoc (11.0.2) on Sun Sep 05 23:58:51 CEST 2021 -->
|
|
6 |
<title>Q-Index</title>
|
|
5 |
<!-- Generated by javadoc (11.0.14.1) on Mon Jun 13 09:49:32 CEST 2022 -->
|
|
6 |
<title>N-Index</title>
|
|
7 | 7 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
8 |
<meta name="dc.created" content="2021-09-05">
|
|
8 |
<meta name="dc.created" content="2022-06-13">
|
|
9 | 9 |
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> |
10 | 10 |
<link rel="stylesheet" type="text/css" href="../jquery/jquery-ui.css" title="Style"> |
11 | 11 |
<script type="text/javascript" src="../script.js"></script> |
... | ... | |
14 | 14 |
<!--[if IE]> |
15 | 15 |
<script type="text/javascript" src="../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> |
16 | 16 |
<![endif]--> |
17 |
<script type="text/javascript" src="../jquery/jquery-3.3.1.js"></script> |
|
18 |
<script type="text/javascript" src="../jquery/jquery-migrate-3.0.1.js"></script> |
|
17 |
<script type="text/javascript" src="../jquery/jquery-3.5.1.js"></script> |
|
19 | 18 |
<script type="text/javascript" src="../jquery/jquery-ui.js"></script> |
20 | 19 |
</head> |
21 | 20 |
<body> |
22 | 21 |
<script type="text/javascript"><!-- |
23 | 22 |
try { |
24 | 23 |
if (location.href.indexOf('is-external=true') == -1) { |
25 |
parent.document.title="Q-Index";
|
|
24 |
parent.document.title="N-Index";
|
|
26 | 25 |
} |
27 | 26 |
} |
28 | 27 |
catch(err) { |
... | ... | |
50 | 49 |
<li>Package</li> |
51 | 50 |
<li>Class</li> |
52 | 51 |
<li><a href="../overview-tree.html">Tree</a></li> |
53 |
<li><a href="../deprecated-list.html">Deprecated</a></li> |
|
54 | 52 |
<li class="navBarCell1Rev">Index</li> |
55 | 53 |
<li><a href="../help-doc.html">Help</a></li> |
56 | 54 |
</ul> |
... | ... | |
93 | 91 |
</nav> |
94 | 92 |
</header> |
95 | 93 |
<main role="main"> |
96 |
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">I</a> <a href="index-9.html">L</a> <a href="index-10.html">M</a> <a href="index-11.html">N</a> <a href="index-12.html">P</a> <a href="index-13.html">Q</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a href="index-18.html">V</a> <br><a href="../allclasses-index.html">All Classes</a> <a href="../allpackages-index.html">All Packages</a><a id="I:Q">
|
|
94 |
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">Q</a> <a href="index-17.html">R</a> <a href="index-18.html">S</a> <a href="index-19.html">T</a> <a href="index-20.html">U</a> <a href="index-21.html">V</a> <a href="index-22.html">Y</a> <br><a href="../allclasses-index.html">All Classes</a> <a href="../allpackages-index.html">All Packages</a><a id="I:N">
|
|
97 | 95 |
<!-- --> |
98 | 96 |
</a> |
99 |
<h2 class="title">Q</h2>
|
|
97 |
<h2 class="title">N</h2>
|
|
100 | 98 |
<dl> |
101 |
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/Query.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model"><span class="typeNameLink">Query</span></a> - Class in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp.model</a></dt> |
|
102 |
<dd> |
|
103 |
<div class="block">Model class for query.</div> |
|
104 |
</dd> |
|
105 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/Query.html#%3Cinit%3E(java.util.List,java.util.List)">Query(List<Project>, List<AntiPattern>)</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.model.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/Query.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model">Query</a></dt> |
|
99 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/AntiPattern.html#name">name</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.model.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/AntiPattern.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model">AntiPattern</a></dt> |
|
106 | 100 |
<dd> </dd> |
107 |
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/QueryResult.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model"><span class="typeNameLink">QueryResult</span></a> - Class in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp.model</a></dt> |
|
108 |
<dd> |
|
109 |
<div class="block">Model class for store results of one specific projects.</div> |
|
110 |
</dd> |
|
111 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/QueryResult.html#%3Cinit%3E()">QueryResult()</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.model.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/QueryResult.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model">QueryResult</a></dt> |
|
101 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/Project.html#name">name</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.model.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/Project.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model">Project</a></dt> |
|
112 | 102 |
<dd> </dd> |
113 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/QueryResult.html#%3Cinit%3E(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,java.util.List)">QueryResult(Project, List<QueryResultItem>)</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.model.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/QueryResult.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model">QueryResult</a></dt>
|
|
103 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/Threshold.html#name">name</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.model.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/Threshold.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model">Threshold</a></dt>
|
|
114 | 104 |
<dd> </dd> |
115 |
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/QueryResultItem.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model"><span class="typeNameLink">QueryResultItem</span></a> - Class in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp.model</a></dt> |
|
116 |
<dd> |
|
117 |
<div class="block">Model class for store result about specific anti-pattern.</div> |
|
118 |
</dd> |
|
119 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/QueryResultItem.html#%3Cinit%3E()">QueryResultItem()</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.model.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/QueryResultItem.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model">QueryResultItem</a></dt> |
|
105 |
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/NinetyNinetyRuleDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors"><span class="typeNameLink">NinetyNinetyRuleDetectorImpl</span></a> - Class in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors</a></dt> |
|
120 | 106 |
<dd> </dd> |
121 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/QueryResultItem.html#%3Cinit%3E(cz.zcu.fav.kiv.antipatterndetectionapp.model.AntiPattern,boolean,java.util.List)">QueryResultItem(AntiPattern, boolean, List<ResultDetail>)</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.model.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/QueryResultItem.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model">QueryResultItem</a></dt>
|
|
107 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/NinetyNinetyRuleDetectorImpl.html#%3Cinit%3E()">NinetyNinetyRuleDetectorImpl()</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/NinetyNinetyRuleDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">NinetyNinetyRuleDetectorImpl</a></dt>
|
|
122 | 108 |
<dd> </dd> |
123 | 109 |
</dl> |
124 |
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">I</a> <a href="index-9.html">L</a> <a href="index-10.html">M</a> <a href="index-11.html">N</a> <a href="index-12.html">P</a> <a href="index-13.html">Q</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a href="index-18.html">V</a> <br><a href="../allclasses-index.html">All Classes</a> <a href="../allpackages-index.html">All Packages</a></div>
|
|
110 |
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">Q</a> <a href="index-17.html">R</a> <a href="index-18.html">S</a> <a href="index-19.html">T</a> <a href="index-20.html">U</a> <a href="index-21.html">V</a> <a href="index-22.html">Y</a> <br><a href="../allclasses-index.html">All Classes</a> <a href="../allpackages-index.html">All Packages</a></div>
|
|
125 | 111 |
</main> |
126 | 112 |
<footer role="contentinfo"> |
127 | 113 |
<nav role="navigation"> |
... | ... | |
138 | 124 |
<li>Package</li> |
139 | 125 |
<li>Class</li> |
140 | 126 |
<li><a href="../overview-tree.html">Tree</a></li> |
141 |
<li><a href="../deprecated-list.html">Deprecated</a></li> |
|
142 | 127 |
<li class="navBarCell1Rev">Index</li> |
143 | 128 |
<li><a href="../help-doc.html">Help</a></li> |
144 | 129 |
</ul> |
Také k dispozici: Unified diff
updated java_doc added