Uses of Class
org.ocap.hn.PropertyFilter

Packages that use PropertyFilter
org.ocap.hn Provides interfaces and classes for representing a home network. 
 

Uses of PropertyFilter in org.ocap.hn
 

Methods in org.ocap.hn with parameters of type PropertyFilter
 NetList NetList.filterElement(PropertyFilter filter)
          Applies a new PropertyFilter to this element list and returns a new list.
abstract  NetList NetManager.getDeviceList(PropertyFilter filter)
          Returns devices that match all properties set by a given filter.
abstract  NetList NetManager.getNetModuleList(PropertyFilter filter)
          Returns NetModules that match all properties set by a given filter.