|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceModelComponent
Marker interface for all abstract resource model components, so that they are traversable using the visitor pattern.
ResourceModelVisitor| Method Summary | |
|---|---|
void |
accept(ResourceModelVisitor visitor)
A component should call the visitor back with an appropriate visitor interface method to give it a chance to process. |
List<ResourceModelComponent> |
getComponents()
Should return all existing resource model sub-components. |
| Method Detail |
|---|
void accept(ResourceModelVisitor visitor)
visitor - resource model visitor.List<ResourceModelComponent> getComponents()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||