Package com.anylogic.engine
- java.lang.Object
-
- com.anylogic.engine.EventProfiler
- All Implemented Interfaces:
java.io.Serializable
public class EventProfiler
extends java.lang.Object
implements java.io.Serializable
- See Also:
- Serialized Form
static class |
EventProfiler.EventType |
|
Modifier and Type | Class | Description |
---|
EventProfiler(IExperimentHost experimentHost) |
|
Constructor | Description |
---|
EventInfo |
getEventInfo(int maxevents,
boolean fullFrame) |
Creates and returns the information structure about the events scheduled and
conditions monitored.
|
EventItem[] |
getEvents(int istart,
int number) |
|
EventItem[] |
getPredicates(int istart,
int number) |
|
Modifier and Type | Method | Description |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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)
-
How can we improve this article?
-