public class OperatorConf
extends slib.utils.i.Conf
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
OperatorConf(String flag,
String id)
Builder of an instance of configuration.
|
OperatorConf(String flag,
String id,
ICconf ic)
Builder of an instance of configuration.
|
public String flag
public String id
public ICconf ic
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 String toString()
toString
in class slib.utils.i.Conf
Copyright © 2014. All rights reserved.