Projekt

Obecné

Profil

Stáhnout (29.6 KB) Statistiky
| Větev: | Tag: | Revize:
1
<!DOCTYPE HTML>
2
<!-- NewPage -->
3
<html lang="cs">
4
<head>
5
<!-- Generated by javadoc (11.0.2) on Sun Sep 05 23:58:51 CEST 2021 -->
6
<title>A-Index</title>
7
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8
<meta name="dc.created" content="2021-09-05">
9
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
10
<link rel="stylesheet" type="text/css" href="../jquery/jquery-ui.css" title="Style">
11
<script type="text/javascript" src="../script.js"></script>
12
<script type="text/javascript" src="../jquery/jszip/dist/jszip.min.js"></script>
13
<script type="text/javascript" src="../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
14
<!--[if IE]>
15
<script type="text/javascript" src="../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
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>
19
<script type="text/javascript" src="../jquery/jquery-ui.js"></script>
20
</head>
21
<body>
22
<script type="text/javascript"><!--
23
    try {
24
        if (location.href.indexOf('is-external=true') == -1) {
25
            parent.document.title="A-Index";
26
        }
27
    }
28
    catch(err) {
29
    }
30
//-->
31
var pathtoroot = "../";
32
var useModuleDirectories = true;
33
loadScripts(document, 'script');</script>
34
<noscript>
35
<div>JavaScript is disabled on your browser.</div>
36
</noscript>
37
<header role="banner">
38
<nav role="navigation">
39
<div class="fixedNav">
40
<!-- ========= START OF TOP NAVBAR ======= -->
41
<div class="topNav"><a id="navbar.top">
42
<!--   -->
43
</a>
44
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
45
<a id="navbar.top.firstrow">
46
<!--   -->
47
</a>
48
<ul class="navList" title="Navigation">
49
<li><a href="../index.html">Overview</a></li>
50
<li>Package</li>
51
<li>Class</li>
52
<li><a href="../overview-tree.html">Tree</a></li>
53
<li><a href="../deprecated-list.html">Deprecated</a></li>
54
<li class="navBarCell1Rev">Index</li>
55
<li><a href="../help-doc.html">Help</a></li>
56
</ul>
57
</div>
58
<div class="subNav">
59
<ul class="navList" id="allclasses_navbar_top">
60
<li><a href="../allclasses.html">All&nbsp;Classes</a></li>
61
</ul>
62
<ul class="navListSearch">
63
<li><label for="search">SEARCH:</label>
64
<input type="text" id="search" value="search" disabled="disabled">
65
<input type="reset" id="reset" value="reset" disabled="disabled">
66
</li>
67
</ul>
68
<div>
69
<script type="text/javascript"><!--
70
  allClassesLink = document.getElementById("allclasses_navbar_top");
71
  if(window==top) {
72
    allClassesLink.style.display = "block";
73
  }
74
  else {
75
    allClassesLink.style.display = "none";
76
  }
77
  //-->
78
</script>
79
<noscript>
80
<div>JavaScript is disabled on your browser.</div>
81
</noscript>
82
</div>
83
<a id="skip.navbar.top">
84
<!--   -->
85
</a></div>
86
<!-- ========= END OF TOP NAVBAR ========= -->
87
</div>
88
<div class="navPadding">&nbsp;</div>
89
<script type="text/javascript"><!--
90
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
91
//-->
92
</script>
93
</nav>
94
</header>
95
<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:A">
97
<!--   -->
98
</a>
99
<h2 class="title">A</h2>
100
<dl>
101
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html#about()">about()</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 showing about page.</div>
104
</dd>
105
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/AntiPatternDetector.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)">analyze(Project, DatabaseConnection)</a></span> - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/AntiPatternDetector.html" title="interface in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">AntiPatternDetector</a></dt>
106
<dd>
107
<div class="block">Most important method of this class for analyzing AP.</div>
108
</dd>
109
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/BusinessAsUsualDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)">analyze(Project, DatabaseConnection)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/BusinessAsUsualDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">BusinessAsUsualDetectorImpl</a></dt>
110
<dd>
111
<div class="block">Detection procedure
112
 1) for each iteration find all activities that contain the name "% retr%" = retrospective or "% revi%" = revision
113
 (it could be further detected that all members log in to this activity, this activity should be without a commit,
114
 should be completed sometime at the end of the iteration => but if all these attributes are taken into account,
115
 then we will not eatno activity => too strict criteria)
116
 2) there should be at least one retrospective activity in each iteration
117
 3) also find all wiki pages that have been modified or created in the given iteration
118
 4) find out if the wiki page presents any notes from the retrospective
119
 5) put the results of wiki pages and activities together and there should be at least one entry for each iteration
120
 6) if no record is found in more than one third of the iterations, the anti-pattern is detected</div>
121
</dd>
122
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/LongOrNonExistentFeedbackLoopsDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)">analyze(Project, DatabaseConnection)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/LongOrNonExistentFeedbackLoopsDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">LongOrNonExistentFeedbackLoopsDetectorImpl</a></dt>
123
<dd>
124
<div class="block">Detection procedure
125
 1) find all activities that could represent a customer demo (the name will include substring)
126
 2) find out the average length of iterations
127
 3) find out the number of iterations
128
 4) first compare with the number of iterations => iterations and the activities found
129
 should be ideally equal (they can be smaller or larger but not much smaller)
130
 5) for every two consecutive activities, make a difference of dates and compare with
131
 the average length of the iteration => the difference should not differ much from t
132
 he average length of the iteration
133
 6) if a small number of found activities is detected in point 4)
134
 (the team does not do activities for meetings and can only record to the wiki)
135
 7) Find all wiki pages and make a join when they have changed
136
 (one page can be used for multiple meetings) with the appropriate name
137
 8) do a group by day</div>
138
</dd>
139
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/NinetyNinetyRuleDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)">analyze(Project, DatabaseConnection)</a></span> - Method in 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>
140
<dd>
141
<div class="block">Detection procedure
142
 1) for each iteration, make the sum of time spent and estimated over all activities
143
 2) Make a share of time spent / estimated time
144
 3) if all share results are less than 1.2 => all ok
145
 4) if the previous point does not work, then iterate over all shares
146
 5) if three iterations are found in a row, where estimates keep getting worse => detected</div>
147
</dd>
148
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/RoadToNowhereDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)">analyze(Project, DatabaseConnection)</a></span> - Method in 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>
149
<dd>
150
<div class="block">Detection procedure:
151
 1) for each project, try to find out if it contains any wiki pages with the project plan
152
 2) further try to find activities that would indicate that a project plan has been created
153
 3) if no activity or wiki page is found, the anti-pattern is detected</div>
154
</dd>
155
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/SpecifyNothingDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)">analyze(Project, DatabaseConnection)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/SpecifyNothingDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">SpecifyNothingDetectorImpl</a></dt>
156
<dd>
157
<div class="block">Detection procedure:
158
 1) for each project, try to find out if it contains any wiki pages with the project specification
159
 2) further try to find activities that would indicate that some project specification has arisen
160
 3) further take the average length of the text, which is given as a description of the activity
161
 4) if no activity or wiki page is found, the average length of the activity label is checked
162
 5) if neither works, the anti-pattern is detected</div>
163
</dd>
164
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/TooLongSprintDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)">analyze(Project, DatabaseConnection)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/TooLongSprintDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">TooLongSprintDetectorImpl</a></dt>
165
<dd>
166
<div class="block">Detection procedure:
167
 1) find all iterations of a given project
168
 2) remove the first and last iteration (these can be long due to the start of the project)
169
 3) find out their length (difference between start date and end date)
170
 4) if the iterations exceed the length of 21 days (adjustable threshold value), they are marked as too long
171
 5) if one or more iterations are found as long, then the anti pattern is detected</div>
172
</dd>
173
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/VaryingSprintLengthDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)">analyze(Project, DatabaseConnection)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/VaryingSprintLengthDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">VaryingSprintLengthDetectorImpl</a></dt>
174
<dd>
175
<div class="block">Detection procedure:
176
 1) find all iterations for a given project sorted by name (start date has strange values ​​and iterations do not follow each other)
177
 2) removal of the first and last iteration due to possible fluctuations
178
 3) find out their length (difference between start date and end date)
179
 4) Always compare two consecutive iterations
180
 5) if the length of the compared iterations differs by more than 7 days, the counter is raised
181
 6) if the counter exceeds the value 2, then the anti patern is detected</div>
182
</dd>
183
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManager.html#analyze(java.lang.String%5B%5D,java.lang.String%5B%5D)">analyze(String[], String[])</a></span> - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.detecting.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManager.html" title="interface in cz.zcu.fav.kiv.antipatterndetectionapp.detecting">AntiPatternManager</a></dt>
184
<dd>&nbsp;</dd>
185
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManagerImpl.html#analyze(java.lang.String%5B%5D,java.lang.String%5B%5D)">analyze(String[], String[])</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManagerImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting">AntiPatternManagerImpl</a></dt>
186
<dd>&nbsp;</dd>
187
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html#analyze(org.springframework.ui.Model,java.lang.String%5B%5D,java.lang.String%5B%5D)">analyze(Model, String[], String[])</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>
188
<dd>
189
<div class="block">Method that processes requirements for analyzing selected projects and AP.</div>
190
</dd>
191
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html#analyzeGet(org.springframework.ui.Model)">analyzeGet(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>
192
<dd>
193
<div class="block">Method for checking the change of configuration values ​​after pressing the back button in the browser.</div>
194
</dd>
195
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/Constants.html#ANTI_PATTERN_CATALOGUE_URL">ANTI_PATTERN_CATALOGUE_URL</a></span> - Static variable in class cz.zcu.fav.kiv.antipatterndetectionapp.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/Constants.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp">Constants</a></dt>
196
<dd>&nbsp;</dd>
197
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/AntiPattern.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model"><span class="typeNameLink">AntiPattern</span></a> - Class in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp.model</a></dt>
198
<dd>
199
<div class="block">Model class for AP.</div>
200
</dd>
201
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/AntiPattern.html#%3Cinit%3E(java.lang.Long,java.lang.String,java.lang.String,java.lang.String)">AntiPattern(Long, String, String, String)</a></span> - Constructor for 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>
202
<dd>&nbsp;</dd>
203
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/AntiPattern.html#%3Cinit%3E(java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.util.Map)">AntiPattern(Long, String, String, String, Map&lt;String, Configuration&gt;)</a></span> - Constructor for 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>
204
<dd>&nbsp;</dd>
205
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/AntiPattern.html#%3Cinit%3E(java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.lang.String)">AntiPattern(Long, String, String, String, Map&lt;String, Configuration&gt;, String)</a></span> - Constructor for 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>
206
<dd>&nbsp;</dd>
207
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/AntiPatternDetectionAppApplication.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp"><span class="typeNameLink">AntiPatternDetectionAppApplication</span></a> - Class in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp</a></dt>
208
<dd>&nbsp;</dd>
209
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/AntiPatternDetectionAppApplication.html#%3Cinit%3E()">AntiPatternDetectionAppApplication()</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/AntiPatternDetectionAppApplication.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp">AntiPatternDetectionAppApplication</a></dt>
210
<dd>&nbsp;</dd>
211
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/AntiPatternDetector.html" title="interface in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors"><span class="typeNameLink">AntiPatternDetector</span></a> - Interface in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors</a></dt>
212
<dd>
213
<div class="block">This is base interface for all AP detector.</div>
214
</dd>
215
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManager.html" title="interface in cz.zcu.fav.kiv.antipatterndetectionapp.detecting"><span class="typeNameLink">AntiPatternManager</span></a> - Interface in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp.detecting</a></dt>
216
<dd>&nbsp;</dd>
217
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManagerImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting"><span class="typeNameLink">AntiPatternManagerImpl</span></a> - Class in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp.detecting</a></dt>
218
<dd>&nbsp;</dd>
219
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManagerImpl.html#%3Cinit%3E()">AntiPatternManagerImpl()</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManagerImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting">AntiPatternManagerImpl</a></dt>
220
<dd>&nbsp;</dd>
221
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/AntiPatternRepository.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.repository"><span class="typeNameLink">AntiPatternRepository</span></a> - Class in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp.repository</a></dt>
222
<dd>
223
<div class="block">A class that takes care of working with AP.</div>
224
</dd>
225
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/AntiPatternRepository.html#%3Cinit%3E()">AntiPatternRepository()</a></span> - Constructor for 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>
226
<dd>&nbsp;</dd>
227
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternService.html" title="interface in cz.zcu.fav.kiv.antipatterndetectionapp.service"><span class="typeNameLink">AntiPatternService</span></a> - Interface in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp.service</a></dt>
228
<dd>&nbsp;</dd>
229
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternServiceImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.service"><span class="typeNameLink">AntiPatternServiceImpl</span></a> - Class in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp.service</a></dt>
230
<dd>&nbsp;</dd>
231
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternServiceImpl.html#%3Cinit%3E()">AntiPatternServiceImpl()</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.service.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternServiceImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.service">AntiPatternServiceImpl</a></dt>
232
<dd>&nbsp;</dd>
233
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html#antiPatternsPost(org.springframework.ui.Model,java.lang.Long,java.lang.String%5B%5D,java.lang.String%5B%5D,org.springframework.web.servlet.mvc.support.RedirectAttributes)">antiPatternsPost(Model, Long, String[], String[], RedirectAttributes)</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>
234
<dd>
235
<div class="block">Method for storing configuration values ​​for the respective AP.</div>
236
</dd>
237
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternService.html#antiPatternsToModel(java.util.List)">antiPatternsToModel(List&lt;AntiPatternDetector&gt;)</a></span> - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.service.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternService.html" title="interface in cz.zcu.fav.kiv.antipatterndetectionapp.service">AntiPatternService</a></dt>
238
<dd>&nbsp;</dd>
239
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternServiceImpl.html#antiPatternsToModel(java.util.List)">antiPatternsToModel(List&lt;AntiPatternDetector&gt;)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.service.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternServiceImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.service">AntiPatternServiceImpl</a></dt>
240
<dd>&nbsp;</dd>
241
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternService.html#antiPatternToModel(cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.AntiPatternDetector)">antiPatternToModel(AntiPatternDetector)</a></span> - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.service.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternService.html" title="interface in cz.zcu.fav.kiv.antipatterndetectionapp.service">AntiPatternService</a></dt>
242
<dd>&nbsp;</dd>
243
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternServiceImpl.html#antiPatternToModel(cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.AntiPatternDetector)">antiPatternToModel(AntiPatternDetector)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.service.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternServiceImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.service">AntiPatternServiceImpl</a></dt>
244
<dd>&nbsp;</dd>
245
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/spring/AppConfig.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.spring"><span class="typeNameLink">AppConfig</span></a> - Class in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/spring/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp.spring</a></dt>
246
<dd>
247
<div class="block">A class that configures a web application and loads templates correctly.</div>
248
</dd>
249
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/spring/AppConfig.html#%3Cinit%3E()">AppConfig()</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.spring.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/spring/AppConfig.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.spring">AppConfig</a></dt>
250
<dd>&nbsp;</dd>
251
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.controller"><span class="typeNameLink">AppController</span></a> - Class in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp.controller</a></dt>
252
<dd>
253
<div class="block">This class contains all endpoints of the web application.</div>
254
</dd>
255
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html#%3Cinit%3E()">AppController()</a></span> - Constructor for 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>
256
<dd>&nbsp;</dd>
257
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/spring/ApplicationProperties.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.spring"><span class="typeNameLink">ApplicationProperties</span></a> - Class in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/spring/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp.spring</a></dt>
258
<dd>&nbsp;</dd>
259
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/spring/ApplicationProperties.html#%3Cinit%3E()">ApplicationProperties()</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.spring.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/spring/ApplicationProperties.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.spring">ApplicationProperties</a></dt>
260
<dd>&nbsp;</dd>
261
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/utils/Utils.html#arrayOfStringsToArrayOfLongs(java.lang.String%5B%5D)">arrayOfStringsToArrayOfLongs(String[])</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>
262
<dd>
263
<div class="block">Method for transforming array of string to array of longs.</div>
264
</dd>
265
</dl>
266
<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>
267
</main>
268
<footer role="contentinfo">
269
<nav role="navigation">
270
<!-- ======= START OF BOTTOM NAVBAR ====== -->
271
<div class="bottomNav"><a id="navbar.bottom">
272
<!--   -->
273
</a>
274
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
275
<a id="navbar.bottom.firstrow">
276
<!--   -->
277
</a>
278
<ul class="navList" title="Navigation">
279
<li><a href="../index.html">Overview</a></li>
280
<li>Package</li>
281
<li>Class</li>
282
<li><a href="../overview-tree.html">Tree</a></li>
283
<li><a href="../deprecated-list.html">Deprecated</a></li>
284
<li class="navBarCell1Rev">Index</li>
285
<li><a href="../help-doc.html">Help</a></li>
286
</ul>
287
</div>
288
<div class="subNav">
289
<ul class="navList" id="allclasses_navbar_bottom">
290
<li><a href="../allclasses.html">All&nbsp;Classes</a></li>
291
</ul>
292
<div>
293
<script type="text/javascript"><!--
294
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
295
  if(window==top) {
296
    allClassesLink.style.display = "block";
297
  }
298
  else {
299
    allClassesLink.style.display = "none";
300
  }
301
  //-->
302
</script>
303
<noscript>
304
<div>JavaScript is disabled on your browser.</div>
305
</noscript>
306
</div>
307
<a id="skip.navbar.bottom">
308
<!--   -->
309
</a></div>
310
<!-- ======== END OF BOTTOM NAVBAR ======= -->
311
</nav>
312
</footer>
313
</body>
314
</html>
(1-1/18)