slib.sml.sm.core.utils
Class OperatorConf

java.lang.Object
  extended by slib.utils.i.Conf
      extended by slib.sml.sm.core.utils.OperatorConf

public class OperatorConf
extends slib.utils.i.Conf

Configuration of an Operator

Author:
Harispe Sébastien

Field Summary
 String flag
          the flag associated to the configuration.
 ICconf ic
          the IC configuration associated to the operator configuration.
 String id
          the unique id identifying the configuration.
 
Constructor Summary
OperatorConf(String flag, String id)
          Builder of an instance of configuration.
OperatorConf(String flag, String id, ICconf ic)
          Builder of an instance of configuration.
 
Method Summary
 String 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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

flag

public String flag
the flag associated to the configuration.


id

public String id
the unique id identifying the configuration.


ic

public ICconf ic
the IC configuration associated to the operator configuration.

Constructor Detail

OperatorConf

public OperatorConf(String flag,
                    String id)
Builder of an instance of configuration.

Parameters:
flag - the flag characterizing the operator which is associated to the configuration.
id - the unique id of the configuration.

OperatorConf

public OperatorConf(String flag,
                    String id,
                    ICconf ic)
Builder of an instance of configuration.

Parameters:
flag - the flag characterizing the operator which is associated to the configuration.
id - the unique id of the configuration.
ic - the IC configuration associated to the Operator
Method Detail

toString

public String toString()
Overrides:
toString in class slib.utils.i.Conf


Copyright © 2013. All Rights Reserved.