|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface defines a visitor for objects of type
AttributeTypeSet. It can be used for the traversal of an
attributes typeset hierarchy.
AttributeTypeSet| Method Summary | |
void |
beginVisit()
This method is invoked at the start of the traversal of an AttributeTypeSet - hierarchy.
|
void |
endVisit()
This method is invoked at the end of the traversal of an AttributeTypeSet - hierarchy.
|
void |
enterType(AttributeType type,
int level)
This method is envoked during the traversal of an AttributeTypeSet - hierarchy when the specified
type is encountered.
|
void |
enterTypeSet(AttributeTypeSet typeSet,
int level)
This method is envoked during the traversal of an AttributeTypeSet - hierarchy.
|
void |
leaveType(AttributeType type,
int level)
This method is envoked during the traversal of an AttributeTypeSet - hierarchy when the specified
type is encountered..
|
void |
leaveTypeSet(AttributeTypeSet typeSet,
int level)
This method is envoked during the traversal of an AttributeTypeSet- hierarchy.
|
| Method Detail |
public void beginVisit()
AttributeTypeSet - hierarchy.
Needed initializations can be done here.
public void endVisit()
AttributeTypeSet - hierarchy.
Needed cleanup work can be done here.
public void enterType(AttributeType type,
int level)
AttributeTypeSet - hierarchy when the specified
type is encountered.
Every time the specified AttributeType is reached this
method is called before the attribute type is visited.
type - the reached AttributeType.level - the level in the tree hierarchy.leaveType(AttributeType, int)
public void leaveType(AttributeType type,
int level)
AttributeTypeSet - hierarchy when the specified
type is encountered..
Every time the specified AttributeType is reached this
method is called after the attribute type has been visited.
type - the reached AttributeType.level - the level in the tree hierarchy.enterType(AttributeType, int)
public void enterTypeSet(AttributeTypeSet typeSet,
int level)
AttributeTypeSet - hierarchy.
Every time the specified AttributeTypeSet is reached this
method is called before the type set is visited.
typeSet - the reached AttributeTypeSet.level - the level in the tree hierarchy.
public void leaveTypeSet(AttributeTypeSet typeSet,
int level)
AttributeTypeSet- hierarchy.
Every time the specified AttributeTypeSet is reached this
method is called after the type set has been visited.
typeSet - the reached AttributeTypeSet.level - the level in the tree hierarchy.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||