Uses of Interface
org.ocap.hn.NetList

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

Uses of NetList in org.ocap.hn
 

Methods in org.ocap.hn that return NetList
 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.
 NetList Device.getNetModuleList()
          Returns the list of NetModules supported by this device.
abstract  NetList NetManager.getNetModuleList(PropertyFilter filter)
          Returns NetModules that match all properties set by a given filter.
 NetList Device.getSubDevices()
          Returns a list of sub devices hosted by this device.