Package fr.emn.reactiveinput.descriptor

Interface Summary
DeviceDescriptor A DeviceDescriptor represents a possibly non-enumerable set of input devices.
InDescriptor  
MetaDD A descriptor that is builded from a list of DeviceDescriptors.
MetaID A descriptor that is builded from a list of InDescriptors.
MetaOD A descriptor that is builded from a list of OutDescriptors.
OutDescriptor  
 

Class Summary
DDAnd The "And" Device Descriptor DDAny descriptors are automatically removed from the list.
DDAny Contains all devices.
DDClass Contains all devices of the same class.
DDDeclare Declares a device and gives it an alias name.
DDError Error Descriptor
DDExternalInput Contains ...
DDExternalOutput Contains ...
DDFolder Contains all devices belonging to a folder with the specified full name.
DDIns Contains all devices that (...)
DDMutable Contains all mutable or non-mutable devices.
DDName Contains all devices with the same name.
DDNot The "And" Device Descriptor PENDING: Smart children analysis (handle DDNot).
DDOptional The "Optional" modifier, which can be enabled or not.
DDOr The "Or" Device Descriptor PENDING: Smart children analysis (handle DDAny).
DDOutCount Contains all devices that (...)
DDOuts Contains all devices that (...)
DDProperties This is a special descriptor that is used to set the properties of a device.
DescriptorUtilities This class contains useful methods for creating your own descriptor.
IDAnd The "And" In Descriptor PENDING: Smart children analysis (automatically remove IDAny from the list).
IDAny Contains all slots.
IDDeclare Declares a slot that you want to use, in DDIns class.
IDError Error Descriptor
IDIndex Contains the output slot with the given index.
IDMutable Contains all mutable or non-mutable output slots.
IDName Contains all output slots with the same name.
IDNot The "Not" InDescriptor PENDING: Smart children analysis (handle ODNot).
IDOr The "And" In Descriptor PENDING: Smart children analysis (handle ODAny).
IDType Contains all output slots with the same type (or supertype for mutable slots).
ODAnd The "And" Out Descriptor PENDING: Smart children analysis (automatically remove ODAny from the list).
ODAny Contains all slots.
ODDeclare Declares a slot that you want to use, in DDOuts class.
ODError Error Descriptor
ODIndex Contains the output slot with the given index.
ODMutable Contains all mutable or non-mutable output slots.
ODName Contains all output slots with the same name.
ODNot The "Not" OutDescriptor PENDING: Smart children analysis (handle ODNot).
ODOr The "And" Out Descriptor PENDING: Smart children analysis (handle ODAny).
ODType Contains all output slots with the same type (or supertype for mutable slots).