fr.emn.reactiveinput.descriptor
Class IDNot

java.lang.Object
  extended byfr.emn.reactiveinput.descriptor.IDNot
All Implemented Interfaces:
InDescriptor, MetaID

public class IDNot
extends java.lang.Object
implements InDescriptor, MetaID

The "Not" InDescriptor

PENDING: Smart children analysis (handle ODNot).


Field Summary
protected  InDescriptor child
           
 
Constructor Summary
IDNot(InDescriptor child)
           
IDNot(java.lang.String string)
           
 
Method Summary
 boolean contains(In slot)
          Returns true if this descriptor contains given slot.
 InDescriptor[] getChildren()
           
 java.lang.String getString()
          Returns the descriptor's string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

child

protected InDescriptor child
Constructor Detail

IDNot

public IDNot(InDescriptor child)

IDNot

public IDNot(java.lang.String string)
Method Detail

contains

public boolean contains(In slot)
Description copied from interface: InDescriptor
Returns true if this descriptor contains given slot.

Specified by:
contains in interface InDescriptor

getChildren

public InDescriptor[] getChildren()
Specified by:
getChildren in interface MetaID

getString

public java.lang.String getString()
Returns the descriptor's string.

Specified by:
getString in interface InDescriptor