public interface Matchable
Modifier and Type | Method and Description |
---|---|
boolean |
isMatched()
Method to get the matching status of the entity.
|
void |
setMatched(boolean matching)
Method to set the matching status of the entity.
|
boolean isMatched()
True
, if the entity was matched by a matcher.void setMatched(boolean matching)
matching
- True
, if this item matches the matcher.Copyright © 2019 Communote team. All rights reserved.