Package com.evolveum.midpoint.prism
Interface SmartVisitation<T extends SmartVisitable<T>>
-
public interface SmartVisitation<T extends SmartVisitable<T>>
Keeps the state of the visitation in order to avoid visiting one object multiple times.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
alreadyVisited(T visitable)
void
registerVisit(T visitable)
-