fr.emn.reactiveinput.descriptor
Class IDName

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

public class IDName
extends java.lang.Object
implements InDescriptor

Contains all output slots with the same name. Wildcards accepted.


Field Summary
protected  java.lang.String name
           
 
Constructor Summary
IDName(In out)
           
IDName(java.lang.String slotName)
           
 
Method Summary
 boolean contains(In slot)
          Returns true if this descriptor contains given slot.
 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

name

protected java.lang.String name
Constructor Detail

IDName

public IDName(In out)

IDName

public IDName(java.lang.String slotName)
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()
Description copied from interface: InDescriptor
Returns the string form of this descriptor.

Returns null if the descriptor is not valid.

Specified by:
getString in interface InDescriptor