public static class PlacementConstraint.And extends PlacementConstraint.CompositeConstraint<PlacementConstraint.AbstractConstraint>
| Constructor and Description | 
|---|
And(List<PlacementConstraint.AbstractConstraint> children)  | 
And(PlacementConstraint.AbstractConstraint... children)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
accept(PlacementConstraint.Visitor<T> visitor)
Visitor pattern. 
 | 
List<PlacementConstraint.AbstractConstraint> | 
getChildren()
Get the children of this composite constraint. 
 | 
String | 
toString()  | 
equals, hashCodebuildpublic And(List<PlacementConstraint.AbstractConstraint> children)
public And(PlacementConstraint.AbstractConstraint... children)
public 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 String toString()
toString in class PlacementConstraint.AbstractConstraintCopyright © 2008–2022 Apache Software Foundation. All rights reserved.