The Tigris site will receive a major upgrade the evening of Monday, December 1, beginning at 8:30 pm PST. Downtime is projected to be about ten hours.
Further details in the announcement
jmt.application.elements
Interface ElementSetModelFilter
- public interface ElementSetModelFilter
Type describing a filter of a set model for Element instances.
- Author:
- Martin Kersten
|
Method Summary |
boolean |
accept(ElementSetModel setModel,
int element)
Returns true if the element is accepted by the filter. |
accept
public boolean accept(ElementSetModel setModel,
int element)
- Returns
true if the element is accepted by the filter.
- Parameters:
setModel - The model set calling the compare methodelement - The index of the first element in the model set
- Returns:
true if the element is accepted