public interface Multiplicity extends Cloneable
Modifier and Type | Method and Description |
---|---|
boolean |
canMatch()
Called to check if this constraint can match given its current state
|
Object |
clone() |
int |
getMatchCount() |
int |
getMax() |
int |
getMin() |
boolean |
isSatisfied()
Indicates if this constraint has been satisfied.
|
void |
match()
Called to notify the constraint that it has been matched.
|
boolean canMatch()
void match()
boolean isSatisfied()
int getMin()
int getMax()
int getMatchCount()
Object clone()
Copyright © 2005-2013 Agical AB. All Rights Reserved.