public interface IEnumerateDependencies
IEnumerateDependencies.enumerateDependencies(agi.foundation.infrastructure.DependencyEnumerator)
for
more information on implementing this interface.Modifier and Type | Method and Description |
---|---|
void |
enumerateDependencies(DependencyEnumerator enumerator)
Enumerates the dependencies of this object by calling
DependencyEnumerator.enumerate(ICloneWithContext)
for each object that this object directly depends upon. |
void enumerateDependencies(@Nonnull DependencyEnumerator enumerator)
DependencyEnumerator.enumerate(ICloneWithContext)
for each object that this object directly depends upon.enumerator
- The enumerator that is informed of the dependencies of this object.