|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the operation which can be invoked on an object to "normalize" it. The type of object which implement this interface are those which have more than one piece of information which can be mutually adjusted to some "normal" form without the effective value of the object changing.
Method Summary | |
boolean |
isNormal()
Method to determine if this instance is already normalized. |
void |
normalize()
MUTATING instance method to normalize this object. |
Method Detail |
public void normalize()
public boolean isNormal()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |