%@page contentType="text/html" %>
<%@ page language="java" import="java.util.*"%>
<%/*@ page import="Access.*"*/%>
<%@page contentType="text/html"%>
<%@ page import="java.io.*" %>
Maintenance optimization
|
|
<% if (beanInputMTN.getLine1().equals("")||beanInputMTN.getLine1()==null) { %>
<% beanInputMTN.validate();%>
<%} else {
beanInputMTN.setIni();
}%>
<% if (beanInputMTN.getTrialsString().equals("")) {
beanInputMTN.setTrialsString ("10000") ;}
%>
<% if (beanInputMTN.getIsValid()) {
beanInputMTN.calculate();
%>
<%}
else
{ %>
|
Calculation allows to define optimal replacement policy (time) under Kijima imperfect repair model.
|
<%= beanInputMTN.getErrorMessage() %>
<% } %>
|