public static interface SegmentGraph.SegmentGraphVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
accept(UUID from,
UUID to)
A call to this method indicates that the
from segment
references the to segment. |
void accept(@Nonnull UUID from, @CheckForNull UUID to)
from segment
references the to segment. Or if to is null
that the from has no references.from - to - Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.