public interface IModelObjectVisitor
| Modifier and Type | Method and Description |
|---|---|
boolean |
visit(IModelObject modelObject)
Visits the given model object.
|
boolean visit(IModelObject modelObject)
true if the visitor should continue visiting the object's children,
otherwise false.Copyright © 2019. All rights reserved.