public final class AggregatedValidity extends AbstractAggregatedValidity implements SourceValidity
m_listINVALID, UNKNOWN, UNKNWON, VALID| Constructor and Description |
|---|
AggregatedValidity() |
| Modifier and Type | Method and Description |
|---|---|
int |
isValid()
Check if the component is still valid.
|
int |
isValid(SourceValidity validity)
Check if the component is still valid.
|
add, getValidities, getValidity, toStringpublic int isValid()
0 is returned the isValid(SourceValidity) must be
called afterwards!
If -1 is returned, the component is not valid anymore and if +1
is returnd, the component is valid.isValid in interface SourceValiditypublic int isValid(SourceValidity validity)
SourceValidityThe invocation order is that the isValid method of the old Validity object is called with the new one as a parameter.
isValid in interface SourceValidity