|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Event
This is the interface for events that would be processed by the engine.
Method Summary | |
---|---|
java.lang.Object |
clone()
|
int |
getAttributeByName(java.lang.String attributeName)
Returns the value of the attribute with the required name |
double |
getAttributeByNameDouble(java.lang.String attributeName)
Returns the value of the attribute with the required name |
java.lang.String |
getAttributeByNameString(java.lang.String attributeName)
Returns the value of the attribute with the required name |
int |
getAttributeValueType(java.lang.String attributeName)
Returns the value type of the attribute |
java.lang.String |
getEventType()
|
int |
getId()
|
int |
getTimestamp()
|
void |
setId(int Id)
|
java.lang.String |
toString()
|
Method Detail |
---|
int getAttributeByName(java.lang.String attributeName)
attributeName
- the required attribute name
double getAttributeByNameDouble(java.lang.String attributeName)
attributeName
- the required attribute name
java.lang.String getAttributeByNameString(java.lang.String attributeName)
attributeName
- the required attribute name
int getAttributeValueType(java.lang.String attributeName)
attributeName
- the required attribute name
int getId()
void setId(int Id)
Id
- the event id to setjava.lang.String toString()
toString
in class java.lang.Object
int getTimestamp()
java.lang.String getEventType()
java.lang.Object clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |