public interface ContainerVisitor
Container as described in the GoF.
The visitor should visit the container and its children.| Modifier and Type | Method and Description |
|---|---|
void |
visitContainer(Container container)
Visit a
Container that has to accept the visitor. |
Copyright © 2018 eXo Platform SAS. All Rights Reserved.