Package com.anylogic.engine
- java.lang.Object
- com.anylogic.engine.EventProfiler
- All Implemented Interfaces:
Serializable
public class EventProfiler extends Object implements Serializable
- See Also:
- Serialized Form
Modifier and Type | Class | Description |
---|---|---|
static enum | EventProfiler.EventType |
Constructor | Description |
---|---|
EventProfiler |
Modifier and Type | Method | Description |
---|---|---|
EventInfo | getEventInfo |
Creates and returns the information structure about the events scheduled and
conditions monitored.
|
EventItem[] | getEvents | |
EventItem[] | getPredicates |
public EventProfiler(IExperimentHost experimentHost)
public EventInfo getEventInfo(int maxevents, boolean fullFrame)
Creates and returns the information structure about the events scheduled and
conditions monitored. In there are no changes soince last call, returns null.
- Parameters:
maxevents
- maximum number of events or predicates to include in the info.fullFrame
- if true, will unconditionally create new info- Returns:
- the info on events and predicates, or null if nothing new
public EventItem[] getEvents(int istart, int number)
public EventItem[] getPredicates(int istart, int number)