|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Specifies the common features of a constraint, which defines a means of calculating an attribute of a component.
| Method Summary | |
List |
getDependencies()
Return the attributes on which this constraint depends. |
int |
getValue(AttributeSource attributes)
Compute the value of the constraint, given the specifications on on which it is based. |
| Method Detail |
public List getDependencies()
Attributes which must be resolved before this
constraint can be evaluated.public int getValue(AttributeSource attributes)
attributes - provides read access to all existing component
attributes, for use in evaluating this constraint..
IllegalStateException - if any dependencies are not yet resolved.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||