Class Converter

  • All Implemented Interfaces:
    Serializable, MOAObject

    public class Converter
    extends AbstractMOAObject
    Converter. This class can be used to convert a multi-label instance into a single-label instance.
    Version:
    $Revision: 1 $
    Author:
    Jesse Read (jesse@tsc.uc3m.es)
    See Also:
    Serialized Form
    • Field Detail

      • m_InstancesTemplate

        protected Instances m_InstancesTemplate
      • m_L

        protected int m_L
    • Constructor Detail

      • Converter

        public Converter()
      • Converter

        public Converter​(int n)
    • Method Detail

      • getL

        public int getL()
      • getDescription

        public void getDescription​(StringBuilder sb,
                                   int indent)
        Description copied from interface: MOAObject
        Returns a string representation of this object. Used in AbstractMOAObject.toString to give a string representation of the object.
        Parameters:
        sb - the stringbuilder to add the description
        indent - the number of characters to indent