|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjmarkov.Event
public class Event
The class Event allows the user to define the implementation of the Events that can alter the States of the Markov Chain.
Constructor Summary | |
---|---|
Event()
|
Method Summary | |
---|---|
int |
compareTo(java.lang.Object ev)
Returns positive if this Event has a higher number then the given event. |
int |
getNum()
|
EventsSet |
getSet()
Returns the set of Events to which this event belongs. |
java.lang.String |
toString()
If this function is not overriden by the user it returns the Event number. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Event()
Method Detail |
---|
public EventsSet getSet()
public int getNum()
public int compareTo(java.lang.Object ev)
compareTo
in interface java.lang.Comparable
Comparable.compareTo(Object)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |