Class Summary |
CardinalityConstraint |
Offers the ability from define cardinality constraints for the relations
of a given type for some entity. |
CardinalityConstraintObject |
Handles the behaviour of Cardinality constraints. |
ConcreteValueConstraint |
Offers the ability to define constraints based on concrete values.
|
ConcreteValueConstraintObject |
Handles the behaviour of Concrete value constraints. |
Constraint |
Super class for all the different Constraint classes |
ConstraintCheckResult |
This object wraps the information returned by the constraints |
ConstraintObject |
Super class for the constraint object classes. |
DJavaAdapter |
Adapter used as an interface to the DynamicJava source interpreter
DynamicJava is distributed under the following license:
DynamicJava - Copyright © 1999 Dyade
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
|
GeneralConstraint |
General constraint. |
GeneralConstraintObject |
Handles the behaviour of general constraints. |
LocalConstraintData |
Implementation of constraint data that for storing the model as a local file. |
ValueClassConstraint |
Offers the ability to state that the value of the relations of a given
type from a given entity must be subclasses of some class/entity.
|
ValueClassConstraintObject |
Handles the behaviour of Value class constraints. |
ValueRangeConstraint |
Offers the ability to constrain the value of nummerical slots.
|
ValueRangeConstraintObject |
Handles the behaviour of Value range constraints.
|