R - the type of constraints that are used as children of the
specific composite constraintPlacementConstraint.VisitablePlacementConstraint.And, PlacementConstraint.DelayedOr, PlacementConstraint.Orpublic abstract static class PlacementConstraint.CompositeConstraint<R extends PlacementConstraint.Visitable> extends PlacementConstraint.AbstractConstraint
| Constructor | Description |
|---|---|
CompositeConstraint() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object o) |
|
abstract java.util.List<R> |
getChildren() |
Get the children of this composite constraint.
|
int |
hashCode() |
build, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitacceptpublic abstract java.util.List<R> getChildren()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.