PlacementConstraint.Visitablepublic static class PlacementConstraint.And extends PlacementConstraint.CompositeConstraint<PlacementConstraint.AbstractConstraint>
| Constructor | Description |
|---|---|
And(java.util.List<PlacementConstraint.AbstractConstraint> children) |
|
And(PlacementConstraint.AbstractConstraint... children) |
| Modifier and Type | Method | Description |
|---|---|---|
<T> T |
accept(PlacementConstraint.Visitor<T> visitor) |
Visitor pattern.
|
java.util.List<PlacementConstraint.AbstractConstraint> |
getChildren() |
Get the children of this composite constraint.
|
java.lang.String |
toString() |
equals, hashCodebuildpublic And(java.util.List<PlacementConstraint.AbstractConstraint> children)
public And(PlacementConstraint.AbstractConstraint... children)
public java.util.List<PlacementConstraint.AbstractConstraint> getChildren()
PlacementConstraint.CompositeConstraintgetChildren in class PlacementConstraint.CompositeConstraint<PlacementConstraint.AbstractConstraint>public <T> T accept(PlacementConstraint.Visitor<T> visitor)
PlacementConstraint.VisitableT - defines the type that the visitor will use and the return type
of the accept.visitor - visitor to be usedpublic java.lang.String toString()
toString in class PlacementConstraint.AbstractConstraintCopyright © 2008–2025 Apache Software Foundation. All rights reserved.