Posted By: Tom Link
Date: 2005-06-12 00:25
Summary: constraint 0.1 released
Project: constraint
This library provides a way to ensure that certain objects always satisfy a
specified set of constraints. An object that can be constrained must be
of kind <tt>Constraint::Shell</tt>. Constraints can be added to classes
and single objects. It is possible to define methods that handle
constraint violations and can make the object fit the demands.
This is a first draft. |
|