fr.emn.reactiveinput.descriptor
Class IDIndex

java.lang.Object
  extended byfr.emn.reactiveinput.descriptor.IDIndex
All Implemented Interfaces:
InDescriptor

public class IDIndex
extends java.lang.Object
implements InDescriptor

Contains the output slot with the given index. NOT TESTED


Field Summary
protected  int index
           
 
Constructor Summary
IDIndex(In out)
           
IDIndex(int index)
           
IDIndex(java.lang.String index)
           
 
Method Summary
 boolean contains(In slot)
          Returns true if this descriptor contains given slot.
 java.lang.String getString()
          Returns null if invalid type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

protected int index
Constructor Detail

IDIndex

public IDIndex(int index)

IDIndex

public IDIndex(In out)

IDIndex

public IDIndex(java.lang.String index)
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

getString

public java.lang.String getString()
Returns null if invalid type.

Specified by:
getString in interface InDescriptor