public abstract class DefaultInputComponent extends java.lang.Object implements InputComponent
| Constructor and Description |
|---|
DefaultInputComponent(int scannerId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
hasMeasureFor(Metric metric) |
int |
scannerId() |
void |
setHasMeasureFor(Metric metric) |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitisFile, keypublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int scannerId()
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic void setHasMeasureFor(Metric metric)
public boolean hasMeasureFor(Metric metric)