@InterfaceAudience.Private public class PlacementConstraintTransformations extends Object
PlacementConstraint
expression.Modifier and Type | Class and 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 and Description |
---|
PlacementConstraintTransformations() |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.