|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IStructureVisiting
Specifies the methods a holder of exploration structures such as namespaces and containers must implement.
| Method Summary | |
|---|---|
boolean |
acceptContainers(IContainersVisitor visitor)
Implementation of the visitor pattern (GOF). |
boolean |
acceptNamespaces(INamespacesVisitor visitor)
Implementation of the visitor pattern (GOF). |
| Methods inherited from interface org.pfsw.odem.IExplorableElementVisiting |
|---|
accept, acceptTypes |
| Method Detail |
|---|
boolean acceptContainers(IContainersVisitor visitor)
visitor - The implementor of the vistor interface to be called by this method
boolean acceptNamespaces(INamespacesVisitor visitor)
visitor - The implementor of the vistor interface to be called by this method
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||