public class PerformanceDBLabelStore
extends java.lang.Object
Constructor and Description |
---|
PerformanceDBLabelStore() |
Modifier and Type | Method and Description |
---|---|
void |
addLabel(PSENLabel l) |
PSENLabel |
getLabelById(int labelId) |
PSENLabel |
getLabelByName(java.lang.String labelName) |
boolean |
hasLabel(java.lang.String labelName) |
java.util.Collection<PSENLabel> |
values() |
public java.util.Collection<PSENLabel> values()
public void addLabel(PSENLabel l)
public boolean hasLabel(java.lang.String labelName)
public PSENLabel getLabelByName(java.lang.String labelName)
public PSENLabel getLabelById(int labelId)