@InterfaceAudience.Private
public static interface PlacementConstraint.Visitable
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(PlacementConstraint.Visitor<T> visitor)
Visitor pattern.
|
<T> T accept(PlacementConstraint.Visitor<T> visitor)
T
- defines the type that the visitor will use and the return type
of the accept.visitor
- visitor to be usedCopyright © 2008–2021 Apache Software Foundation. All rights reserved.