public abstract class ICconf
extends slib.utils.i.Conf
Constructor and Description |
---|
ICconf(String icFlag)
Builder of the IC configuration.
|
ICconf(String id,
String label,
String flag)
Advanced builder of an instance of IC configuration.
|
Modifier and Type | Method and Description |
---|---|
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() |
public ICconf(String icFlag) throws slib.utils.ex.SLIB_Ex_Critic
icFlag
- the flag of the ICslib.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 ICslib.utils.ex.SLIB_Ex_Critic
public String getId()
public String getLabel()
public String getFlag()
public String getClassName()
public boolean isCorpusBased()
public String toString()
toString
in class slib.utils.i.Conf
Copyright © 2014. All rights reserved.