fr.emn.reactiveinput.descriptor
Interface MetaDD

All Known Implementing Classes:
DDAnd, DDDeclare, DDError, DDNot, DDOptional, DDOr, DDProperties

public interface MetaDD

A descriptor that is builded from a list of DeviceDescriptors. Those descriptors are not followed by the sign = in scripts.

Some special descriptors like DDError or DDProperties implement this interface while their getChildren() method always returns null.


Method Summary
 DeviceDescriptor[] getChildren()
           
 

Method Detail

getChildren

public DeviceDescriptor[] getChildren()