public interface IOModel
Modifier and Type | Method and Description |
---|---|
Collection<IO> |
getIOs() |
<T extends IO> |
getIOs(Class<T> clazz) |
Collection<IO> |
getIOs(Filter<IO> filter) |
Collection<IO> getIOs()
<T extends IO> Collection<T> getIOs(Class<T> clazz)
T
- The I/O type.clazz
- the sort of I/O of interest, e.g. AnalogIO.class
, DigitalIO.class
, or
ModbusIO.class
.Collection<IO> getIOs(Filter<IO> filter)
filter
- a filter, see IOFilterFactory
for examples.Copyright © 2021. All rights reserved.