public class TEvent
extends java.lang.Object
| Constructor and Description |
|---|
TEvent(int traceIndex,
int eventIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getEventIndex() |
int |
getTrIndex() |
int |
hashCode() |
void |
setEventIndex(int evIndex) |
void |
setTraceIndex(int trIndex) |
java.lang.String |
toString() |
public int getTrIndex()
public void setTraceIndex(int trIndex)
public int getEventIndex()
public void setEventIndex(int evIndex)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object