public interface IModelObjectDeltaVisitor
| Modifier and Type | Method and Description |
|---|---|
boolean |
visit(IModelObjectDelta delta)
Visits the given model object delta.
|
boolean visit(IModelObjectDelta delta)
delta - The delta to visittrue if the delta's children should be visited; false if
they should be skipped.Copyright © 2018. All rights reserved.