AnyLogic
Expand
Font size

@AnyLogicInternalAPI
public class ConsoleItem
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
Stringcolor 
intid
serves to indicate skipped items
Stringtext 

Constructor Summary

ConstructorDescription
ConsoleItem() 
ConsoleItem(String text, String color) 

Method Summary

Methods inherited from class java.lang.Object

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

Field Details

id

public int id
serves to indicate skipped items

text

public String text

color

public String color

Constructor Details

ConsoleItem

public ConsoleItem()

ConsoleItem

public ConsoleItem(String text,
 String color)