fr.emn.reactiveinput.descriptor
Class ODName

java.lang.Object
  extended byfr.emn.reactiveinput.descriptor.ODName
All Implemented Interfaces:
OutDescriptor

public class ODName
extends java.lang.Object
implements OutDescriptor

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


Field Summary
protected  java.lang.String name
           
 
Constructor Summary
ODName(Out out)
           
ODName(java.lang.String slotName)
           
 
Method Summary
 boolean contains(Out 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

ODName

public ODName(Out out)

ODName

public ODName(java.lang.String slotName)
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

getString

public java.lang.String getString()
Description copied from interface: OutDescriptor
Returns the string form of this descriptor.

Returns null if the descriptor is not valid.

Specified by:
getString in interface OutDescriptor