public interface SatConstraintBuilder
| Modifier and Type | Method and Description |
|---|---|
List<? extends SatConstraint> |
buildConstraint(BtrPlaceTree t,
List<BtrpOperand> params)
Build the constraint
|
String |
getFullSignature()
Get the full signature of the constraint, including the parameter name.
|
String |
getIdentifier()
Get the identifier of the constraint.
|
ConstraintParam<?>[] |
getParameters()
Get the constraint parameters.
|
String |
getSignature()
Get the signature of the constraint.
|
String getIdentifier()
String getSignature()
String getFullSignature()
ConstraintParam<?>[] getParameters()
List<? extends SatConstraint> buildConstraint(BtrPlaceTree t, List<BtrpOperand> params)
t - the current token.params - the parameters of the constraint.Copyright © 2016 University of Nice-Sophia Antipolis. All Rights Reserved.