Interface for specifying global parameter constraints, i.e. constraints addressing several parameters.
Each class specifying a global parameter constraint should implement this interface. The parameters to be tested should be defined as private attributes and should be initialized in the respective constructor of the class, i.e. they are parameters of the constructor. The proper constraint test should be implemented in the method {@link #test()}.
@author Steffi Wanka
|
|
|
|
|
|
|
|
|
|
|
|