Baseclasses
Definition
An instance P of type PreCond is a precondition of a module M. It is represented by a collection of key sets S1,..., Sn. The key set Si corresponds to the ith input parameter of M, i.e., n is the number of input parameters.
#include < AGD/PreCond.h >
Creation
PreCond | P(int n = 1) | creates an instance P of type PreCond initialized to a precondition for n input parameters. Each key set is initialized to the empty set. |
Operations
PreCond inherits the operations of its base class CondBase.
© Copyright 1998-2001, Algorithmic Solutions Software GmbH. All rights reserved.
2001-08-13