AnyLogic
Expand
Font size

@AnyLogicInternalAPI
public class EventItem
extends Object
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.

Field Summary

Modifier and TypeFieldDescription
longindex 
Stringname 
doubletime 
EventProfiler.EventTypetype 

Constructor Summary

ConstructorDescription
EventItem() 
EventItem(long index, EventProfiler.EventType type, String name, double time) 

Method Summary

Methods inherited from class java.lang.Object

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

Field Details

index

public long index

type

public EventProfiler.EventType type

name

public String name

time

public double time

Constructor Details

EventItem

public EventItem()

EventItem

public EventItem(long index,
 EventProfiler.EventType type,
 String name,
 double time)