fr.emn.reactiveinput.descriptor
Class DDOuts

java.lang.Object
  extended byfr.emn.reactiveinput.descriptor.DDOuts
All Implemented Interfaces:
DeviceDescriptor, MetaOD

public class DDOuts
extends java.lang.Object
implements DeviceDescriptor, MetaOD

Contains all devices that (...)


Field Summary
protected  ODDeclare[] ods
           
 
Constructor Summary
DDOuts(Device device)
          Creates a default descriptor from the non-dynamic slots of a device.
DDOuts(OutDescriptor[] outDescriptors)
           
DDOuts(java.lang.String declarations)
           
 
Method Summary
 boolean contains(Device d)
          TO TEST
 OutDescriptor[] getChildren()
           
 java.lang.String getString()
          Returns the string form of this descriptor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ods

protected ODDeclare[] ods
Constructor Detail

DDOuts

public DDOuts(OutDescriptor[] outDescriptors)

DDOuts

public DDOuts(Device device)
Creates a default descriptor from the non-dynamic slots of a device.


DDOuts

public DDOuts(java.lang.String declarations)
Method Detail

contains

public boolean contains(Device d)
TO TEST

Specified by:
contains in interface DeviceDescriptor

getChildren

public OutDescriptor[] getChildren()
Specified by:
getChildren in interface MetaOD

getString

public java.lang.String getString()
Description copied from interface: DeviceDescriptor
Returns the string form of this descriptor.

Returns null if the descriptor is not valid (in all environments).

Specified by:
getString in interface DeviceDescriptor