public class AggregateMeasures extends Object implements Serializable
| Constructor and Description |
|---|
AggregateMeasures() |
AggregateMeasures(List<String> attributeNames,
List<Object> attributeValues) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMeasure(String attributeName,
Object attributeValue) |
boolean |
equals(Object obj) |
Object |
getAttributeValue(String attributeName) |
Object |
getAttributeValueAt(int index) |
int |
getIndexOfAttributeName(String attributeName) |
int |
hashCode() |
String |
toString() |
public int getIndexOfAttributeName(String attributeName) throws VerdictDBValueException
VerdictDBValueExceptionpublic Object getAttributeValueAt(int index)
public Object getAttributeValue(String attributeName) throws VerdictDBValueException
VerdictDBValueExceptionCopyright © 2018 University of Michigan. All rights reserved.