public class ObservationEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ObservationEvent |
END_OBS
END_OBS
|
static ObservationEvent |
START_OBS
START_OBS
|
Constructor and Description |
---|
ObservationEvent(java.lang.String name)
Generates and Observation Event with the given name
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(ObservationEvent ev) |
java.lang.String |
getName()
Get the name of this event
|
void |
setName(java.lang.String name)
Set the name of this event
|
public static ObservationEvent START_OBS
public static ObservationEvent END_OBS
public ObservationEvent(java.lang.String name)
name
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public boolean equals(ObservationEvent ev)