File 'lib/problemIndex.cls' (part of 'AutoDOC')
Home | Packages | Files | Procedures | Classes | Keywords | External packages
- Written by
- Andreas Kupries
- Description
- Management of problem indices.
- Keywords
- problem management, management of problems, problem index, indices
Class 'problemIndex'
- Description
- This class contains the common variables and behaviour of all indices whose entities are able to record problems. It records all objects signaling to have problems (via addProblemObject) and provides functionality to generate a block of references to their detailed problem descriptions.
- Superclasses
- problemBase, formatterInterface
- See also
- problems.
- Membervariables
- problemObjects
- Methods
- addProblemObject, clear, numProblemObjects, writeProblemIndex
- problemObjects
- The ist of objects having problems (at least they said so).
addProblemObject (object) |
Adds the object to the list of problematic entities. The class automatically filters duplicate entries. |
Argument: object | The handle of the added object. |
clear () |
Resets state information. |
numProblemObjects () |
Returns: The number of registered problematic objects. |
writeProblemIndex () |
Generates a list of references to the detailed problem descriptions of all registered objects. |
Generated by AutoDoc 2.1 at 02/15/1999, invoked by Andreas Kupries