|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Constraint
Nested Class Summary | |
---|---|
static class |
Constraint.ConstraintType
A java 1.4 type-safe enum |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones the constraint |
Declaration[] |
getRequiredDeclarations()
Returns all the declarations required by the given constraint implementation. |
Constraint.ConstraintType |
getType()
Returns the type of the constraint, either ALPHA, BETA or UNKNOWN |
void |
replaceDeclaration(Declaration oldDecl,
Declaration newDecl)
A constraint may be required to replace an old declaration object by a new updated one |
Method Detail |
---|
Declaration[] getRequiredDeclarations()
void replaceDeclaration(Declaration oldDecl, Declaration newDecl)
oldDecl
- newDecl
- java.lang.Object clone()
Constraint.ConstraintType getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |