public class TandemEvent extends Event
| Modifier and Type | Class and Description |
|---|---|
static class |
TandemEvent.TEvent |
| Constructor and Description |
|---|
TandemEvent(TandemEvent.TEvent e) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Event e1)
Returns positive if this Event has a higher number then the given event.
|
java.lang.String |
description()
It is highly recommended that the user overrides it to give a description
to be used when reporting the occurrance rates of the events, and GUI.
|
TandemEvent.TEvent |
get() |
java.lang.String |
label()
If this function is not overriden by the user it returns the Event
number.
|
public TandemEvent(TandemEvent.TEvent e)
e - An event of the types listedpublic TandemEvent.TEvent get()
public java.lang.String label()
Eventlabel in interface JMarkovElementlabel in class EventEvent.description()public java.lang.String description()
Eventdescription in interface JMarkovElementdescription in class EventEvent.label()