AnyLogic
Expand
Font size
All Implemented Interfaces:
Serializable

public class EventProfiler
extends Object
implements Serializable
See Also:
Serialized Form

Nested Class Summary

Modifier and TypeClassDescription
static enum EventProfiler.EventType 

Constructor Summary

ConstructorDescription
EventProfiler(IExperimentHost experimentHost) 

Method Summary

Modifier and TypeMethodDescription
EventInfogetEventInfo(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) 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

EventProfiler

public EventProfiler(IExperimentHost experimentHost)

Method Details

getEventInfo

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

getEvents

public EventItem[] getEvents(int istart,
 int number)

getPredicates

public EventItem[] getPredicates(int istart,
 int number)