fr.emn.reactiveinput.descriptor
Interface OutDescriptor

All Known Implementing Classes:
ODAnd, ODAny, ODDeclare, ODError, ODIndex, ODMutable, ODName, ODNot, ODOr, ODType

public interface OutDescriptor


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.
 

Method Detail

contains

public boolean contains(Out slot)
Returns true if this descriptor contains given slot.


getString

public java.lang.String getString()
Returns the string form of this descriptor.

Returns null if the descriptor is not valid.