public class ConsumerAgentAttribute
extends java.lang.Object
| Constructor and Description |
|---|
ConsumerAgentAttribute(java.lang.String attributeName,
double attributeValue)
Creates a single ConsumerAgentAttribute, associating a String to a (double) value
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeName() |
double |
getAttributeValue() |
public ConsumerAgentAttribute(java.lang.String attributeName,
double attributeValue)
attributeName - Name of the ConsumerAgentAttributeattributeValue - Value of the ConsumerAgentAttribute