@InterfaceAudience.Private
See: Description
Class | Description |
---|---|
PlacementConstraintTransformations |
This class contains inner classes that define transformation on a
PlacementConstraint expression. |
PlacementConstraintTransformations.AbstractTransformer |
The default implementation of the
PlacementConstraint.Visitor that
does a traversal of the constraint tree, performing no action for the lead
constraints. |
PlacementConstraintTransformations.SingleConstraintTransformer |
Visits a
PlacementConstraint tree and substitutes each
PlacementConstraint.TargetConstraint and PlacementConstraint.CardinalityConstraint with an
equivalent PlacementConstraint.SingleConstraint . |
PlacementConstraintTransformations.SpecializedConstraintTransformer |
Visits a
PlacementConstraint tree and, whenever possible,
substitutes each PlacementConstraint.SingleConstraint with a PlacementConstraint.TargetConstraint . |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.