public class BaseConjunction extends BaseConstraint implements Conjunction
Constraint.Occur
Constructor and Description |
---|
BaseConjunction(List<Constraint> constraints) |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate() |
List<Constraint> |
getConstraints()
Get the list of constraints which must all be met
|
String |
toString() |
getBoost, getOccur, setBoost, setOccur
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBoost, getOccur, setBoost, setOccur
public BaseConjunction(List<Constraint> constraints)
public List<Constraint> getConstraints()
Conjunction
getConstraints
in interface Conjunction
public boolean evaluate()
evaluate
in interface Constraint
Copyright © 2005–2017 Alfresco Software. All rights reserved.