;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; This file is part of "NOVA": NOVA = search + COCOMO tools ; Copyright, 2008, Tim Menzies tim@menzies.us ; ; NOVA is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation, either version 3 of the License, or ; (at your option) any later version. ; ; NOVA is distributed in the hope that it will be useful, ; but WITHOUT ANY WARRANTY; without even the implied warranty of ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ; GNU General Public License for more details. ; You should have received a copy of the GNU General Public License ; a long with NOVA. If not, see . ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (in-package :cl-user) (defpackage :xomo.model (:use :cl :wvu-lib.tricks :wvu-lib.guess :nova.apps) (:export ;;coc-lib :xh :extremelyhigh :vh :veryhigh :h :high :n :nominal :l :low :vl :verylow :coco :coco-restrict :one-a :one-b :one-c :one-d :sf :sf-range :sf-effort :sf-rsf :sf-dsf :sf-csf :em :em-range :em-effort :em-rin :em-din :em-cin :augmented-em :dr :dr-range :dr-rout :dr-dout :dr-cout :expand-range :em2effort :em2rin :em2din :em2cin :sf2effort :sf2rin :sf2din :sf2cin :dr2rout :dr2dout :dr2cout ;;effort-model :effort ;;months-model :months ;;threat-model :threat :risk-peak :make-risk-peak :risk-peak-range :risk-peak-guess :make-risk-peak-guess :risk-peak-guess-peak ;;defects-model :defects ;;energy :energy :cache-min-max ;;wrong place :force-kloc :force-sf :force-em :force-xin :force-xout ;;model-defaults :*xomo-range-interval* :*xomo-range-decimals* ;;paramaters :kloc :all-parameters-attributes ;;tuning-parameters :a :b :c :d :all-tunable-parameters-attributes ;;sf :flex :pmat :prec :resl :team :all-sf-attributes ;;em :acap :aexp :cplx :data :docu :ltex :pcap :pcon :plex :pvol :rely :ruse :sced :site :stor :time :tool :all-em-attributes ;;dr :aa :etat :pr :all-dr-attributes ;; risk-peak :all-risk-peak-attributes ))