public class BeforeBuilder extends DefaultSatConstraintBuilder
Precedence or
Deadline constraints.params| Constructor and Description |
|---|
BeforeBuilder()
Make a new builder.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends SatConstraint> |
buildConstraint(BtrPlaceTree t,
List<BtrpOperand> args)
Build a precedence constraint.
|
checkConformance, getFullSignature, getIdentifier, getParameters, getSignaturepublic BeforeBuilder()
public List<? extends SatConstraint> buildConstraint(BtrPlaceTree t, List<BtrpOperand> args)
t - the current treeargs - can be a non-empty set of vms (Precedence constraint) or
a timestamp string (Deadline constraint)Copyright © 2016 University of Nice-Sophia Antipolis. All Rights Reserved.