fr.emn.reactiveinput.descriptor
Class IDMutable

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

public class IDMutable
extends java.lang.Object
implements InDescriptor

Contains all mutable or non-mutable output slots.

Syntax: mutable=yes, mutable=no, or mutable


Field Summary
protected  boolean value
           
 
Constructor Summary
IDMutable()
           
IDMutable(boolean mutable)
           
IDMutable(In in)
           
IDMutable(java.lang.String mutable)
           
 
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

value

protected boolean value
Constructor Detail

IDMutable

public IDMutable()

IDMutable

public IDMutable(In in)

IDMutable

public IDMutable(java.lang.String mutable)

IDMutable

public IDMutable(boolean mutable)
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