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()
Event
label
in interface JMarkovElement
label
in class Event
Event.description()
public java.lang.String description()
Event
description
in interface JMarkovElement
description
in class Event
Event.label()