1 |
48a86d47
|
Ondřej Váně
|
<!DOCTYPE HTML>
|
2 |
|
|
<!-- NewPage -->
|
3 |
|
|
<html lang="cs">
|
4 |
|
|
<head>
|
5 |
afe7e572
|
stepanekp
|
<!-- Generated by javadoc (11.0.14.1) on Mon Jun 13 09:49:32 CEST 2022 -->
|
6 |
48a86d47
|
Ondřej Váně
|
<title>A-Index</title>
|
7 |
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
8 |
afe7e572
|
stepanekp
|
<meta name="dc.created" content="2022-06-13">
|
9 |
48a86d47
|
Ondřej Váně
|
<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 |
afe7e572
|
stepanekp
|
<script type="text/javascript" src="../jquery/jquery-3.5.1.js"></script>
|
18 |
48a86d47
|
Ondřej Váně
|
<script type="text/javascript" src="../jquery/jquery-ui.js"></script>
|
19 |
|
|
</head>
|
20 |
|
|
<body>
|
21 |
|
|
<script type="text/javascript"><!--
|
22 |
|
|
try {
|
23 |
|
|
if (location.href.indexOf('is-external=true') == -1) {
|
24 |
|
|
parent.document.title="A-Index";
|
25 |
|
|
}
|
26 |
|
|
}
|
27 |
|
|
catch(err) {
|
28 |
|
|
}
|
29 |
|
|
//-->
|
30 |
|
|
var pathtoroot = "../";
|
31 |
|
|
var useModuleDirectories = true;
|
32 |
|
|
loadScripts(document, 'script');</script>
|
33 |
|
|
<noscript>
|
34 |
|
|
<div>JavaScript is disabled on your browser.</div>
|
35 |
|
|
</noscript>
|
36 |
|
|
<header role="banner">
|
37 |
|
|
<nav role="navigation">
|
38 |
|
|
<div class="fixedNav">
|
39 |
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
40 |
|
|
<div class="topNav"><a id="navbar.top">
|
41 |
|
|
<!-- -->
|
42 |
|
|
</a>
|
43 |
|
|
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
44 |
|
|
<a id="navbar.top.firstrow">
|
45 |
|
|
<!-- -->
|
46 |
|
|
</a>
|
47 |
|
|
<ul class="navList" title="Navigation">
|
48 |
|
|
<li><a href="../index.html">Overview</a></li>
|
49 |
|
|
<li>Package</li>
|
50 |
|
|
<li>Class</li>
|
51 |
|
|
<li><a href="../overview-tree.html">Tree</a></li>
|
52 |
|
|
<li class="navBarCell1Rev">Index</li>
|
53 |
|
|
<li><a href="../help-doc.html">Help</a></li>
|
54 |
|
|
</ul>
|
55 |
|
|
</div>
|
56 |
|
|
<div class="subNav">
|
57 |
|
|
<ul class="navList" id="allclasses_navbar_top">
|
58 |
|
|
<li><a href="../allclasses.html">All Classes</a></li>
|
59 |
|
|
</ul>
|
60 |
|
|
<ul class="navListSearch">
|
61 |
|
|
<li><label for="search">SEARCH:</label>
|
62 |
|
|
<input type="text" id="search" value="search" disabled="disabled">
|
63 |
|
|
<input type="reset" id="reset" value="reset" disabled="disabled">
|
64 |
|
|
</li>
|
65 |
|
|
</ul>
|
66 |
|
|
<div>
|
67 |
|
|
<script type="text/javascript"><!--
|
68 |
|
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
69 |
|
|
if(window==top) {
|
70 |
|
|
allClassesLink.style.display = "block";
|
71 |
|
|
}
|
72 |
|
|
else {
|
73 |
|
|
allClassesLink.style.display = "none";
|
74 |
|
|
}
|
75 |
|
|
//-->
|
76 |
|
|
</script>
|
77 |
|
|
<noscript>
|
78 |
|
|
<div>JavaScript is disabled on your browser.</div>
|
79 |
|
|
</noscript>
|
80 |
|
|
</div>
|
81 |
|
|
<a id="skip.navbar.top">
|
82 |
|
|
<!-- -->
|
83 |
|
|
</a></div>
|
84 |
|
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
85 |
|
|
</div>
|
86 |
|
|
<div class="navPadding"> </div>
|
87 |
|
|
<script type="text/javascript"><!--
|
88 |
|
|
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
89 |
|
|
//-->
|
90 |
|
|
</script>
|
91 |
|
|
</nav>
|
92 |
|
|
</header>
|
93 |
|
|
<main role="main">
|
94 |
afe7e572
|
stepanekp
|
<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:A">
|
95 |
48a86d47
|
Ondřej Váně
|
<!-- -->
|
96 |
|
|
</a>
|
97 |
|
|
<h2 class="title">A</h2>
|
98 |
|
|
<dl>
|
99 |
afe7e572
|
stepanekp
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html#about(org.springframework.ui.Model)">about(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>
|
100 |
48a86d47
|
Ondřej Váně
|
<dd>
|
101 |
|
|
<div class="block">Method for showing about page.</div>
|
102 |
|
|
</dd>
|
103 |
afe7e572
|
stepanekp
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/spring/AppConfig.html#addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry)">addResourceHandlers(ResourceHandlerRegistry)</a></span> - Method in 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>
|
104 |
|
|
<dd> </dd>
|
105 |
|
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/ConfigurationRepository.html#allConfigurations">allConfigurations</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.repository.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/ConfigurationRepository.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.repository">ConfigurationRepository</a></dt>
|
106 |
|
|
<dd> </dd>
|
107 |
|
|
<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,java.util.Map)">analyze(Project, DatabaseConnection, Map<String, String>)</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>
|
108 |
48a86d47
|
Ondřej Váně
|
<dd>
|
109 |
|
|
<div class="block">Most important method of this class for analyzing AP.</div>
|
110 |
|
|
</dd>
|
111 |
afe7e572
|
stepanekp
|
<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,java.util.Map)">analyze(Project, DatabaseConnection, Map<String, String>)</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>
|
112 |
48a86d47
|
Ondřej Váně
|
<dd>
|
113 |
|
|
<div class="block">Detection procedure
|
114 |
|
|
1) for each iteration find all activities that contain the name "% retr%" = retrospective or "% revi%" = revision
|
115 |
|
|
(it could be further detected that all members log in to this activity, this activity should be without a commit,
|
116 |
|
|
should be completed sometime at the end of the iteration => but if all these attributes are taken into account,
|
117 |
|
|
then we will not eatno activity => too strict criteria)
|
118 |
|
|
2) there should be at least one retrospective activity in each iteration
|
119 |
|
|
3) also find all wiki pages that have been modified or created in the given iteration
|
120 |
|
|
4) find out if the wiki page presents any notes from the retrospective
|
121 |
|
|
5) put the results of wiki pages and activities together and there should be at least one entry for each iteration
|
122 |
|
|
6) if no record is found in more than one third of the iterations, the anti-pattern is detected</div>
|
123 |
|
|
</dd>
|
124 |
afe7e572
|
stepanekp
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/BystanderApathyDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection,java.util.Map)">analyze(Project, DatabaseConnection, Map<String, String>)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/BystanderApathyDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">BystanderApathyDetectorImpl</a></dt>
|
125 |
|
|
<dd>
|
126 |
|
|
<div class="block">Detection procedure:
|
127 |
|
|
1) find all work units in the project
|
128 |
|
|
2) find number of contributors to each project
|
129 |
|
|
3) if there is only one contributor (author) in the work unit, the work unit is without cooperation
|
130 |
|
|
4) if there is certain percentage of work units without cooperation in all work unit number, the anti-pattern is detected</div>
|
131 |
|
|
</dd>
|
132 |
|
|
<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,java.util.Map)">analyze(Project, DatabaseConnection, Map<String, String>)</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>
|
133 |
48a86d47
|
Ondřej Váně
|
<dd>
|
134 |
|
|
<div class="block">Detection procedure
|
135 |
|
|
1) find all activities that could represent a customer demo (the name will include substring)
|
136 |
|
|
2) find out the average length of iterations
|
137 |
|
|
3) find out the number of iterations
|
138 |
|
|
4) first compare with the number of iterations => iterations and the activities found
|
139 |
|
|
should be ideally equal (they can be smaller or larger but not much smaller)
|
140 |
|
|
5) for every two consecutive activities, make a difference of dates and compare with
|
141 |
|
|
the average length of the iteration => the difference should not differ much from t
|
142 |
|
|
he average length of the iteration
|
143 |
|
|
6) if a small number of found activities is detected in point 4)
|
144 |
|
|
(the team does not do activities for meetings and can only record to the wiki)
|
145 |
|
|
7) Find all wiki pages and make a join when they have changed
|
146 |
|
|
(one page can be used for multiple meetings) with the appropriate name
|
147 |
|
|
8) do a group by day</div>
|
148 |
|
|
</dd>
|
149 |
afe7e572
|
stepanekp
|
<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,java.util.Map)">analyze(Project, DatabaseConnection, Map<String, String>)</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>
|
150 |
48a86d47
|
Ondřej Váně
|
<dd>
|
151 |
|
|
<div class="block">Detection procedure
|
152 |
|
|
1) for each iteration, make the sum of time spent and estimated over all activities
|
153 |
|
|
2) Make a share of time spent / estimated time
|
154 |
|
|
3) if all share results are less than 1.2 => all ok
|
155 |
|
|
4) if the previous point does not work, then iterate over all shares
|
156 |
|
|
5) if three iterations are found in a row, where estimates keep getting worse => detected</div>
|
157 |
|
|
</dd>
|
158 |
afe7e572
|
stepanekp
|
<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,java.util.Map)">analyze(Project, DatabaseConnection, Map<String, String>)</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>
|
159 |
48a86d47
|
Ondřej Váně
|
<dd>
|
160 |
|
|
<div class="block">Detection procedure:
|
161 |
|
|
1) for each project, try to find out if it contains any wiki pages with the project plan
|
162 |
|
|
2) further try to find activities that would indicate that a project plan has been created
|
163 |
|
|
3) if no activity or wiki page is found, the anti-pattern is detected</div>
|
164 |
|
|
</dd>
|
165 |
afe7e572
|
stepanekp
|
<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,java.util.Map)">analyze(Project, DatabaseConnection, Map<String, String>)</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>
|
166 |
48a86d47
|
Ondřej Váně
|
<dd>
|
167 |
|
|
<div class="block">Detection procedure:
|
168 |
|
|
1) for each project, try to find out if it contains any wiki pages with the project specification
|
169 |
|
|
2) further try to find activities that would indicate that some project specification has arisen
|
170 |
|
|
3) further take the average length of the text, which is given as a description of the activity
|
171 |
|
|
4) if no activity or wiki page is found, the average length of the activity label is checked
|
172 |
|
|
5) if neither works, the anti-pattern is detected</div>
|
173 |
|
|
</dd>
|
174 |
afe7e572
|
stepanekp
|
<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,java.util.Map)">analyze(Project, DatabaseConnection, Map<String, String>)</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>
|
175 |
48a86d47
|
Ondřej Váně
|
<dd>
|
176 |
|
|
<div class="block">Detection procedure:
|
177 |
|
|
1) find all iterations of a given project
|
178 |
|
|
2) remove the first and last iteration (these can be long due to the start of the project)
|
179 |
|
|
3) find out their length (difference between start date and end date)
|
180 |
|
|
4) if the iterations exceed the length of 21 days (adjustable threshold value), they are marked as too long
|
181 |
|
|
5) if one or more iterations are found as long, then the anti pattern is detected</div>
|
182 |
|
|
</dd>
|
183 |
afe7e572
|
stepanekp
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/UnknownPosterDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection,java.util.Map)">analyze(Project, DatabaseConnection, Map<String, String>)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/UnknownPosterDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">UnknownPosterDetectorImpl</a></dt>
|
184 |
48a86d47
|
Ondřej Váně
|
<dd>
|
185 |
|
|
<div class="block">Detection procedure:
|
186 |
afe7e572
|
stepanekp
|
1) find all persons involved in the project
|
187 |
|
|
2) check if persons have full name filled in
|
188 |
|
|
3) select identities for unidentified persons
|
189 |
|
|
4) check if every person has filled in at least one of the information in one of used identities
|
190 |
|
|
(email, full name in description, valid nickname)
|
191 |
|
|
5) if there is at least one unidentified person, the anti-pattern is detected</div>
|
192 |
|
|
</dd>
|
193 |
|
|
<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,java.util.Map)">analyze(Project, DatabaseConnection, Map<String, String>)</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>
|
194 |
|
|
<dd>
|
195 |
|
|
<div class="block">Detection procedure:
|
196 |
|
|
1) find all iterations for a given project sorted by name (start date has strange values ​​and iterations do not follow each other)
|
197 |
48a86d47
|
Ondřej Váně
|
2) removal of the first and last iteration due to possible fluctuations
|
198 |
|
|
3) find out their length (difference between start date and end date)
|
199 |
|
|
4) Always compare two consecutive iterations
|
200 |
|
|
5) if the length of the compared iterations differs by more than 7 days, the counter is raised
|
201 |
|
|
6) if the counter exceeds the value 2, then the anti patern is detected</div>
|
202 |
|
|
</dd>
|
203 |
afe7e572
|
stepanekp
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/YetAnotherProgrammerDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection,java.util.Map)">analyze(Project, DatabaseConnection, Map<String, String>)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/YetAnotherProgrammerDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">YetAnotherProgrammerDetectorImpl</a></dt>
|
204 |
|
|
<dd>
|
205 |
|
|
<div class="block">Detection procedure:
|
206 |
|
|
1) select start and end date of the project
|
207 |
|
|
2) select all persons involved in the project
|
208 |
|
|
3) get first involvement date for each person in the project
|
209 |
|
|
4) divide project into months
|
210 |
|
|
5) for each month (except first X months) get number of persons with first involvement in this month
|
211 |
|
|
6) if number of new persons in any month is more than Y, the anti-pattern is detected</div>
|
212 |
|
|
</dd>
|
213 |
|
|
<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,java.util.Map)">analyze(String[], String[], Map<String, Map<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>
|
214 |
|
|
<dd>
|
215 |
|
|
<div class="block">Method for processing analysis of selected anti-patterns on selected project with certain configuration</div>
|
216 |
|
|
</dd>
|
217 |
|
|
<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,java.util.Map)">analyze(String[], String[], Map<String, Map<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>
|
218 |
48a86d47
|
Ondřej Váně
|
<dd> </dd>
|
219 |
afe7e572
|
stepanekp
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManagerImpl.html#analyze(java.util.List,java.util.List,java.util.Map)">analyze(List<Project>, List<AntiPatternDetector>, Map<String, Map<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>
|
220 |
|
|
<dd>
|
221 |
|
|
<div class="block">This method iterate over each project and detecting all AP.</div>
|
222 |
|
|
</dd>
|
223 |
|
|
<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,javax.servlet.http.HttpSession)">analyze(Model, String[], String[], HttpSession)</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>
|
224 |
48a86d47
|
Ondřej Váně
|
<dd>
|
225 |
|
|
<div class="block">Method that processes requirements for analyzing selected projects and AP.</div>
|
226 |
|
|
</dd>
|
227 |
afe7e572
|
stepanekp
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/CacheablesValues.html#analyzedAntiPatterns">analyzedAntiPatterns</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.model.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/CacheablesValues.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model">CacheablesValues</a></dt>
|
228 |
|
|
<dd> </dd>
|
229 |
|
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/CacheablesValues.html#analyzedProjects">analyzedProjects</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.model.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/CacheablesValues.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model">CacheablesValues</a></dt>
|
230 |
|
|
<dd> </dd>
|
231 |
48a86d47
|
Ondřej Váně
|
<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>
|
232 |
|
|
<dd>
|
233 |
afe7e572
|
stepanekp
|
<div class="block">Method for checking the change of configuration values ​​after pressing the back button in the browser.</div>
|
234 |
48a86d47
|
Ondřej Váně
|
</dd>
|
235 |
|
|
<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>
|
236 |
|
|
<dd> </dd>
|
237 |
afe7e572
|
stepanekp
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/Constants.html#ANTI_PATTERN_CATALOGUE_URL_RAW">ANTI_PATTERN_CATALOGUE_URL_RAW</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>
|
238 |
|
|
<dd> </dd>
|
239 |
|
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/BusinessAsUsualDetectorImpl.html#antiPattern">antiPattern</a></span> - Variable 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>
|
240 |
|
|
<dd> </dd>
|
241 |
|
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/BystanderApathyDetectorImpl.html#antiPattern">antiPattern</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/BystanderApathyDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">BystanderApathyDetectorImpl</a></dt>
|
242 |
|
|
<dd> </dd>
|
243 |
|
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/LongOrNonExistentFeedbackLoopsDetectorImpl.html#antiPattern">antiPattern</a></span> - Variable 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>
|
244 |
|
|
<dd> </dd>
|
245 |
|
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/NinetyNinetyRuleDetectorImpl.html#antiPattern">antiPattern</a></span> - Variable 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>
|
246 |
|
|
<dd> </dd>
|
247 |
|
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/RoadToNowhereDetectorImpl.html#antiPattern">antiPattern</a></span> - Variable 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>
|
248 |
|
|
<dd> </dd>
|
249 |
|
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/SpecifyNothingDetectorImpl.html#antiPattern">antiPattern</a></span> - Variable 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>
|
250 |
|
|
<dd> </dd>
|
251 |
|
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/TooLongSprintDetectorImpl.html#antiPattern">antiPattern</a></span> - Variable 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>
|
252 |
|
|
<dd> </dd>
|
253 |
|
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/UnknownPosterDetectorImpl.html#antiPattern">antiPattern</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/UnknownPosterDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">UnknownPosterDetectorImpl</a></dt>
|
254 |
|
|
<dd> </dd>
|
255 |
|
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/VaryingSprintLengthDetectorImpl.html#antiPattern">antiPattern</a></span> - Variable 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>
|
256 |
|
|
<dd> </dd>
|
257 |
|
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/YetAnotherProgrammerDetectorImpl.html#antiPattern">antiPattern</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/YetAnotherProgrammerDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">YetAnotherProgrammerDetectorImpl</a></dt>
|
258 |
|
|
<dd> </dd>
|
259 |
|
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/QueryResultItem.html#antiPattern">antiPattern</a></span> - Variable 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>
|
260 |
|
|
<dd> </dd>
|
261 |
48a86d47
|
Ondřej Váně
|
<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>
|
262 |
|
|
<dd>
|
263 |
|
|
<div class="block">Model class for AP.</div>
|
264 |
|
|
</dd>
|
265 |
|
|
<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>
|
266 |
|
|
<dd> </dd>
|
267 |
afe7e572
|
stepanekp
|
<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<String, Threshold>)</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>
|
268 |
48a86d47
|
Ondřej Váně
|
<dd> </dd>
|
269 |
afe7e572
|
stepanekp
|
<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<String, Threshold>, 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>
|
270 |
48a86d47
|
Ondřej Váně
|
<dd> </dd>
|
271 |
|
|
<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>
|
272 |
|
|
<dd> </dd>
|
273 |
|
|
<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>
|
274 |
|
|
<dd> </dd>
|
275 |
|
|
<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>
|
276 |
|
|
<dd>
|
277 |
|
|
<div class="block">This is base interface for all AP detector.</div>
|
278 |
|
|
</dd>
|
279 |
afe7e572
|
stepanekp
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/AntiPatternRepository.html#antiPatternDetectors">antiPatternDetectors</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>
|
280 |
|
|
<dd> </dd>
|
281 |
|
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html#antiPatternManager">antiPatternManager</a></span> - Variable 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>
|
282 |
|
|
<dd> </dd>
|
283 |
48a86d47
|
Ondřej Váně
|
<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>
|
284 |
|
|
<dd> </dd>
|
285 |
|
|
<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>
|
286 |
|
|
<dd> </dd>
|
287 |
|
|
<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>
|
288 |
|
|
<dd> </dd>
|
289 |
afe7e572
|
stepanekp
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternServiceImpl.html#antiPatternRepository">antiPatternRepository</a></span> - Variable 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>
|
290 |
|
|
<dd> </dd>
|
291 |
48a86d47
|
Ondřej Váně
|
<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>
|
292 |
|
|
<dd>
|
293 |
|
|
<div class="block">A class that takes care of working with AP.</div>
|
294 |
|
|
</dd>
|
295 |
afe7e572
|
stepanekp
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/AntiPatternRepository.html#%3Cinit%3E(java.lang.String)">AntiPatternRepository(String)</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>
|
296 |
|
|
<dd> </dd>
|
297 |
|
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/Query.html#antiPatterns">antiPatterns</a></span> - Variable in 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>
|
298 |
|
|
<dd> </dd>
|
299 |
|
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html#antiPatternService">antiPatternService</a></span> - Variable 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>
|
300 |
|
|
<dd> </dd>
|
301 |
|
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManagerImpl.html#antiPatternService">antiPatternService</a></span> - Variable 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>
|
302 |
48a86d47
|
Ondřej Váně
|
<dd> </dd>
|
303 |
|
|
<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>
|
304 |
|
|
<dd> </dd>
|
305 |
|
|
<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>
|
306 |
|
|
<dd> </dd>
|
307 |
|
|
<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>
|
308 |
|
|
<dd> </dd>
|
309 |
afe7e572
|
stepanekp
|
<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,java.lang.String%5B%5D,javax.servlet.http.HttpSession,org.springframework.web.servlet.mvc.support.RedirectAttributes)">antiPatternsPost(Model, Long, String[], String[], String[], HttpSession, 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>
|
310 |
|
|
<dd>
|
311 |
|
|
<div class="block">Method for saving changes of one AP in current configuration</div>
|
312 |
|
|
</dd>
|
313 |
|
|
<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,org.springframework.web.servlet.mvc.support.RedirectAttributes)">antiPatternsPost(Model, Long, 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>
|
314 |
48a86d47
|
Ondřej Váně
|
<dd>
|
315 |
afe7e572
|
stepanekp
|
<div class="block">Method for storing operationalization detail for individual AP</div>
|
316 |
48a86d47
|
Ondřej Váně
|
</dd>
|
317 |
|
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternService.html#antiPatternsToModel(java.util.List)">antiPatternsToModel(List<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>
|
318 |
|
|
<dd> </dd>
|
319 |
|
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternServiceImpl.html#antiPatternsToModel(java.util.List)">antiPatternsToModel(List<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>
|
320 |
|
|
<dd> </dd>
|
321 |
|
|
<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>
|
322 |
|
|
<dd> </dd>
|
323 |
|
|
<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>
|
324 |
|
|
<dd> </dd>
|
325 |
afe7e572
|
stepanekp
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/AntiPatternRepository.html#AP_DIR">AP_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>
|
326 |
|
|
<dd> </dd>
|
327 |
48a86d47
|
Ondřej Váně
|
<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>
|
328 |
|
|
<dd>
|
329 |
|
|
<div class="block">A class that configures a web application and loads templates correctly.</div>
|
330 |
|
|
</dd>
|
331 |
|
|
<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>
|
332 |
|
|
<dd> </dd>
|
333 |
|
|
<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>
|
334 |
|
|
<dd>
|
335 |
|
|
<div class="block">This class contains all endpoints of the web application.</div>
|
336 |
|
|
</dd>
|
337 |
|
|
<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>
|
338 |
|
|
<dd> </dd>
|
339 |
afe7e572
|
stepanekp
|
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/spring/SpringApplicationContext.html#applicationContext">applicationContext</a></span> - Static variable in class cz.zcu.fav.kiv.antipatterndetectionapp.spring.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/spring/SpringApplicationContext.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.spring">SpringApplicationContext</a></dt>
|
340 |
|
|
<dd> </dd>
|
341 |
48a86d47
|
Ondřej Váně
|
<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>
|
342 |
|
|
<dd> </dd>
|
343 |
|
|
<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>
|
344 |
|
|
<dd> </dd>
|
345 |
|
|
<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>
|
346 |
|
|
<dd>
|
347 |
|
|
<div class="block">Method for transforming array of string to array of longs.</div>
|
348 |
|
|
</dd>
|
349 |
|
|
</dl>
|
350 |
afe7e572
|
stepanekp
|
<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>
|
351 |
48a86d47
|
Ondřej Váně
|
</main>
|
352 |
|
|
<footer role="contentinfo">
|
353 |
|
|
<nav role="navigation">
|
354 |
|
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
355 |
|
|
<div class="bottomNav"><a id="navbar.bottom">
|
356 |
|
|
<!-- -->
|
357 |
|
|
</a>
|
358 |
|
|
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
359 |
|
|
<a id="navbar.bottom.firstrow">
|
360 |
|
|
<!-- -->
|
361 |
|
|
</a>
|
362 |
|
|
<ul class="navList" title="Navigation">
|
363 |
|
|
<li><a href="../index.html">Overview</a></li>
|
364 |
|
|
<li>Package</li>
|
365 |
|
|
<li>Class</li>
|
366 |
|
|
<li><a href="../overview-tree.html">Tree</a></li>
|
367 |
|
|
<li class="navBarCell1Rev">Index</li>
|
368 |
|
|
<li><a href="../help-doc.html">Help</a></li>
|
369 |
|
|
</ul>
|
370 |
|
|
</div>
|
371 |
|
|
<div class="subNav">
|
372 |
|
|
<ul class="navList" id="allclasses_navbar_bottom">
|
373 |
|
|
<li><a href="../allclasses.html">All Classes</a></li>
|
374 |
|
|
</ul>
|
375 |
|
|
<div>
|
376 |
|
|
<script type="text/javascript"><!--
|
377 |
|
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
378 |
|
|
if(window==top) {
|
379 |
|
|
allClassesLink.style.display = "block";
|
380 |
|
|
}
|
381 |
|
|
else {
|
382 |
|
|
allClassesLink.style.display = "none";
|
383 |
|
|
}
|
384 |
|
|
//-->
|
385 |
|
|
</script>
|
386 |
|
|
<noscript>
|
387 |
|
|
<div>JavaScript is disabled on your browser.</div>
|
388 |
|
|
</noscript>
|
389 |
|
|
</div>
|
390 |
|
|
<a id="skip.navbar.bottom">
|
391 |
|
|
<!-- -->
|
392 |
|
|
</a></div>
|
393 |
|
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
394 |
|
|
</nav>
|
395 |
|
|
</footer>
|
396 |
|
|
</body>
|
397 |
|
|
</html>
|