|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectslib.utils.i.Conf
slib.sml.sm.core.utils.OperatorConf
public class OperatorConf
Configuration of an Operator
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 |
---|
public String flag
public String id
public ICconf ic
Constructor Detail |
---|
public OperatorConf(String flag, String id)
flag
- the flag characterizing the operator which is associated to the configuration.id
- the unique id of the configuration.public OperatorConf(String flag, String id, ICconf ic)
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 OperatorMethod Detail |
---|
public String toString()
toString
in class slib.utils.i.Conf
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |