slib.sml.sm.core.metrics.ic.utils
Class IC_Conf_Topo

java.lang.Object
  extended by slib.utils.i.Conf
      extended by slib.sml.sm.core.metrics.ic.utils.ICconf
          extended by slib.sml.sm.core.metrics.ic.utils.IC_Conf_Topo

public class IC_Conf_Topo
extends ICconf

Author:
seb

Field Summary
 
Fields inherited from class slib.sml.sm.core.metrics.ic.utils.ICconf
className, flag, id, isCorpusBased, label
 
Constructor Summary
IC_Conf_Topo(String flag)
           
IC_Conf_Topo(String id, String flag)
          Build an instance of IC configuration.
IC_Conf_Topo(String id, String label, String flag)
           
 
Method Summary
 
Methods inherited from class slib.sml.sm.core.metrics.ic.utils.ICconf
equals, getClassName, getFlag, getId, getLabel, hashCode, isCorpusBased, toString
 
Methods inherited from class slib.utils.i.Conf
addParam, containsParam, containsParams, getParam, getParamAsDouble, getParamAsString, getParams, removeParam, setParams
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IC_Conf_Topo

public IC_Conf_Topo(String id,
                    String label,
                    String flag)
             throws slib.utils.ex.SLIB_Ex_Critic
Parameters:
id -
label -
flag -
Throws:
slib.utils.ex.SLIB_Ex_Critic

IC_Conf_Topo

public IC_Conf_Topo(String flag)
             throws slib.utils.ex.SLIB_Ex_Critic
Parameters:
flag -
Throws:
slib.utils.ex.SLIB_Ex_Critic

IC_Conf_Topo

public IC_Conf_Topo(String id,
                    String flag)
             throws slib.utils.ex.SLIB_Ex_Critic
Build an instance of IC configuration.

Parameters:
id - the ID associated to the configuration (will also be used for the label)
flag - the flag associated to the configuration
Throws:
slib.utils.ex.SLIB_Ex_Critic


Copyright © 2013. All Rights Reserved.