public interface Constraint
| Modifier and Type | Interface and Description |
|---|---|
static class |
Constraint.Occur |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate() |
float |
getBoost() |
Constraint.Occur |
getOccur() |
void |
setBoost(float boost) |
void |
setOccur(Constraint.Occur occur) |
boolean evaluate()
Constraint.Occur getOccur()
void setOccur(Constraint.Occur occur)
float getBoost()
void setBoost(float boost)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.