2019-12-07 00:09:56 +00:00
<!DOCTYPE HTML>
<!-- NewPage -->
< html lang = "it" >
< head >
2020-01-09 18:23:51 +00:00
<!-- Generated by javadoc (13.0.1) on Thu Jan 09 19:22:25 CET 2020 -->
2020-01-05 15:50:06 +00:00
< title > eu.steffo.cleaver.logic.progress< / title >
2019-12-07 00:09:56 +00:00
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" >
2020-01-09 16:03:58 +00:00
< meta name = "dc.created" content = "2020-01-09" >
2020-01-05 15:50:06 +00:00
< meta name = "description" content = "declaration: module: eu.steffo.cleaver, package: eu.steffo.cleaver.logic.progress" >
2019-12-07 00:09:56 +00:00
< meta name = "generator" content = "javadoc/PackageWriterImpl" >
< link rel = "stylesheet" type = "text/css" href = "../../../../../../stylesheet.css" title = "Style" >
2020-01-05 15:50:06 +00:00
< link rel = "stylesheet" type = "text/css" href = "../../../../../../style.css" title = "Style" >
2019-12-07 00:09:56 +00:00
< link rel = "stylesheet" type = "text/css" href = "../../../../../../script-dir/jquery-ui.css" title = "Style" >
< script type = "text/javascript" src = "../../../../../../script.js" > < / script >
< script type = "text/javascript" src = "../../../../../../script-dir/jszip/dist/jszip.min.js" > < / script >
< script type = "text/javascript" src = "../../../../../../script-dir/jszip-utils/dist/jszip-utils.min.js" > < / script >
<!-- [if IE]>
< script type = "text/javascript" src = "../../../../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js" > < / script >
<![endif]-->
< script type = "text/javascript" src = "../../../../../../script-dir/jquery-3.4.1.js" > < / script >
< script type = "text/javascript" src = "../../../../../../script-dir/jquery-ui.js" > < / script >
< / head >
< body class = "package-declaration" >
< script type = "text/javascript" > v a r p a t h t o r o o t = " . . / . . / . . / . . / . . / . . / " ;
loadScripts(document, 'script');< / script >
< noscript >
< div > JavaScript is disabled on your browser.< / div >
< / noscript >
< header role = "banner" >
< nav role = "navigation" >
< div class = "fixedNav" >
<!-- ========= START OF TOP NAVBAR ======= -->
< div class = "topNav" > < a id = "navbar.top" >
<!-- -->
< / a >
< div class = "skipNav" > < a href = "#skip.navbar.top" title = "Skip navigation links" > Skip navigation links< / a > < / div >
< a id = "navbar.top.firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
2020-01-05 15:50:06 +00:00
< li > < a href = "../../../../../module-summary.html" > Module< / a > < / li >
2019-12-07 00:09:56 +00:00
< li class = "navBarCell1Rev" > Package< / li >
< li > Class< / li >
< li > < a href = "package-tree.html" > Tree< / a > < / li >
< li > < a href = "../../../../../../index-files/index-1.html" > Index< / a > < / li >
< li > < a href = "../../../../../../help-doc.html" > Help< / a > < / li >
< / ul >
< / div >
< div class = "subNav" >
< div class = "navListSearch" > < label for = "search" > SEARCH:< / label >
< input type = "text" id = "search" value = "search" disabled = "disabled" >
< input type = "reset" id = "reset" value = "reset" disabled = "disabled" >
< / div >
< / div >
< a id = "skip.navbar.top" >
<!-- -->
< / a >
<!-- ========= END OF TOP NAVBAR ========= -->
< / div >
< div class = "navPadding" > < / div >
< script type = "text/javascript" > < ! - -
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
< / script >
< / nav >
< / header >
< main role = "main" >
< div class = "header" >
2020-01-05 15:50:06 +00:00
< div class = "subTitle" > < span class = "moduleLabelInPackage" > Module< / span > < a href = "../../../../../module-summary.html" > eu.steffo.cleaver< / a > < / div >
< h1 title = "Package" class = "title" > Package eu.steffo.cleaver.logic.progress< / h1 >
2019-12-07 00:09:56 +00:00
< / div >
< div class = "contentContainer" >
2020-01-09 16:03:58 +00:00
< section class = "packageDescription" > < a id = "package.description" >
<!-- -->
< / a >
2020-01-09 18:23:51 +00:00
< div class = "block" > A package containing all possible < a href = "Progress.html" title = "class in eu.steffo.cleaver.logic.progress" > < code > Progress< / code > < / a > that a < a href = "../job/Job.html" title = "class in eu.steffo.cleaver.logic.job" > < code > Job< / code > < / a > can be in.< / div >
2020-01-09 16:03:58 +00:00
< / section >
2019-12-07 00:09:56 +00:00
< section class = "summary" >
< ul class = "blockList" >
< li class = "blockList" >
< div class = "typeSummary" >
< table >
< caption > < span > Class Summary< / span > < span class = "tabEnd" > < / span > < / caption >
< thead >
< tr >
< th class = "colFirst" scope = "col" > Class< / th >
< th class = "colLast" scope = "col" > Description< / th >
< / tr >
< / thead >
< tbody >
< tr class = "altColor" >
2020-01-05 15:50:06 +00:00
< th class = "colFirst" scope = "row" > < a href = "ErrorProgress.html" title = "class in eu.steffo.cleaver.logic.progress" > ErrorProgress< / a > < / th >
2020-01-09 16:03:58 +00:00
< td class = "colLast" >
< div class = "block" > A < a href = "Progress.html" title = "class in eu.steffo.cleaver.logic.progress" > < code > Progress< / code > < / a > that specifies that a < a href = "../job/Job.html" title = "class in eu.steffo.cleaver.logic.job" > < code > Job< / code > < / a > stopped because an exception occoured.< / div >
< / td >
2019-12-07 00:09:56 +00:00
< / tr >
< tr class = "rowColor" >
2020-01-05 15:50:06 +00:00
< th class = "colFirst" scope = "row" > < a href = "FinishedProgress.html" title = "class in eu.steffo.cleaver.logic.progress" > FinishedProgress< / a > < / th >
2020-01-09 16:03:58 +00:00
< td class = "colLast" >
< div class = "block" > A < a href = "Progress.html" title = "class in eu.steffo.cleaver.logic.progress" > < code > Progress< / code > < / a > that specifies that a < a href = "../job/Job.html" title = "class in eu.steffo.cleaver.logic.job" > < code > Job< / code > < / a > has finished.< / div >
< / td >
2019-12-07 00:09:56 +00:00
< / tr >
< tr class = "altColor" >
2020-01-05 15:50:06 +00:00
< th class = "colFirst" scope = "row" > < a href = "NotStartedProgress.html" title = "class in eu.steffo.cleaver.logic.progress" > NotStartedProgress< / a > < / th >
2020-01-09 16:03:58 +00:00
< td class = "colLast" >
< div class = "block" > A < a href = "Progress.html" title = "class in eu.steffo.cleaver.logic.progress" > < code > Progress< / code > < / a > that specifies that a < a href = "../job/Job.html" title = "class in eu.steffo.cleaver.logic.job" > < code > Job< / code > < / a > hasn't started yet.< / div >
< / td >
2019-12-07 00:09:56 +00:00
< / tr >
< tr class = "rowColor" >
2020-01-05 15:50:06 +00:00
< th class = "colFirst" scope = "row" > < a href = "Progress.html" title = "class in eu.steffo.cleaver.logic.progress" > Progress< / a > < / th >
2020-01-09 16:03:58 +00:00
< td class = "colLast" >
2020-01-09 18:23:51 +00:00
< div class = "block" > An abstract class representing the progress of a job (not started, 50%, completed, ...)< / div >
2020-01-09 16:03:58 +00:00
< / td >
2019-12-15 20:46:32 +00:00
< / tr >
< tr class = "altColor" >
2020-01-05 15:50:06 +00:00
< th class = "colFirst" scope = "row" > < a href = "WorkingProgress.html" title = "class in eu.steffo.cleaver.logic.progress" > WorkingProgress< / a > < / th >
2020-01-09 16:03:58 +00:00
< td class = "colLast" >
< div class = "block" > A < a href = "Progress.html" title = "class in eu.steffo.cleaver.logic.progress" > < code > Progress< / code > < / a > that specifies that a < a href = "../job/Job.html" title = "class in eu.steffo.cleaver.logic.job" > < code > Job< / code > < / a > is currently running and has progressed to < a href = "WorkingProgress.html#progress" > < code > WorkingProgress.progress< / code > < / a > %.< / div >
< / td >
2019-12-07 00:09:56 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< / li >
< / ul >
< / section >
< / div >
< / main >
< footer role = "contentinfo" >
< nav role = "navigation" >
<!-- ======= START OF BOTTOM NAVBAR ====== -->
< div class = "bottomNav" > < a id = "navbar.bottom" >
<!-- -->
< / a >
< div class = "skipNav" > < a href = "#skip.navbar.bottom" title = "Skip navigation links" > Skip navigation links< / a > < / div >
< a id = "navbar.bottom.firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
2020-01-05 15:50:06 +00:00
< li > < a href = "../../../../../module-summary.html" > Module< / a > < / li >
2019-12-07 00:09:56 +00:00
< li class = "navBarCell1Rev" > Package< / li >
< li > Class< / li >
< li > < a href = "package-tree.html" > Tree< / a > < / li >
< li > < a href = "../../../../../../index-files/index-1.html" > Index< / a > < / li >
< li > < a href = "../../../../../../help-doc.html" > Help< / a > < / li >
< / ul >
< / div >
< a id = "skip.navbar.bottom" >
<!-- -->
< / a >
<!-- ======== END OF BOTTOM NAVBAR ======= -->
< / nav >
< / footer >
< / body >
< / html >