public class KahinaDAGEvent extends KahinaEvent
Constructor and Description |
---|
KahinaDAGEvent(int dagEventType,
int firstID,
int secondID) |
Modifier and Type | Method and Description |
---|---|
int |
getDAGEventType() |
int |
getFirstID() |
int |
getSecondID() |
java.lang.String |
toString() |
getType
public KahinaDAGEvent(int dagEventType, int firstID, int secondID)
public int getDAGEventType()
public int getFirstID()
public int getSecondID()
public java.lang.String toString()
toString
in class KahinaEvent