File 'lib/problems.cls' (part of 'AutoDOC')


Home | Packages | Files | Procedures | Classes | Keywords | External packages


Written by
Andreas Kupries
Description
Management of problems for an entity
Keywords
problem management, management of problems

Class 'problems'

Description
Common behaviour and variables of all classes which are able to record problems of their respectivee entity.
Superclasses
problemBase, indexBaseEntry
Membervariables
numProblems, problems
Methods
addProblem, clear, numProblems, writeProblems

numProblems
Number of problems reported so far.
problems
Map from error categories to the actual problem descriptions. The system currently recognizes crossreferencing and description related problems. A problem description is a 2-element list containing the error text and a page reference to link to, in this order. The latter is allowed to be empty.

addProblem (category errortext url)

Adds a problem specified by category, errortext and a place to link to to the list of problems
Argument: categoryEither crossref or desc.
Argument: errortextA description of the problem.
Argument: urlReference to the place of the problem.

clear ()

Resets state information.

numProblems ()

Returns: The number of reported problems.

writeProblems ()

Generates the formatting for all reported problems.


Generated by AutoDoc 2.1 at 02/15/1999, invoked by Andreas Kupries