fr.emn.reactiveinput.descriptor
Class ODNot

java.lang.Object
  extended byfr.emn.reactiveinput.descriptor.ODNot
All Implemented Interfaces:
MetaOD, OutDescriptor

public class ODNot
extends java.lang.Object
implements OutDescriptor, MetaOD

The "Not" OutDescriptor

PENDING: Smart children analysis (handle ODNot).


Field Summary
protected  OutDescriptor child
           
 
Constructor Summary
ODNot(OutDescriptor child)
           
ODNot(java.lang.String string)
           
 
Method Summary
 boolean contains(Out slot)
          Returns true if this descriptor contains given slot.
 OutDescriptor[] 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 OutDescriptor child
Constructor Detail

ODNot

public ODNot(OutDescriptor child)

ODNot

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

contains

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

Specified by:
contains in interface OutDescriptor

getChildren

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

getString

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

Specified by:
getString in interface OutDescriptor