Projekt

Obecné

Profil

« Předchozí | Další » 

Revize afe7e572

Přidáno uživatelem stepanekp před téměř 3 roky(ů)

updated java_doc added

Zobrazit rozdíly:

java_doc/index-files/index-14.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>R-Index</title>
5
<!-- Generated by javadoc (11.0.14.1) on Mon Jun 13 09:49:32 CEST 2022 -->
6
<title>O-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="R-Index";
24
            parent.document.title="O-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>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">L</a>&nbsp;<a href="index-10.html">M</a>&nbsp;<a href="index-11.html">N</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">Q</a>&nbsp;<a href="index-14.html">R</a>&nbsp;<a href="index-15.html">S</a>&nbsp;<a href="index-16.html">T</a>&nbsp;<a href="index-17.html">U</a>&nbsp;<a href="index-18.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a><a id="I:R">
94
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">L</a>&nbsp;<a href="index-12.html">M</a>&nbsp;<a href="index-13.html">N</a>&nbsp;<a href="index-14.html">O</a>&nbsp;<a href="index-15.html">P</a>&nbsp;<a href="index-16.html">Q</a>&nbsp;<a href="index-17.html">R</a>&nbsp;<a href="index-18.html">S</a>&nbsp;<a href="index-19.html">T</a>&nbsp;<a href="index-20.html">U</a>&nbsp;<a href="index-21.html">V</a>&nbsp;<a href="index-22.html">Y</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a><a id="I:O">
97 95
<!--   -->
98 96
</a>
99
<h2 class="title">R</h2>
97
<h2 class="title">O</h2>
100 98
<dl>
101
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html#recalculateGet(org.springframework.ui.Model)">recalculateGet(Model)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.controller.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.controller">AppController</a></dt>
102
<dd>
103
<div class="block">Method for recalculating the results after a configuration change.</div>
104
</dd>
105
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/ResultDetail.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model"><span class="typeNameLink">ResultDetail</span></a> - Class in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp.model</a></dt>
106
<dd>
107
<div class="block">Model class that stores details about single anti-pattern detection
108

  
109
 resultDetailName: name of the detail field
110
 resultDetailValue: value for detail</div>
111
</dd>
112
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/ResultDetail.html#%3Cinit%3E(java.lang.String,java.lang.String)">ResultDetail(String, String)</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.model.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/ResultDetail.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model">ResultDetail</a></dt>
99
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/utils/JsonParser.html#objectMapper">objectMapper</a></span> - Static variable in class cz.zcu.fav.kiv.antipatterndetectionapp.utils.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/utils/JsonParser.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.utils">JsonParser</a></dt>
113 100
<dd>&nbsp;</dd>
114
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/QueryResultItem.html#resultDetailsToString()">resultDetailsToString()</a></span> - Method in 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>
101
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/AntiPatternRepository.html#OPERATIONALIZATION_DIR">OPERATIONALIZATION_DIR</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.repository.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/AntiPatternRepository.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.repository">AntiPatternRepository</a></dt>
115 102
<dd>&nbsp;</dd>
116
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html#resultRecalculate(org.springframework.ui.Model)">resultRecalculate(Model)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.controller.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.controller">AppController</a></dt>
117
<dd>
118
<div class="block">Method for recalculating the results after a configuration change.</div>
119
</dd>
120
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/utils/Utils.html#resultSetToArrayList(java.sql.ResultSet)">resultSetToArrayList(ResultSet)</a></span> - Static method in class cz.zcu.fav.kiv.antipatterndetectionapp.utils.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/utils/Utils.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.utils">Utils</a></dt>
121
<dd>&nbsp;</dd>
122
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/RoadToNowhereDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors"><span class="typeNameLink">RoadToNowhereDetectorImpl</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>
123
<dd>&nbsp;</dd>
124
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/RoadToNowhereDetectorImpl.html#%3Cinit%3E()">RoadToNowhereDetectorImpl()</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/RoadToNowhereDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">RoadToNowhereDetectorImpl</a></dt>
103
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/AntiPatternRepository.html#OPERATIONALIZATION_IMG_DIR">OPERATIONALIZATION_IMG_DIR</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.repository.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/AntiPatternRepository.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.repository">AntiPatternRepository</a></dt>
125 104
<dd>&nbsp;</dd>
126 105
</dl>
127
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">L</a>&nbsp;<a href="index-10.html">M</a>&nbsp;<a href="index-11.html">N</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">Q</a>&nbsp;<a href="index-14.html">R</a>&nbsp;<a href="index-15.html">S</a>&nbsp;<a href="index-16.html">T</a>&nbsp;<a href="index-17.html">U</a>&nbsp;<a href="index-18.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a></div>
106
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">L</a>&nbsp;<a href="index-12.html">M</a>&nbsp;<a href="index-13.html">N</a>&nbsp;<a href="index-14.html">O</a>&nbsp;<a href="index-15.html">P</a>&nbsp;<a href="index-16.html">Q</a>&nbsp;<a href="index-17.html">R</a>&nbsp;<a href="index-18.html">S</a>&nbsp;<a href="index-19.html">T</a>&nbsp;<a href="index-20.html">U</a>&nbsp;<a href="index-21.html">V</a>&nbsp;<a href="index-22.html">Y</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a></div>
128 107
</main>
129 108
<footer role="contentinfo">
130 109
<nav role="navigation">
......
141 120
<li>Package</li>
142 121
<li>Class</li>
143 122
<li><a href="../overview-tree.html">Tree</a></li>
144
<li><a href="../deprecated-list.html">Deprecated</a></li>
145 123
<li class="navBarCell1Rev">Index</li>
146 124
<li><a href="../help-doc.html">Help</a></li>
147 125
</ul>

Také k dispozici: Unified diff