@Private
public class PlacementConstraintTransformations
extends java.lang.Object
PlacementConstraint expression.| Modifier and Type | Class | Description |
|---|---|---|
static class |
PlacementConstraintTransformations.AbstractTransformer |
The default implementation of the
PlacementConstraint.Visitor that
does a traversal of the constraint tree, performing no action for the lead
constraints. |
static class |
PlacementConstraintTransformations.SingleConstraintTransformer |
Visits a
PlacementConstraint tree and substitutes each
PlacementConstraint.TargetConstraint and PlacementConstraint.CardinalityConstraint with an
equivalent PlacementConstraint.SingleConstraint. |
static class |
PlacementConstraintTransformations.SpecializedConstraintTransformer |
Visits a
PlacementConstraint tree and, whenever possible,
substitutes each PlacementConstraint.SingleConstraint with a PlacementConstraint.TargetConstraint. |
| Constructor | Description |
|---|---|
PlacementConstraintTransformations() |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.