|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.usar2004.agent.module.configuration.SuperConfiguration
cz.cuni.amis.pogamut.usar2004.agent.module.configuration.ConfigEffecter
public class ConfigEffecter
Configuration message representative for Effecters.
| Field Summary | |
|---|---|
static ConfigType |
type
|
| Fields inherited from class cz.cuni.amis.pogamut.usar2004.agent.module.configuration.SuperConfiguration |
|---|
confType, lastMessage |
| Constructor Summary | |
|---|---|
ConfigEffecter()
Ctor. |
|
| Method Summary | |
|---|---|
int |
getMaxValsLength()
Returns lenght of Maximal values list. |
double |
getMaxValueAt(int index)
It is value that indicates the upper bound for the value that is accepted by the effecter. |
int |
getMinValsLength()
Returns lenght of Minimal values list. |
double |
getMinValueAt(int index)
It is value that indicates the lower bound for the value that is accepted by the effecter. |
String |
getOpcodeAt(int index)
For an effector, the configuration message can contain multiple OpCodes. |
int |
getOpcodesLength()
Returns length of Opcode list. |
| Methods inherited from class cz.cuni.amis.pogamut.usar2004.agent.module.configuration.SuperConfiguration |
|---|
getConfigType, getFeatureNames, getFeatures, getFeatureSize, getFeatureValueBy, getName, getType, isReady, updateMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ConfigType type
| Constructor Detail |
|---|
public ConfigEffecter()
| Method Detail |
|---|
public String getOpcodeAt(int index)
index -
public double getMaxValueAt(int index)
index -
public double getMinValueAt(int index)
index -
public int getOpcodesLength()
public int getMinValsLength()
public int getMaxValsLength()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||