code to check the new xref approach.
[CommonLispStat.git] / src / data / data-nonmem.lisp
blobb761f8ba0ffb7992da62a4d3f9241e5f111c308f
1 i;;; -*- mode: lisp -*-
2 ;;; Copyright (c) 2005--2007, by A.J. Rossini <blindglobe@gmail.com>
3 ;;; See COPYRIGHT file for any additional restrictions (BSD license).
4 ;;; Since 1991, ANSI was finally finished. Edited for ANSI Common Lisp.
6 ;;; File: data.lisp
7 ;;; Author: AJ Rossini <blindglobe@gmail.com>
8 ;;; Copyright: (c)2007, AJ Rossini. BSD, LLGPL, or GPLv2, depending
9 ;;; on how it arrives.
10 ;;; Purpose: data package for lispstat
11 ;;; Time-stamp: <2006-05-19 12:33:41 rossini>
12 ;;; Creation: <2006-05-17 21:34:07 rossini>
14 ;;; What is this talk of 'release'? Klingons do not make software
15 ;;; 'releases'. Our software 'escapes', leaving a bloody trail of
16 ;;; designers and quality assurance people in its wake.
18 ;;; This organization and structure is new to the 21st Century
19 ;;; version.
21 (defclass run-time-data ())
23 (defclass nonmem-data ()
24 ((store) (advan-code) (model-code) (dosing-code))
25 (:documentation "")
28 (defclass nonmem-result (nonmem-data run-time-data)