Class DecoderSpecs

  • All Implemented Interfaces:
    Cloneable

    public class DecoderSpecs
    extends Object
    implements Cloneable
    This class holds references to each module specifications used in the decoding chain. This avoid big amount of arguments in method calls. A specification contains values of each tile-component for one module. All members must be instance of ModuleSpec class (or its children).
    See Also:
    ModuleSpec