...
((medida resultRows where proyecto: project proyecto)
and field: 'periodo' matchNot: '*.*.*.')
and each: [:row | row duracion <= 30]
ResultSet class
Protocols of messages that can be sent to a ResultSet
Collection of rows that implements HOM (High Order Messaging) protocols
...