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