|
||||||||||
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.metrics.ic.utils.ICconf
public abstract class ICconf
Field Summary | |
---|---|
String |
className
Class name of the computation method. |
String |
flag
Flag corresponding to the IC computation method. |
String |
id
ID used to represent the IC. |
boolean |
isCorpusBased
Define if the IC is corpus-based (extrinsic). |
String |
label
label used to plot IC values. |
Constructor Summary | |
---|---|
ICconf(String icFlag)
Builder of the IC configuration. |
|
ICconf(String id,
String label,
String flag)
Advanced builder of an instance of IC configuration. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getClassName()
Getter of the class name. |
String |
getFlag()
Getter of the flag. |
String |
getId()
Getter of the id. |
String |
getLabel()
Getter of the label. |
int |
hashCode()
|
boolean |
isCorpusBased()
|
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, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String id
public String label
public String flag
public String className
public boolean isCorpusBased
Constructor Detail |
---|
public ICconf(String icFlag) throws slib.utils.ex.SLIB_Ex_Critic
icFlag
- the flag of the IC
slib.utils.ex.SLIB_Ex_Critic
public ICconf(String id, String label, String flag) throws slib.utils.ex.SLIB_Ex_Critic
id
- the ID used to represent the IC (must be unique)label
- the label used to plot IC valuesflag
- the flag corresponding to the IC
slib.utils.ex.SLIB_Ex_Critic
Method Detail |
---|
public String getId()
public String getLabel()
public String getFlag()
public String getClassName()
public boolean isCorpusBased()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
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 |