A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

absolute(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Moves the cursor to the given row number in this ResultSet object.
AbstractGraphNode<T extends IGraphNodeInfo> - Class in com.xj.anylogic.engine.graph
 
AbstractShapeGISMap - Class in com.xj.anylogic.engine
GIS map projection manager and map renderer class
GIS map is a Shape and it can be placed on the model animation: it renders the associated map projection on the screen
This class provides several projection methods General information:
Coordinates of any point are presented as: the longitude of point, measured in degrees (-180 ...
AbstractShapeGISMap() - Constructor for class com.xj.anylogic.engine.AbstractShapeGISMap
 
accept(Vertex) - Method in interface com.xj.anylogic.engine.graph.IGraphNodeFilter
 
accept(Edge) - Method in interface com.xj.anylogic.engine.graph.IGraphNodeFilter
 
action() - Method in class com.xj.anylogic.engine.analysis.Chart
Does nothing: no actions are associated with charts.
action() - Method in class com.xj.anylogic.engine.presentation.ShapeButton
Executes the action associated with the button.
action() - Method in class com.xj.anylogic.engine.presentation.ShapeCheckBox
Executes the action associated with a non-persistent checkbox.
action() - Method in class com.xj.anylogic.engine.presentation.ShapeComboBox
Executes the action associated with a non-persistent combo box.
action() - Method in class com.xj.anylogic.engine.presentation.ShapeControl
Executes the action associated with the control.
action() - Method in class com.xj.anylogic.engine.presentation.ShapeFileChooser
Executes the action associated with a non-persistent list box.
action() - Method in class com.xj.anylogic.engine.presentation.ShapeListBox
Executes the action associated with a non-persistent list box.
action() - Method in class com.xj.anylogic.engine.presentation.ShapeProgressBar
Does nothing since progress bar has no action.
action() - Method in class com.xj.anylogic.engine.presentation.ShapeRadioButtonGroup
Executes the action associated with a non-persistent radio button group.
action() - Method in class com.xj.anylogic.engine.presentation.ShapeSlider
Executes the action associated with a non-persistent slider.
action() - Method in class com.xj.anylogic.engine.presentation.ShapeTextField
Executes the action associated with a non-persistent text field.
action() - Method in class com.xj.anylogic.engine.presentation.ShapeWindow3D
Does nothing since 3D Window has no action.
actionPerformed(ActionEvent) - Method in class com.xj.anylogic.engine.analysis.Chart
 
actionPerformed(ActionEvent) - Method in class com.xj.anylogic.engine.presentation.Presentation
A method of ActionListener interface.
actionPerformed(ActionEvent) - Method in class com.xj.anylogic.engine.presentation.ShapeButton
ActionListener implementation.
actionPerformed(ActionEvent) - Method in class com.xj.anylogic.engine.presentation.ShapeCheckBox
ActionListener implementation.
actionPerformed(ActionEvent) - Method in class com.xj.anylogic.engine.presentation.ShapeComboBox
ActionListener implementation.
actionPerformed(ActionEvent) - Method in class com.xj.anylogic.engine.presentation.ShapeFileChooser
ActionListener implementation.
actionPerformed(ActionEvent) - Method in class com.xj.anylogic.engine.presentation.ShapeRadioButtonGroup
ActionListener implementation.
actionPerformed(ActionEvent) - Method in class com.xj.anylogic.engine.presentation.ToolBar
Method of ActionListener interface.
ActiveObject - Class in com.xj.anylogic.engine
This is a base class for all active object classes created by the user.
ActiveObject(Engine, ActiveObject, ActiveObjectCollection<?>) - Constructor for class com.xj.anylogic.engine.ActiveObject
Constructs the active object, sets up its owner and list (if replicated).
ActiveObjectArrayList<E extends ActiveObject> - Class in com.xj.anylogic.engine
Replicated active object list based on array implementation
Supports fast element retrieval by its index (the ActiveObjectArrayList.get(int) operation runs in constant time).
ActiveObjectArrayList() - Constructor for class com.xj.anylogic.engine.ActiveObjectArrayList
Constructs an empty list with an initial capacity of ten.
ActiveObjectCollection<E extends ActiveObject> - Class in com.xj.anylogic.engine
Replicated active object collection interface
ActiveObjectCollection() - Constructor for class com.xj.anylogic.engine.ActiveObjectCollection
 
ActiveObjectIntegrationManager - Class in com.xj.anylogic.engine
This class solves a system of algebraic differential equations.
ActiveObjectIntegrationManager(int, int, int) - Constructor for class com.xj.anylogic.engine.ActiveObjectIntegrationManager
Constructor
ActiveObjectLinkedHashSet<E extends ActiveObject> - Class in com.xj.anylogic.engine
Replicated active object collection based on LinkedHashSet implementation
This collection offers constant time performance for the basic operations (add, remove, contains and size) and guarantees insertion-order during iteration

Note, that due to set-based implementation, element retrieval by its index (ActiveObjectLinkedHashSet.get(int)) is extremely slow when rapidly invoked it with random index for large collections.
ActiveObjectLinkedHashSet() - Constructor for class com.xj.anylogic.engine.ActiveObjectLinkedHashSet
 
ActiveObjectList<E extends ActiveObject> - Class in com.xj.anylogic.engine
Replicated active object list interface
ActiveObjectList() - Constructor for class com.xj.anylogic.engine.ActiveObjectList
 
add(double, double) - Method in class com.xj.anylogic.engine.analysis.DataSet
Adds a new data item to the data set.
add(double) - Method in class com.xj.anylogic.engine.analysis.DataSet
Adds a new data item to the data set.
add(double, double) - Method in class com.xj.anylogic.engine.analysis.Histogram2DData
Adds a sample data item to the histogram data, updates PDF, CDF and count.
add(DataSet) - Method in class com.xj.anylogic.engine.analysis.Histogram2DData
Adds the whole contents of a given dataset to the histogram data, updates PDF, CDF and count.
add(double) - Method in class com.xj.anylogic.engine.analysis.HistogramData
Adds a sample data item to the histogram data.
add(double) - Method in class com.xj.anylogic.engine.analysis.HistogramSimpleData
Adds a sample data item to the histogram data object, updates PDF, CDF and statistics.
add(double) - Method in class com.xj.anylogic.engine.analysis.HistogramSmartData
Adds a sample data item to the histogram data object.
add(double, double) - Method in class com.xj.anylogic.engine.analysis.StatisticsContinuous
Adds a new data sample to the statistics, i.e. notifies the statistics about the value change at the given time.
add(double) - Method in class com.xj.anylogic.engine.analysis.StatisticsDiscrete
Adds a sample value to the statistics.
add(Light3D) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
Adds a light to the group.
add(Camera3D) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
Adds a camera to the group.
add(int) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
This method is not supported:
3D group can't contain non-persistent shapes
add(String) - Method in class com.xj.anylogic.engine.presentation.Shape3DImage
 
add(Shape) - Method in class com.xj.anylogic.engine.presentation.ShapeGroup
Adds a persistent shape to the group.
add(int) - Method in class com.xj.anylogic.engine.presentation.ShapeGroup
Adds a non-persistent shape to the group.
add(ReplicatedShape<?>) - Method in class com.xj.anylogic.engine.presentation.ShapeGroup
Adds a replicated shape to the group.
add(String) - Method in class com.xj.anylogic.engine.presentation.ShapeImage
Adds an image to the image shape.
add(int) - Method in class com.xj.anylogic.engine.presentation.ShapeTopLevelPresentationGroup
Adds a non-persistent shape to the group.
addBatch(String) - Method in class com.xj.anylogic.engine.connectivity.Statement
Adds the given SQL command to the current list of commmands for this Statement object.
addConstraint(COptQuestConstraint) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Adds the constraint defined by the input parameter to the optimization

This is optimization setup method, user should not call it
addConstraint(COptQuestStringConstraint) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Adds the string constraint defined by the input parameter to the optimization

This is optimization setup method, user should not call it
addDataItem(DataItem, String, Color) - Method in class com.xj.anylogic.engine.analysis.BarChart
Adds a DataItem to the chart.
addDataItem(DataItem, String, Color) - Method in class com.xj.anylogic.engine.analysis.Chart1D
Adds a data item to the chart.
addDataItem(DataItem) - Method in class com.xj.anylogic.engine.analysis.Chart1D
Adds a DataItem to the chart with default title and color.
addDataItem(DataItem, String, Color) - Method in class com.xj.anylogic.engine.analysis.Chart1DSum
Adds a DataItem to the chart.
addDataSet(DataSet, String, Color, boolean, int, float, int) - Method in class com.xj.anylogic.engine.analysis.Chart2DPlot
Adds a DataSet to the chart with the specified visual appearance.
addDataSet(DataSet, String, Chart2DPlot.Appearance) - Method in class com.xj.anylogic.engine.analysis.Chart2DPlot
Adds a DataSet to the chart with the specified visual appearance.
addDataSet(DataSet, String) - Method in class com.xj.anylogic.engine.analysis.Chart2DPlot
Adds a DataSet to the chart a given title and default visual appearnce: royalBlue color, line of width 1 is drawn, points are not drawn, linear interpolation.
addDataSet(DataSet) - Method in class com.xj.anylogic.engine.analysis.Chart2DPlot
Adds a DataSet to the chart with default title "Data set" and default visual appearance: royalBlue color, line of width 1 is drawn, points are not drawn, linear interpolation.
addDataSet(DataSet, String) - Method in class com.xj.anylogic.engine.analysis.TimeColorChart
Adds a DataSet to the chart.
addDataSet(DataSet) - Method in class com.xj.anylogic.engine.analysis.TimeColorChart
Adds a DataSet to the chart with default title "Data set".
addDataSet(DataSet, String, Color) - Method in class com.xj.anylogic.engine.analysis.TimeStackChart
Adds a DataSet to the chart with the specified title and color.
addDataSet(DataSet) - Method in class com.xj.anylogic.engine.analysis.TimeStackChart
Adds a DataSet to the chart with default title "Data set" and defalt color royalBlue.
addEdge(Vertex, Vertex) - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangulation
 
addEdge(Vertex, Vertex) - Method in class com.xj.anylogic.engine.graph.Graph
 
addGeometryInfo(Vertex, IGeometryInfoFactory, Map<String, Object>) - Static method in class com.xj.anylogic.engine.graph.algorithms.GeometryUtils
 
addGeometryInfo(Edge, IGeometryInfoFactory, Map<String, Object>) - Static method in class com.xj.anylogic.engine.graph.algorithms.GeometryUtils
 
addHistogram(HistogramData, String, Color, Color, Color, Color, float, Color) - Method in class com.xj.anylogic.engine.analysis.Histogram
Adds a histogram data object to the chart with the specified visual appearance.
addHistogram(HistogramData, String, Histogram.Appearance) - Method in class com.xj.anylogic.engine.analysis.Histogram
Adds a histogram data object to the chart with the specified visual appearance.
addHistogram2D(Histogram2DData, String, Color) - Method in class com.xj.anylogic.engine.analysis.Histogram2D
Adds a histogram 2D data object to the chart with the specified visual appearance.
addIncident(Triangle) - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangle
 
addIncident(Edge) - Method in class com.xj.anylogic.engine.graph.Vertex
 
addInfo(String, T) - Method in class com.xj.anylogic.engine.graph.AbstractGraphNode
 
addInspect(double, double, Presentable, String) - Method in class com.xj.anylogic.engine.presentation.Panel
Creates an inspect window at a particular location for an element of a Presentable object.
addInspect_xjal(double, double, Presentable, String, int) - Method in class com.xj.anylogic.engine.presentation.Panel
Creates an inspect window at a particular location for an element of a Presentable object.
addLinearConstraintVariable(COptQuestConstraint, COptQuestVariable, double) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Adds a variable and its coefficient to the linear expression
This method is called for each variable that is used in the left hand side expression
For example, the constraint 2*Var1 + 3*Var2 + 1.5*Var3 <= 100 would call addLinearConstraintVariable(Var1,2), addLinearConstraintVariable(Var2, 3) and addLinearConstraintVariable(Var3,1.5)

This is optimization setup method, user should not call it
addNotify() - Method in class com.xj.anylogic.engine.presentation.Panel
 
addNotify() - Method in class com.xj.anylogic.engine.presentation.StatusBar
 
addParameterVariable(COptQuestVariable) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Adds the variable defined by the input parameter to the optimization

This is optimization setup method, user should not call it
addRequirement(COptQuestRequirement) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Adds the requirement defined by the input parameter to the optimization

This is optimization setup method, user should not call it
addSnapshotEventListener(SnapshotEventListener) - Method in class com.xj.anylogic.engine.presentation.Presentation
Registers listener for snapshot events, this listener is notified about changes performed by Presentation.saveSnapshot(String) and Presentation.loadSnapshot(String) methods
Does nothing if the given listener has already been added
addSuggestedSolution() - Method in class com.xj.anylogic.engine.ExperimentOptimization
This method signals the completion of a suggested solution definition.
addTriangle(Triangle) - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.impl.EdgeTriangulationInfoImpl
 
addTriangle(Triangle) - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.impl.VertexTriangulationInfoImpl
 
addTriangle(Edge, Edge, Edge) - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangulation
 
addTriangulationInfo(Vertex, ITriangulationInfoFactory, Map<String, Object>) - Static method in class com.xj.anylogic.engine.graph.algorithms.triangulation.TriangulationUtils
 
addTriangulationInfo(Edge, ITriangulationInfoFactory, Map<String, Object>) - Static method in class com.xj.anylogic.engine.graph.algorithms.triangulation.TriangulationUtils
 
addVertex() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangulation
 
addVertex() - Method in class com.xj.anylogic.engine.graph.Graph
 
afterLast() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Moves the cursor to the end of this ResultSet object, just after the last row.
Agent - Class in com.xj.anylogic.engine
A subclass of ActiveObject designed to support agent based modeling, in particular:
- time (continuous or discrete)
- space (continuous or discrete) and spatial animation
- connections between agents, networks (e.g. social) and their visualization
- communication - message passing and broadcasting
There are several agent classes for different space types: AgentContinuous2D AgentContinuous3D AgentContinuousGIS AgentDiscrete2D A user-defined agent class should be a subclass of one of these Agent* classes in order to use those features.
Agent(Engine, ActiveObject, ActiveObjectCollection<?>) - Constructor for class com.xj.anylogic.engine.Agent
 
AgentContinuous - Class in com.xj.anylogic.engine
Base class for agents with continuous space.
AgentContinuous2D - Class in com.xj.anylogic.engine
A subclass of ActiveObject designed to support agent based modeling in continuous 2D space, in particular:
- time (continuous or discrete)
- 2D continuous space
- connections between agents, networks (e.g. social) and their visualization
- communication - message passing and broadcasting
A user-defined agent class should be a subclass of this class in order to use those features.
AgentContinuous2D(Engine, ActiveObject, ActiveObjectCollection<?>) - Constructor for class com.xj.anylogic.engine.AgentContinuous2D
 
AgentContinuous3D - Class in com.xj.anylogic.engine
A subclass of ActiveObject designed to support agent based modeling in continuous 3D space, in particular:
- time (continuous or discrete)
- 3D continuous space
- connections between agents, networks (e.g. social) and their visualization
- communication - message passing and broadcasting
A user-defined agent class should be a subclass of this class in order to use those features.
AgentContinuous3D(Engine, ActiveObject, ActiveObjectCollection<?>) - Constructor for class com.xj.anylogic.engine.AgentContinuous3D
 
AgentContinuousGIS - Class in com.xj.anylogic.engine
A subclass of ActiveObject designed to support agent based modeling in continuous GIS space, in particular:
- time (continuous or discrete)
- continuous 2D space based on GIS map
- connections between agents, networks (e.g. social) and their visualization
- communication - message passing and broadcasting
A user-defined agent class should be a subclass of this class in order to use those features.
AgentContinuousGIS(Engine, ActiveObject, ActiveObjectCollection<?>) - Constructor for class com.xj.anylogic.engine.AgentContinuousGIS
 
AgentDiscrete2D - Class in com.xj.anylogic.engine
A subclass of ActiveObject designed to support agent based modeling in discrete 2D space, in particular:
- time (continuous or discrete)
- 2D discrete space
- connections between agents, networks (e.g. social) and their visualization
- communication - message passing and broadcasting
A user-defined agent class should be a subclass of this class in order to use those features.
AgentDiscrete2D(Engine, ActiveObject, ActiveObjectCollection<?>) - Constructor for class com.xj.anylogic.engine.AgentDiscrete2D
 
agentInfo() - Method in class com.xj.anylogic.engine.Agent
 
ALIGNMENT_CENTER - Static variable in class com.xj.anylogic.engine.Presentable
Text alignment type constant
ALIGNMENT_LEFT - Static variable in class com.xj.anylogic.engine.Presentable
Text alignment type constant
ALIGNMENT_RIGHT - Static variable in class com.xj.anylogic.engine.Presentable
Text alignment type constant
ALL - Static variable in class com.xj.anylogic.engine.Agent
 
ALL_CONNECTED - Static variable in class com.xj.anylogic.engine.Agent
 
ALL_NEIGHBORS - Static variable in class com.xj.anylogic.engine.Agent
This destination type is available only in discrete agents
allowDuplicateX(boolean) - Method in class com.xj.anylogic.engine.analysis.DataSet
Sets the way of handling two subsequent calls of add() with identical X values.
allowDuplicateY(boolean) - Method in class com.xj.anylogic.engine.analysis.DataSet
Sets the way of handling two subsequent calls of add() with identical Y values.
AM - Static variable in class com.xj.anylogic.engine.Utilities
Value of the Utilities.getAmPm(Date) method indicating the period of the day from midnight to just before noon.
ANIM_ANTIALIASING - Static variable in class com.xj.anylogic.engine.presentation.Panel
The anti-aliasing painting option
ANIM_BOUNDS_CLIPPING_COMPLEX_XJAL - Static variable in class com.xj.anylogic.engine.presentation.Panel
increase performance by skipping drawing of shapes which are outside of visible area - for shapes with complex bounds computation (like polylines)
This constant is an internal AnyLogic option and is a subject to change in any further release.
ANIM_BOUNDS_CLIPPING_XJAL - Static variable in class com.xj.anylogic.engine.presentation.Panel
increase performance by skipping drawing of shapes which are outside of visible area.
ANIM_ENHANCED_MODEL_ELEMENTS_DRAWING - Static variable in class com.xj.anylogic.engine.presentation.Panel
The enhanced model elements drawing mode for the presentation panel
ANIMATION - Static variable in class com.xj.anylogic.engine.presentation.ToolBar
 
ANTIQUE_WHITE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
antiqueWhite - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
applyLayout() - Method in class com.xj.anylogic.engine.EnvironmentContinuous2D
Rearranges agents in this environment according to the selected layout type.
applyLayout() - Method in class com.xj.anylogic.engine.EnvironmentDiscrete2D
Rearranges agents in this environment according to the selected layout type.
applyNetwork() - Method in class com.xj.anylogic.engine.Environment
Discards all existing connections and establishes new connection network according to the current network settings.
APRIL - Static variable in class com.xj.anylogic.engine.Utilities
Value of the Utilities.getMonth(Date) method indicating the fourth month of the year in the Gregorian and Julian calendars.
aqua - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
AQUA - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
aquamarine - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
AQUAMARINE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
arcContains(double, double, double, double, double, double) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Tests if the arc (pie type) with the given attributes contains the point with coordinates (x,y) relative to the arc center.
Area2D - Interface in com.xj.anylogic.engine
This interface represents some rectangular area.
Area3D - Interface in com.xj.anylogic.engine
This interface represents some rectangular area.
arePercentilesEnabled() - Method in class com.xj.anylogic.engine.analysis.HistogramData
Checks if percentile calculation is enabled.
areStepsEnabled() - Method in class com.xj.anylogic.engine.Environment
Tests if the time steps are enabled.
assignInitialConditions_xjal() - Method in class com.xj.anylogic.engine.ActiveObject
This method shouldn't be normally called by user.
AStarAlgorithm - Class in com.xj.anylogic.engine.graph.algorithms.shortestpath
 
AStarAlgorithm(Graph, IAStarAlgorithmCosts, IGraphNodeFilter) - Constructor for class com.xj.anylogic.engine.graph.algorithms.shortestpath.AStarAlgorithm
 
AStarAlgorithmGeometryCostsImpl - Class in com.xj.anylogic.engine.graph.algorithms.shortestpath.impl
 
AStarAlgorithmGeometryCostsImpl() - Constructor for class com.xj.anylogic.engine.graph.algorithms.shortestpath.impl.AStarAlgorithmGeometryCostsImpl
 
AUGUST - Static variable in class com.xj.anylogic.engine.Utilities
Value of the Utilities.getMonth(Date) method indicating the eighth month of the year in the Gregorian and Julian calendars.
average(String, String) - Method in class com.xj.anylogic.engine.ActiveObjectCollection
Returns the average of (numeric) field values for all active objects in this collection which have true value of a boolean field with name triggerFieldName (if specified)
average(String) - Method in class com.xj.anylogic.engine.ActiveObjectCollection
Returns the average of (numeric) field values for all active objects in this collection
average() - Method in class com.xj.anylogic.engine.HyperArray
Returns the average of all elements of the hyper array.
azure - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
AZURE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 

B

BarChart - Class in com.xj.anylogic.engine.analysis
The chart that displays a number of data items as bars with dimension proportional to their values (which can be negative).
BarChart(Presentable, boolean, int, int, int, int, Color, Color, int, int, int, int, Color, Color, Color, int, int, int, int, double, double, double, int, Color, Color, List<DataItem>, List<String>, List<Color>) - Constructor for class com.xj.anylogic.engine.analysis.BarChart
Creates a persistent BarChart.
BarChart(Presentable, int, int) - Constructor for class com.xj.anylogic.engine.analysis.BarChart
Creates a non-persistent BarChart.
barDirection - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
beforeFirst() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Moves the cursor to the front of this ResultSet object, just before the first row.
beige - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
BEIGE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
bernoulli(double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Bernoulli distribution, i.e. 1 with probability p and 0 with probability 1 - p.
bernoulli(double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Bernoulli distribution using the specified random number generator.
beta(double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Beta distribution with min set to 0 and max set to 1.
beta(double, double, double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Beta distribution.
beta(double, double, double, double, double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of truncated Beta distribution.
beta(double, double, double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Beta distribution using the specified random number generator.
beta(double, double, double, double, double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of truncated Beta distribution using the specified random number generator.
binomial(double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Binomial distribution with n set to 1.
binomial(double, int) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Binomial distribution.
binomial(double, double, double, double, double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of truncated Binomial distribution.
binomial(double, int, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Binomial distribution using the specified random number generator.
binomial(double, double, double, double, double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of truncated Binomial distribution using the specified random number generator.
bisque - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
BISQUE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
black - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
BLACK - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
BLANCHED_ALMOND - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
blanchedAlmond - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
blue - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
BLUE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
BLUE_VIOLET - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
blueViolet - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
BOTTOM_LEFT - Static variable in class com.xj.anylogic.engine.presentation.ViewArea
Alignment constant.
BOTTOM_RIGHT - Static variable in class com.xj.anylogic.engine.presentation.ViewArea
Alignment constant.
brickRedTexture - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
brickWhiteTexture - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
briefInfoOn(Object) - Static method in class com.xj.anylogic.engine.Utilities
Returns a brief one-line textual information on the given object.
brown - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
BROWN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
browseEmbeddedObject(double, double, ActiveObject, String) - Method in class com.xj.anylogic.engine.presentation.Panel
Sets the embedded object to be displayed by the presentation panel.
build() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.TriangulationBuilder
 
build() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.TriangulationDualGraphBuilder
 
BURLY_WOOD - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
burlyWood - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 

C

CAD_ANTIALIASING - Static variable in class com.xj.anylogic.engine.Presentable
Attribute of CAD indicating that CAD should be drawn using antialiasing.
CAD_INVERTED - Static variable in class com.xj.anylogic.engine.Presentable
Attribute of CAD indicating that CAD should be drawn in inverted colors.
CADET_BLUE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
cadetBlue - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
calculateRangeParameterValuesNumbers() - Method in class com.xj.anylogic.engine.ExperimentParamVariation
This method should be overridden in experiments which work with parameters varied in range
This method will be called only one time
Camera3D - Class in com.xj.anylogic.engine.presentation
3D camera object.
Camera3D() - Constructor for class com.xj.anylogic.engine.presentation.Camera3D
This constructor calls update() and should be used in the cameras changing at a model run-time
Camera3D(Camera3D) - Constructor for class com.xj.anylogic.engine.presentation.Camera3D
Creates a copy of the given camera
Camera3D(Shape3DGroup, double, double, double, double, double) - Constructor for class com.xj.anylogic.engine.presentation.Camera3D
Creates new camera object
Camera3D(double, double, double, double, double) - Constructor for class com.xj.anylogic.engine.presentation.Camera3D
 
cancel() - Method in class com.xj.anylogic.engine.connectivity.Statement
Cancels this Statement object if both the DBMS and driver support aborting an SQL statement.
cancel() - Method in class com.xj.anylogic.engine.EventOriginator
Deprecated. User should not call this method for events, call reset() instead
cancel() - Method in class com.xj.anylogic.engine.Transition
Should be called when this transition becomes deactivated e.g. as a result of alternative transition being taken.
cancel() - Method in class com.xj.anylogic.engine.TransitionCondition
Should be called when this transition becomes deactivated e.g. as a result of alternative transition being taken.
cancel() - Method in class com.xj.anylogic.engine.TransitionMessage
Should be called when this transition becomes deactivated e.g. as a result of alternative transition being taken.
cancel() - Method in class com.xj.anylogic.engine.TransitionRate
Should be called when this transition becomes deactivated e.g. as a result of alternative transition being taken.
cancel() - Method in class com.xj.anylogic.engine.TransitionTimeout
Should be called when this transition becomes deactivated e.g. as a result of alternative transition being taken.
cancelRowUpdates() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Cancels the updates made to the current row in this ResultSet object.
canHandleClick(boolean) - Method in class com.xj.anylogic.engine.presentation.Shape
Checks if the shape can handle mouse clicks in its current condition, namely with current public and visibility settings.
canHandleClick(boolean) - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
 
canReadMore() - Method in class com.xj.anylogic.engine.connectivity.TextFile
Returns true if there is available content in the file at the reading position.
cauchy(double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Cauchy distribution with theta set to 0.
cauchy(double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Cauchy distribution.
cauchy(double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Cauchy distribution using the specified random number generator.
CELL_TYPE_BLANK - Static variable in class com.xj.anylogic.engine.connectivity.ExcelFile
Blank Cell type
CELL_TYPE_BOOLEAN - Static variable in class com.xj.anylogic.engine.connectivity.ExcelFile
Boolean Cell type
CELL_TYPE_ERROR - Static variable in class com.xj.anylogic.engine.connectivity.ExcelFile
Error Cell type
CELL_TYPE_FORMULA - Static variable in class com.xj.anylogic.engine.connectivity.ExcelFile
Formula Cell type
CELL_TYPE_NUMERIC - Static variable in class com.xj.anylogic.engine.connectivity.ExcelFile
Numeric Cell type
CELL_TYPE_STRING - Static variable in class com.xj.anylogic.engine.connectivity.ExcelFile
String Cell type
cellExists(int, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns true if the cell at the given position exists in the workbook
cellExists(String, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns true if the cell at the given position exists in the workbook
cellExists(String) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns true if the cell at the given position exists in the workbook
CENTER - Static variable in class com.xj.anylogic.engine.presentation.ViewArea
Alignment constant.
Chart - Class in com.xj.anylogic.engine.analysis
The base class for all charts.
Chart(Presentable, boolean, int, int, int, int, Color, Color, int, int, int, int, Color, Color, Color, int, int, List<String>) - Constructor for class com.xj.anylogic.engine.analysis.Chart
Creates a persistent chart.
Chart(Presentable, int, int) - Constructor for class com.xj.anylogic.engine.analysis.Chart
Creates a non-persistent chart that will exist only while it is visible.
Chart.Properties - Class in com.xj.anylogic.engine.analysis
A data structure containing all specific chart properties (does not include general shape properties like X, Y, width, height, etc.).
Chart.Properties() - Constructor for class com.xj.anylogic.engine.analysis.Chart.Properties
 
Chart1D - Class in com.xj.anylogic.engine.analysis
The base class for all charts that display a collection of single data items, like Pie, Bar, or Stack.
Chart1D(Presentable, boolean, int, int, int, int, Color, Color, int, int, int, int, Color, Color, Color, int, int, List<DataItem>, List<String>, List<Color>) - Constructor for class com.xj.anylogic.engine.analysis.Chart1D
Creates a persistent Chart1D.
Chart1D(Presentable, int, int) - Constructor for class com.xj.anylogic.engine.analysis.Chart1D
Creates a non-persistent Chart1D.
Chart1DSum - Class in com.xj.anylogic.engine.analysis
A base class for all charts that display the fractions of the data items of their total (like Pie or Stack).
Chart1DSum(Presentable, boolean, int, int, int, int, Color, Color, int, int, int, int, Color, Color, Color, int, int, List<DataItem>, List<String>, List<Color>) - Constructor for class com.xj.anylogic.engine.analysis.Chart1DSum
Creates a persistent Chart1DSum.
Chart1DSum(Presentable, int, int) - Constructor for class com.xj.anylogic.engine.analysis.Chart1DSum
Creates a non-persistent Chart1DSum.
Chart2D - Class in com.xj.anylogic.engine.analysis
The base class for all charts that display a collection of two-dimensional data sets, like Plot, TimePlot, TimeStack, Color.
Chart2D(Presentable, boolean, int, int, int, int, Color, Color, int, int, int, int, Color, Color, Color, int, int, int, double, double, int, int, Color, Color, List<DataSet>, List<String>) - Constructor for class com.xj.anylogic.engine.analysis.Chart2D
Creates a persistent Chart2D.
Chart2D(Presentable, int, int) - Constructor for class com.xj.anylogic.engine.analysis.Chart2D
Creates a non-persistent Chart2D.
Chart2DPlot - Class in com.xj.anylogic.engine.analysis
The base class for all charts that display a collection of two-dimensional data sets in the form of plots, like Plot, TimePlot.
Chart2DPlot(Presentable, boolean, int, int, int, int, Color, Color, int, int, int, int, Color, Color, Color, int, int, int, double, double, int, int, Color, Color, List<DataSet>, List<String>, List<Chart2DPlot.Appearance>) - Constructor for class com.xj.anylogic.engine.analysis.Chart2DPlot
Creates a persistent Chart2DPlot.
Chart2DPlot(Presentable, int, int) - Constructor for class com.xj.anylogic.engine.analysis.Chart2DPlot
Creates a non-persistent Chart2DPlot.
Chart2DPlot.Appearance - Class in com.xj.anylogic.engine.analysis
Descriptor or a data set plot appearance.
Chart2DPlot.Appearance(Color, boolean, int, float, int) - Constructor for class com.xj.anylogic.engine.analysis.Chart2DPlot.Appearance
Creates a data set plot appearance.
ChartItem - Class in com.xj.anylogic.engine.analysis
An item that holds data and can be displayed by a chart (a unit of what can be displayed by the chart).
ChartItem() - Constructor for class com.xj.anylogic.engine.analysis.ChartItem
 
chartreuse - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
CHARTREUSE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
chi2(double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Chi Squared distribution with min set to 0.
chi2(double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Chi Squared distribution.
chi2(double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Chi Squared distribution using the specified random number generator.
chocolate - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
CHOCOLATE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
clear() - Method in class com.xj.anylogic.engine.presentation.ImageCache
Clears the cache.
clear() - Method in class com.xj.anylogic.engine.presentation.ShapeGroup
Removes all shapes from the group.
clearBatch() - Method in class com.xj.anylogic.engine.connectivity.Statement
Empties this Statement object's current list of SQL commands.
clearWarnings() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Clears all warnings reported on this ResultSet object.
clearWarnings() - Method in class com.xj.anylogic.engine.connectivity.Statement
Clears all the warnings reported on this Statement object.
clone() - Method in class com.xj.anylogic.engine.AbstractShapeGISMap
Cloning of GIS is not supported
(Other shapes except controls and charts allow cloning)
This method throws UnsupportedOperationException if called
clone() - Method in class com.xj.anylogic.engine.analysis.Chart
Cloning of charts is not supported
(Other shapes except GIS and controls allow cloning)
This method throws UnsupportedOperationException if called
clone() - Method in class com.xj.anylogic.engine.Point
 
clone() - Method in class com.xj.anylogic.engine.presentation.Camera3D
 
clone() - Method in class com.xj.anylogic.engine.presentation.Light3D
Creates and returns a copy of this light (i.e. new light instance).
clone() - Method in class com.xj.anylogic.engine.presentation.Light3DAmbient
 
clone() - Method in class com.xj.anylogic.engine.presentation.Light3DDirectional
 
clone() - Method in class com.xj.anylogic.engine.presentation.Light3DPoint
 
clone() - Method in class com.xj.anylogic.engine.presentation.Light3DSpot
 
clone() - Method in class com.xj.anylogic.engine.presentation.ReplicatedShape
Creates and returns a copy of this replicated shape (i.e. new instance).
clone() - Method in class com.xj.anylogic.engine.presentation.Shape
Creates and returns a copy of this shape (i.e. new shape instance).
clone() - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
 
clone() - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
 
clone() - Method in class com.xj.anylogic.engine.presentation.Shape3DImage
 
clone() - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
 
clone() - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
 
clone() - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
 
clone() - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
Creates and returns a copy of this shape (i.e. new shape instance).
clone() - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
 
clone() - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
 
clone() - Method in class com.xj.anylogic.engine.presentation.Shape3DText
 
clone() - Method in class com.xj.anylogic.engine.presentation.ShapeArc
 
clone() - Method in class com.xj.anylogic.engine.presentation.ShapeCAD
 
clone() - Method in class com.xj.anylogic.engine.presentation.ShapeControl
Cloning of controls is not supported
(Other shapes except GIS and charts allow cloning)
This method throws UnsupportedOperationException if called
clone() - Method in class com.xj.anylogic.engine.presentation.ShapeCurve
 
clone() - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
This method is not supported and throws exception:
Embedded object presentation cannot be cloned
clone() - Method in class com.xj.anylogic.engine.presentation.ShapeGroup
Creates and returns a copy of this group (i.e. new shape instance).
clone() - Method in class com.xj.anylogic.engine.presentation.ShapeImage
 
clone() - Method in class com.xj.anylogic.engine.presentation.ShapeLine
 
clone() - Method in class com.xj.anylogic.engine.presentation.ShapeOval
 
clone() - Method in class com.xj.anylogic.engine.presentation.ShapePixel
 
clone() - Method in class com.xj.anylogic.engine.presentation.ShapePolyLine
 
clone() - Method in class com.xj.anylogic.engine.presentation.ShapeRectangle
 
clone() - Method in class com.xj.anylogic.engine.presentation.ShapeRoundedRectangle
 
clone() - Method in class com.xj.anylogic.engine.presentation.ShapeText
 
close() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Releases this ResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class com.xj.anylogic.engine.connectivity.Statement
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class com.xj.anylogic.engine.connectivity.TextFile
Closes the read or write stream of this TextFile and releases any system resources associated with it.
close() - Method in class com.xj.anylogic.engine.Experiment
This method returns immediately and performs the following actions in a separate thread: stops experiment if it is not stopped, destroys the model and closes experiment window (only if model is started in the application mode)
close() - Method in class com.xj.anylogic.engine.presentation.Presentation
This method returns immediately and performs the following actions in a separate thread: stops experiment if it is not stopped, destroys the model and closes experiment window (only if model is started in the application mode)
CLOSE_ALL_RESULTS - Static variable in class com.xj.anylogic.engine.connectivity.Statement
The constant indicating that all ResultSet objects that have previously been kept open should be closed when calling getMoreResults.
CLOSE_CURRENT_RESULT - Static variable in class com.xj.anylogic.engine.connectivity.Statement
The constant indicating that the current ResultSet object should be closed when calling getMoreResults.
CLOSE_CURSORS_AT_COMMIT - Static variable in class com.xj.anylogic.engine.connectivity.ResultSet
The constant indicating that open ResultSet objects with this holdability will be closed when the current transaction is commited.
closeResultSet(ResultSet) - Method in class com.xj.anylogic.engine.connectivity.Database
Deprecated. call ResultSet.close() method instead
colorFromDouble(double) - Method in class com.xj.anylogic.engine.analysis.TimeColorChart.ColorMap
 
com.xj.anylogic.engine - package com.xj.anylogic.engine
 
com.xj.anylogic.engine.analysis - package com.xj.anylogic.engine.analysis
 
com.xj.anylogic.engine.connectivity - package com.xj.anylogic.engine.connectivity
 
com.xj.anylogic.engine.graph - package com.xj.anylogic.engine.graph
 
com.xj.anylogic.engine.graph.algorithms - package com.xj.anylogic.engine.graph.algorithms
 
com.xj.anylogic.engine.graph.algorithms.impl - package com.xj.anylogic.engine.graph.algorithms.impl
 
com.xj.anylogic.engine.graph.algorithms.shortestpath - package com.xj.anylogic.engine.graph.algorithms.shortestpath
 
com.xj.anylogic.engine.graph.algorithms.shortestpath.impl - package com.xj.anylogic.engine.graph.algorithms.shortestpath.impl
 
com.xj.anylogic.engine.graph.algorithms.triangulation - package com.xj.anylogic.engine.graph.algorithms.triangulation
 
com.xj.anylogic.engine.graph.algorithms.triangulation.impl - package com.xj.anylogic.engine.graph.algorithms.triangulation.impl
 
com.xj.anylogic.engine.presentation - package com.xj.anylogic.engine.presentation
 
componentHidden(ComponentEvent) - Method in class com.xj.anylogic.engine.presentation.Panel
A method of ComponentListener interface.
componentMoved(ComponentEvent) - Method in class com.xj.anylogic.engine.presentation.Panel
A method of ComponentListener interface.
componentResized(ComponentEvent) - Method in class com.xj.anylogic.engine.presentation.Panel
A method of ComponentListener interface.
componentShown(ComponentEvent) - Method in class com.xj.anylogic.engine.presentation.Panel
A method of ComponentListener interface.
compute(Vertex, Vertex) - Method in class com.xj.anylogic.engine.graph.algorithms.shortestpath.AStarAlgorithm
 
concreteTexture - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
CONCUR_READ_ONLY - Static variable in class com.xj.anylogic.engine.connectivity.ResultSet
The constant indicating the concurrency mode for a ResultSet object that may NOT be updated.
CONCUR_UPDATABLE - Static variable in class com.xj.anylogic.engine.connectivity.ResultSet
The constant indicating the concurrency mode for a ResultSet object that may be updated.
Configuration3D - Class in com.xj.anylogic.engine.presentation
Configuration of 3D world of the associated active object
This object controls the background color and grid at the Z=0 plane.
confirmControl(Presentable, int, int, int, int, int, int) - Method in class com.xj.anylogic.engine.presentation.ShapeControlManager
Is called by presentable object to notify that a non-persistent control with the given id and index should be displayed at a given location and have a given size.
confirmControl(ShapeControl, int, int, int, int) - Method in class com.xj.anylogic.engine.presentation.ShapeControlManager
Is called by presentable object to tell the panel that a persistent control should be displayed a given location and have a given size.
connect() - Method in class com.xj.anylogic.engine.connectivity.Database
The method connects a data source, specified by constructor parameters.
connect(Port<OutMessageType, InMessageType>) - Method in class com.xj.anylogic.engine.Port
Connects the port to another port of an object on the same level.
connectTo(AgentContinuous2D) - Method in class com.xj.anylogic.engine.AgentContinuous2D
Creates a bi-directional connection between this agent and a given other agent.
connectTo(AgentContinuous3D) - Method in class com.xj.anylogic.engine.AgentContinuous3D
Creates a bi-directional connection between this agent and a given other agent.
connectTo(AgentContinuousGIS) - Method in class com.xj.anylogic.engine.AgentContinuousGIS
Creates a bi-directional connection between this agent and a given other agent.
connectTo(AgentDiscrete2D) - Method in class com.xj.anylogic.engine.AgentDiscrete2D
Creates a bi-directional connection between this agent and a given other agent.
contains(Object) - Method in class com.xj.anylogic.engine.ActiveObjectArrayList
 
contains(Object) - Method in class com.xj.anylogic.engine.ActiveObjectCollection
Returns true if this replicated active object contains the specified element.
contains(Object) - Method in class com.xj.anylogic.engine.ActiveObjectLinkedHashSet
Returns true if this replicated active object contains the specified element.
contains(int, double, double) - Method in class com.xj.anylogic.engine.Presentable
Tests if a (possibly, replicated) non-persistent shape contains the point with the coordinates (px,py).
contains(double, double) - Method in class com.xj.anylogic.engine.presentation.ReplicatedShape
Tests if any of the shapes in this replicated shape contains the point with the given coordinates
contains(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape
Test if the shape contains the point with the given coordinates (relative to this shape's container, i.e. in the same system with the coordinates of this shape, x and y)
contains(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
 
contains(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
 
contains(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
 
contains(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeArc
 
contains(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeCAD
 
contains(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeControl
 
contains(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeCurve
 
contains(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
 
contains(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
 
contains(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeGroup
 
contains(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeImage
 
contains(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeLine
Always returns false as line has no area and does not contain any point.
contains(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeOval
 
contains(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapePixel
Always returns false as pixel has no area and does not contain any point.
contains(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapePolyLine
 
contains(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeRectangle
 
contains(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeRoundedRectangle
 
contains(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeText
 
containsKey(Object) - Method in class com.xj.anylogic.engine.connectivity.KeyValueTable
Returns true if this KeyValueTable contains a mapping for the specified key.
containsValue(Object) - Method in class com.xj.anylogic.engine.connectivity.KeyValueTable
Returns true if this KeyValueTable maps one or more keys to the specified value.
CONTROL_DEFAULT - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
controlDefault - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
This symbolic name is used to identify the default color when setting colors of controls (ShapeButton, ShapeCheckBox etc.)
convertRotationAngleForward(double, double, double) - Method in class com.xj.anylogic.engine.AbstractShapeGISMap
Creates forward projection of the given rotation angle (direction) at the given point, to screen and returns rotation angle in screen coordinates
convertRotationAngleForward(double, double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
 
convertXForward(double, double) - Method in class com.xj.anylogic.engine.AbstractShapeGISMap
Creates forward projection of the given point to screen and returns x-coordinate
convertXForward(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
 
convertYForward(double, double) - Method in class com.xj.anylogic.engine.AbstractShapeGISMap
Creates forward projection of the given point to screen and returns y-coordinate
convertYForward(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
 
copyFrom(HyperArray) - Method in class com.xj.anylogic.engine.HyperArray
Copies all data from another hyperarray.
copyToClipboard() - Method in class com.xj.anylogic.engine.analysis.Chart
Copies all chart data to the system clipboard in text form.
copyToClipboard() - Method in class com.xj.anylogic.engine.analysis.Chart1D
Copies all chart data to the system clipboard in text form, namely as a table <name>\t<value> for all data items
copyToClipboard() - Method in class com.xj.anylogic.engine.analysis.Chart1DSum
Copies all chart data to the system clipboard in text form, namely as a table <name>\t<value>\t<fraction> for all data items
copyToClipboard() - Method in class com.xj.anylogic.engine.analysis.TimeColorChart
Copies all chart data to the system clipboard in the form of a tab-separated table with linear interpolation of values where needed.
copyToClipboard() - Method in class com.xj.anylogic.engine.analysis.TimePlot
Copies all chart data to the system clipboard in the form of a tab-separated table with linear interpolation of values where needed.
copyToClipboard() - Method in class com.xj.anylogic.engine.analysis.TimeStackChart
Copies all chart data to the system clipboard in the form of a tab-separated table with linear interpolation of values where needed.
copyToClipboard() - Method in class com.xj.anylogic.engine.presentation.Camera3D
Copies camera settings to the system clipboard in the format supported by AnyLogic IDE.
copyToClipboard(String) - Static method in class com.xj.anylogic.engine.Utilities
Puts the given text on the system clipboard
Note that this method may not work when the model is started as applet due to security policy of browser
coral - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
CORAL - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
CORNFLOWER_BLUE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
cornflowerBlue - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
cornsilk - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
CORNSILK - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
count(String) - Method in class com.xj.anylogic.engine.ActiveObjectCollection
Returns the number of active objects in this collection which have true value of a boolean field with name triggerFieldName
count(int) - Method in class com.xj.anylogic.engine.analysis.Histogram2DData
Returns the number of samples added to the histogram with xindex.
count() - Method in class com.xj.anylogic.engine.analysis.HistogramData
Returns the number of samples added to the histogram data.
count() - Method in class com.xj.anylogic.engine.analysis.StatisticsContinuous
Returns the number of samples added to the statistics.
count() - Method in class com.xj.anylogic.engine.analysis.StatisticsDiscrete
Returns the number of samples added to the statistics.
create() - Method in class com.xj.anylogic.engine.ActiveObject
Creates the active object embedded objects; also calls user's onCreate() at the end.
createCamera() - Method in class com.xj.anylogic.engine.presentation.ShapeWindow3D
Returns new instance of Camera3D having camera parameters currently used in this 3D Window
createCell(int, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Creates new cell at the given position.
createCell(String, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Creates new cell at the given position.
createCell(String) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Creates new cell at the given position.
createEdgeInfo(Edge, Map<String, Object>) - Method in interface com.xj.anylogic.engine.graph.algorithms.IGeometryInfoFactory
 
createEdgeInfo(Edge, Map<String, Object>) - Method in class com.xj.anylogic.engine.graph.algorithms.impl.GeometryInfoFactoryImpl
 
createEdgeInfo(Edge, Map<String, Object>) - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.impl.TriangulationInfoFactoryImpl
 
createEdgeInfo(Edge, Map<String, Object>) - Method in interface com.xj.anylogic.engine.graph.algorithms.triangulation.ITriangulationInfoFactory
 
createEngine() - Method in class com.xj.anylogic.engine.ExperimentCustom
Creates Engine
createNewRowElementInstance() - Method in class com.xj.anylogic.engine.connectivity.Query
Extension-point for element creation
In the Mapping mode, this method should be overridden to create specifical element and return it
createOptimization(Engine) - Static method in class com.xj.anylogic.engine.ExperimentOptimization
Creates and returns new OptQuest optimization instance for Custom Experiment
This method should only be used in custom experiment code
This method is designed for use in the AnyLogic Professional only
createOptimization(Engine, OptimizationCallback) - Static method in class com.xj.anylogic.engine.ExperimentOptimization
Creates and returns new OptQuest optimization instance for Custom Experiment with objective function defined in a free form using evaluate method of a special callback.
createRoot(Engine) - Method in class com.xj.anylogic.engine.Experiment
Is called to obtain a new root active object.
createShapes() - Method in class com.xj.anylogic.engine.presentation.ReplicatedShape
Creates missing and removes redundant shapes so that current number of shapes in this replicated shape equals value returned by ReplicatedShape.getReplication()
createShapeWithStaticProperties(int) - Method in class com.xj.anylogic.engine.presentation.ReplicatedShape
Creates a new shape with static properties already set.
createTrajectory(double, double, double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
 
createURL_xjal(String) - Static method in class com.xj.anylogic.engine.Utilities
Creates an URL object from the String representation
createVertexInfo(Vertex, Map<String, Object>) - Method in interface com.xj.anylogic.engine.graph.algorithms.IGeometryInfoFactory
 
createVertexInfo(Vertex, Map<String, Object>) - Method in class com.xj.anylogic.engine.graph.algorithms.impl.GeometryInfoFactoryImpl
 
createVertexInfo(Vertex, Map<String, Object>) - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.impl.TriangulationInfoFactoryImpl
 
createVertexInfo(Vertex, Map<String, Object>) - Method in interface com.xj.anylogic.engine.graph.algorithms.triangulation.ITriangulationInfoFactory
 
crimson - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
CRIMSON - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
curveContains(double, double, int, double[], double[]) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Tests if the curve with given base points contains the point with coordinates (x,y) relative to the polyline first base point.
CustomDistribution - Class in com.xj.anylogic.engine
This class is used to generate random numbers from a probability density function (PDF) defined as a number of pairs (value,rate) with possible interpolation.
CustomDistribution(double[], int[]) - Constructor for class com.xj.anylogic.engine.CustomDistribution
Constructs a custom empirical distribution from the given arrays of interval starts and number of observations found in the corresponding intervals.
CustomDistribution(double[], int[], Random) - Constructor for class com.xj.anylogic.engine.CustomDistribution
Constructs a custom empirical distribution from the given arrays of interval starts and number of observations found in the corresponding intervals.
CustomDistribution(double[], double[], int) - Constructor for class com.xj.anylogic.engine.CustomDistribution
Constructs a custom distribution from the given arrays of values and rates, and a given interpolation type.
CustomDistribution(TableFunction) - Constructor for class com.xj.anylogic.engine.CustomDistribution
Constructs a custom distribution from a given TableFunction.
CustomDistribution(double[], double[], int, Random) - Constructor for class com.xj.anylogic.engine.CustomDistribution
Constructs a custom distribution from the given arrays of values and rates, and a given interpolation type.
CustomDistribution(TableFunction, Random) - Constructor for class com.xj.anylogic.engine.CustomDistribution
Constructs a custom distribution from a given TableFunction.
CustomDistribution(double[]) - Constructor for class com.xj.anylogic.engine.CustomDistribution
Constructs a custom empirical distribution from the given array of observations.
CustomDistribution(double[], Random) - Constructor for class com.xj.anylogic.engine.CustomDistribution
Constructs a custom empirical distribution from the given array of observations.
CustomDistribution(int[]) - Constructor for class com.xj.anylogic.engine.CustomDistribution
Constructs a custom discrete empirical distribution from the given array of discrete observations.
CustomDistribution(int[], Random) - Constructor for class com.xj.anylogic.engine.CustomDistribution
Constructs a custom discrete empirical distribution from the given array of discrete observations.
customRunPause_xjal(boolean, double) - Method in class com.xj.anylogic.engine.ExperimentSimulation
Deprecated. this method shouldn't be called by user and may be removed/renamed in the next release
cyan - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
CYAN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 

D

DARK_BLUE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
DARK_CYAN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
DARK_GOLDENROD - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
DARK_GRAY - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
DARK_GREEN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
DARK_KHAKI - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
DARK_MAGENTA - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
DARK_OLIVE_GREEN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
DARK_ORANGE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
DARK_ORCHID - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
DARK_RED - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
DARK_SALMON - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
DARK_SEA_GREEN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
DARK_SLATE_BLUE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
DARK_SLATE_GRAY - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
DARK_TURQUOISE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
DARK_VIOLET - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
darkBlue - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
darkCyan - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
darker(Color, double) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesColor
Creates a new color darker than the original color by a given factor.
darkGoldenRod - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
darkGray - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
darkGreen - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
darkKhaki - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
darkMagenta - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
darkOliveGreen - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
darkOrange - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
darkOrchid - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
darkRed - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
darkSalmon - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
darkSeaGreen - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
darkSlateBlue - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
darkSlateGray - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
darkTurquoise - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
darkViolet - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
Database - Class in com.xj.anylogic.engine.connectivity
Database connection manager class
Database(Presentable, String, String, String, String, char[]) - Constructor for class com.xj.anylogic.engine.connectivity.Database
Creates new Database object for interaction with database
Database(Presentable, String, String) - Constructor for class com.xj.anylogic.engine.connectivity.Database
Creates new Database object for interaction with file-based (Access or Excel) database
Database(Presentable, String, String, String, char[]) - Constructor for class com.xj.anylogic.engine.connectivity.Database
Creates new Database object for interaction with file-based (Access or Excel) database
Database(Presentable, String, String, String, String, String, char[]) - Constructor for class com.xj.anylogic.engine.connectivity.Database
Creates new Database object for interaction with MS SQL Server database
DataItem - Class in com.xj.anylogic.engine.analysis
A chart item that contains a single scalar value of type double.
DataItem() - Constructor for class com.xj.anylogic.engine.analysis.DataItem
 
DataSet - Class in com.xj.anylogic.engine.analysis
A data set capable of storing 2D (X,Y) data of type double and maintaining the up-to-date minimum and maximum of the stored data for each dimension.
DataSet(int) - Constructor for class com.xj.anylogic.engine.analysis.DataSet
Constructs a 2D data set with data of type double with a given capacity.
DataSet(int, DataUpdater) - Constructor for class com.xj.anylogic.engine.analysis.DataSet
Constructs a 2D data set with data of type double with a given capacity.
DataUpdater - Class in com.xj.anylogic.engine.analysis
This class provides another way to override update() method of data set, histogram and other data elements.
DataUpdater() - Constructor for class com.xj.anylogic.engine.analysis.DataUpdater
 
date() - Method in class com.xj.anylogic.engine.Engine
Returns the current model date with respect to the start time/date and the model time unit.
DATE - Static variable in class com.xj.anylogic.engine.presentation.StatusBar
 
date() - Method in class com.xj.anylogic.engine.Utilities
Returns the current model date with respect to the start time/date and the model time unit.
dateFormatPattern - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
dateToTime(Date) - Method in class com.xj.anylogic.engine.Engine
Converts the given date to model time with respect to the start date, start time and model time unit settings
dateToTime(Date) - Method in class com.xj.anylogic.engine.Utilities
Converts the given date to model time with respect to the start date, start time and model time unit settings
DAY - Static variable in class com.xj.anylogic.engine.Utilities
Day time unit
day() - Method in class com.xj.anylogic.engine.Utilities
Returns a time value equal to one day according to the current time unit setting.
DECEMBER - Static variable in class com.xj.anylogic.engine.Utilities
Value of the Utilities.getMonth(Date) method indicating the twelfth month of the year in the Gregorian and Julian calendars.
DEEP_PINK - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
DEEP_SKY_BLUE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
deepPink - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
deepSkyBlue - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
DEFAULT_DATE_PATTERN - Static variable in class com.xj.anylogic.engine.analysis.Chart
 
DEFAULT_DATE_TIME_PATTERN - Static variable in class com.xj.anylogic.engine.analysis.Chart
 
DEFAULT_TIME_PATTERN - Static variable in class com.xj.anylogic.engine.analysis.Chart
 
deleteRow() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Deletes the current row from this ResultSet object and from the underlying database.
deliver(Object, int) - Method in class com.xj.anylogic.engine.Agent
Delivers a message to an agent or a group of agents, as specified by the mode parameter immediately during this method call.
deliver(Object, AgentContinuous2D) - Method in class com.xj.anylogic.engine.AgentContinuous2D
Delivers a message to a given agent immediately during this method call.
deliver(Object, AgentContinuous3D) - Method in class com.xj.anylogic.engine.AgentContinuous3D
Delivers a message to a given agent immediately during this method call.
deliver(Object, AgentContinuousGIS) - Method in class com.xj.anylogic.engine.AgentContinuousGIS
Delivers a message to a given agent immediately during this method call.
deliver(Object, AgentDiscrete2D) - Method in class com.xj.anylogic.engine.AgentDiscrete2D
Delivers a message to a given agent immediately during this method call.
deliver(Object, int) - Method in class com.xj.anylogic.engine.AgentDiscrete2D
 
deliverToAll(Object) - Method in class com.xj.anylogic.engine.Environment
Immediately delivers a nessage to all agents in the environment.
deliverToRandom(Object) - Method in class com.xj.anylogic.engine.Environment
Immediately delivers a nessage to a random agent in the environment, if there are any agents.
destroy() - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
 
destroyUpdater() - Method in class com.xj.anylogic.engine.analysis.DataSet
This method is used to 'disconnect' this data class from the active object/experiment this object was defined in.
destroyUpdater() - Method in class com.xj.anylogic.engine.analysis.Histogram2DData
This method is used to 'disconnect' this data class from the active object/experiment this object was defined in.
destroyUpdater() - Method in class com.xj.anylogic.engine.analysis.HistogramData
This method is used to 'disconnect' this data class from the active object/experiment this object was defined in.
destroyUpdater() - Method in class com.xj.anylogic.engine.analysis.StatisticsContinuous
This method is used to 'disconnect' this data class from the active object/experiment this object was defined in.
destroyUpdater() - Method in class com.xj.anylogic.engine.analysis.StatisticsDiscrete
This method is used to 'disconnect' this data class from the active object/experiment this object was defined in.
deviation() - Method in class com.xj.anylogic.engine.analysis.HistogramData
Returns the standard deviation of the histogram data.
deviation() - Method in class com.xj.anylogic.engine.analysis.StatisticsContinuous
Returns the deviation of the statistics at the time of last update.
deviation(double) - Method in class com.xj.anylogic.engine.analysis.StatisticsContinuous
Returns the standard deviation of the statistics at the given time assuming the last value added holds until the given time.
deviation() - Method in class com.xj.anylogic.engine.analysis.StatisticsDiscrete
Returns the standard deviation of the statistics.
difference(DataSet, TableFunction) - Static method in class com.xj.anylogic.engine.Utilities
Difference function which is always not-negative and reflects difference between given data set and table function in their common arguments range
difference(DataSet, DataSet) - Static method in class com.xj.anylogic.engine.Utilities
Difference function which is always not-negative and reflects difference between 2 given data sets in their common arguments range
differenceInDateUnits(int, Date, Date) - Static method in class com.xj.anylogic.engine.Utilities
Returns the difference (date2 - date1) between two dates in the given time units.
differenceInDateUnits(int, double, double) - Method in class com.xj.anylogic.engine.Utilities
Returns the difference (time2 - time1) between two model dates (corresponding to the given model times) in the given time units.
DIM_GRAY - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
Dimension - Class in com.xj.anylogic.engine
A dimension of a HyperArray - a set of non-negative integers (or identifiers mapped to non-negative integers) that are used as indexes in hyper arrays.
Dimension(String, String, int...) - Constructor for class com.xj.anylogic.engine.Dimension
Creates a top-level dimension with a given name and given set of integer indexes not having names.
Dimension(String, String, String) - Constructor for class com.xj.anylogic.engine.Dimension
Creates a top-level dimension with a given name and given set of integer indexes not having names.
Dimension(String, int...) - Constructor for class com.xj.anylogic.engine.Dimension
Deprecated. this method is obsolete and will be removed in the next release! Please use Dimension.Dimension(String, String, int...) instead
Dimension(String, String, int[], String[]) - Constructor for class com.xj.anylogic.engine.Dimension
Creates a top-level dimension with a given name and given set of integer indexes, each having a name.
Dimension(String, int[], String[]) - Constructor for class com.xj.anylogic.engine.Dimension
Deprecated. this method is obsolete and will be removed in the next release! Please use Dimension.Dimension(String, String, int[], String[]) instead
Dimension(String, String, Dimension, int...) - Constructor for class com.xj.anylogic.engine.Dimension
Creates a sub-dimension of another dimension.
Dimension(String, String, Dimension, String) - Constructor for class com.xj.anylogic.engine.Dimension
Creates a sub-dimension of another dimension.
Dimension(String, Dimension, int...) - Constructor for class com.xj.anylogic.engine.Dimension
Deprecated. this method is obsolete and will be removed in the next release! Please use Dimension.Dimension(String, String, Dimension, int...) instead
dimGray - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
disableSteps() - Method in class com.xj.anylogic.engine.Environment
Disables time steps.
disconnect() - Method in class com.xj.anylogic.engine.connectivity.Database
Disconnects currently connected database
This method call has no effect if this Database object is not connected
It is strongly recommended that user explicitly commits or rolls back an active transaction (if any has been explicitly opened via Connection.setAutoCommit(boolean)) prior to calling the this method.
disconnect(Port<OutMessageType, InMessageType>) - Method in class com.xj.anylogic.engine.Port
Disconnects the port from another port of an object on the same level.
disconnectAndUnmapAll() - Method in class com.xj.anylogic.engine.Port
Disconnects and unmaps the port from all ports and statechart it is connected and/or mapped to.
disconnectFrom(Agent) - Method in class com.xj.anylogic.engine.Agent
Disconnects this agent from another given agent.
disconnectFromAll() - Method in class com.xj.anylogic.engine.Agent
Disconnects the agent from all other agents.
dispose() - Method in class com.xj.anylogic.engine.graph.algorithms.impl.EdgeGeometryInfoImpl
 
dispose() - Method in class com.xj.anylogic.engine.graph.algorithms.impl.VertexGeometryInfoImpl
 
dispose() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.impl.EdgeTriangulationInfoImpl
 
dispose() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.impl.VertexTriangulationInfoImpl
 
dispose() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangulation
 
dispose() - Method in interface com.xj.anylogic.engine.graph.IGraphNodeInfo
 
dispose() - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
Releases resources allocated by this object, should be called on active object destroy.
distance(double, double) - Method in class com.xj.anylogic.engine.Point
Returns the distance from this Point to the specified point.
distance(double, double, double) - Method in class com.xj.anylogic.engine.Point
Returns the distance from this Point to the specified point.
distance(Point) - Method in class com.xj.anylogic.engine.Point
Returns the distance from this Point to the specified Point.
distanceSq(Point) - Method in class com.xj.anylogic.engine.Point
Returns the square of the distance from this Point to the specified Point.
distanceSq(double, double) - Method in class com.xj.anylogic.engine.Point
Returns the square of the distance from this Point to the specified point.
distanceSq(double, double, double) - Method in class com.xj.anylogic.engine.Point
Returns the square of the distance from this Point to the specified point.
distanceTo(Agent) - Method in class com.xj.anylogic.engine.AgentContinuous
Calculates the distance from this agent to another one in continuous 2D space or GIS space.
distanceTo(Agent) - Method in class com.xj.anylogic.engine.AgentContinuous2D
Calculates the distance from this agent to another one in continuous 2D space or GIS space.
distanceTo(double, double) - Method in class com.xj.anylogic.engine.AgentContinuous2D
Calculates the distance from this agent to a given point in continuous 2D space.
distanceTo(Agent) - Method in class com.xj.anylogic.engine.AgentContinuous3D
Calculates the distance from this agent to another one in continuous 3D space.
distanceTo(double, double) - Method in class com.xj.anylogic.engine.AgentContinuous3D
Deprecated. this method is public only for easy translation of 2D models to 3D and may be removed in future releases. Please use AgentContinuous3D.distanceTo(double, double, double) method instead
distanceTo(double, double, double) - Method in class com.xj.anylogic.engine.AgentContinuous3D
Calculates the distance from this agent to a given point in continuous 3D space.
distanceTo(Agent) - Method in class com.xj.anylogic.engine.AgentContinuousGIS
Calculates the distance from this agent to another one in GIS space.
distanceTo(double, double) - Method in class com.xj.anylogic.engine.AgentContinuousGIS
Calculates the distance from this GIS agent to a given point (latitude, longitude) in continuous GIS space.
DODGER_BLUE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
dodgerBlue - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
doesOptimizationExist() - Method in class com.xj.anylogic.engine.ExperimentOptimization
 
doStep(ActiveObject, double, double, boolean) - Method in class com.xj.anylogic.engine.ActiveObjectIntegrationManager
Does integration step for the given active object
draw(Panel, Graphics2D, AffineTransform, boolean) - Method in class com.xj.anylogic.engine.presentation.ReplicatedShape
Draws the replicated shape in a given context, adding and removing the shapes as needed.
draw(Panel, Graphics2D, AffineTransform, boolean) - Method in class com.xj.anylogic.engine.presentation.Shape
Draws the shape in a given context
draw(Panel, Graphics2D, AffineTransform, boolean) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
Draws the group of shapes in a given context
draw(Panel, Graphics2D, AffineTransform, boolean) - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
Draws the object in a given context.
draw(Panel, Graphics2D, AffineTransform, boolean) - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
Draws the phantom shape in a given context
draw(Panel, Graphics2D, AffineTransform, boolean) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
Draws the polyline in a given context
draw(Panel, Graphics2D, AffineTransform, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeArc
Draws the arc in a given context
draw(Panel, Graphics2D, AffineTransform, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeCAD
Draws the shape in a given context
draw(Panel, Graphics2D, AffineTransform, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeControl
Draws a persistent control in a given context
draw(Panel, Graphics2D, AffineTransform, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeCurve
Draws the curve in a given context
draw(Panel, Graphics2D, AffineTransform, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
Draws the group of shapes in a given context
draw(Panel, Graphics2D, AffineTransform, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
 
draw(Panel, Graphics2D, AffineTransform, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeGroup
Draws the group of shapes in a given context
draw(Panel, Graphics2D, AffineTransform, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeImage
Draws the image in a given context.
draw(Panel, Graphics2D, AffineTransform, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeLine
Draws the line in a given context
draw(Panel, Graphics2D, AffineTransform, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeOval
Draws the oval in a given context
draw(Panel, Graphics2D, AffineTransform, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapePixel
Draws the pixel in a given context
draw(Panel, Graphics2D, AffineTransform, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapePolyLine
Draws the polyline in a given context
draw(Panel, Graphics2D, AffineTransform, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeRectangle
Draws the rectangle in a given context
draw(Panel, Graphics2D, AffineTransform, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeRoundedRectangle
Draws the rounded rectangle in a given context
draw(Panel, Graphics2D, AffineTransform, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeText
Draws the text in a given context
DRAW_PARAMETER_DYNAMIC - Static variable in class com.xj.anylogic.engine.ActiveObject
 
DRAW_SD_ARRAY - Static variable in class com.xj.anylogic.engine.ActiveObject
if set, the array brackets are drawn around the shape
DRAW_SD_CONSTANT - Static variable in class com.xj.anylogic.engine.ActiveObject
 
DRAW_SD_EXTERNAL - Static variable in class com.xj.anylogic.engine.ActiveObject
 
DRAW_SD_LINK_DELAY - Static variable in class com.xj.anylogic.engine.ActiveObject
 
DRAW_SD_LINK_INITIAL - Static variable in class com.xj.anylogic.engine.ActiveObject
 
DRAW_SD_NEGATIVE - Static variable in class com.xj.anylogic.engine.ActiveObject
 
DRAW_SD_NO_SOURCE - Static variable in class com.xj.anylogic.engine.ActiveObject
 
DRAW_SD_NO_TARGET - Static variable in class com.xj.anylogic.engine.ActiveObject
 
DRAW_SD_PUBLIC_ONLY - Static variable in class com.xj.anylogic.engine.ActiveObject
 
DRAW_SD_SHADOW - Static variable in class com.xj.anylogic.engine.ActiveObject
 
DRAW_SD_ZERO - Static variable in class com.xj.anylogic.engine.ActiveObject
 
drawActionChart(Panel, Graphics2D, int, int, int, int, int, int, String, Color) - Method in class com.xj.anylogic.engine.ActiveObject
Draws an action chart image and its name at the given positions.
drawActionChartLink(Panel, Graphics2D, int, int, int) - Method in class com.xj.anylogic.engine.ActiveObject
Draws an action chart link at the given positions.
drawArc(Panel, Graphics2D, AffineTransform, double, double, double, double, double, Color, Color, double, double, double, double, double, int) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Draws an arc.
drawAuxiliaryVariable(Panel, Graphics2D, int, int, int, int, String, Object, boolean, boolean, boolean) - Method in class com.xj.anylogic.engine.ActiveObject
Deprecated. will be removed in next release. Use ActiveObject.drawAuxiliaryVariable(Panel, Graphics2D, int, int, int, int, String, Object, Color, int)
drawAuxiliaryVariable(Panel, Graphics2D, int, int, int, int, String, Object, Color, int) - Method in class com.xj.anylogic.engine.ActiveObject
Draws an auxiliary variable image and its name at the given positions and displays the variable value underneath the name.
drawBranchExit(Panel, Graphics2D, int[], int[], int, int, String) - Method in class com.xj.anylogic.engine.ActiveObject
Draws a statechart branch exit (pseudotransition) and its name at the given position.
drawBranchState(Panel, Graphics2D, int, int, int, int, String, short) - Method in class com.xj.anylogic.engine.ActiveObject
Draws a statechart branch pseudostate and its name at the given position.
drawBreakBlock(Panel, Graphics2D, int, int, int, int, boolean, Color) - Static method in class com.xj.anylogic.engine.ActiveObject
Draws the action chart Brake/Continue Loop block shape.
drawCausalLoop(Panel, Graphics2D, int, int, boolean, Color, String, String) - Static method in class com.xj.anylogic.engine.ActiveObject
Draws a causal loop icon
drawCodeBlock(Panel, Graphics2D, int, int, int, int, String, boolean, Color) - Method in class com.xj.anylogic.engine.ActiveObject
Draws an action chart Code block image at the given positions.
drawCollection(Panel, Graphics2D, int, int, int, int, String, Object) - Method in class com.xj.anylogic.engine.Presentable
Draws a collection image and its name at the given positions and (if the collection implements Collection interface) displays the number of elements underneath the name.
drawConnector(Panel, Graphics2D, int[], int[], boolean) - Method in class com.xj.anylogic.engine.ActiveObject
Draws a port or variable connector
drawCurve(Panel, Graphics2D, AffineTransform, double, double, double, double, double, Color, Color, int, double[], double[], boolean, double, int) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Deprecated. use UtilitiesDrawing.drawCurve(Panel, Graphics2D, AffineTransform, double, double, double, double, double, Color, Color, int, boolean, double[], double[], boolean, double, int)
drawCurve(Panel, Graphics2D, AffineTransform, double, double, double, double, double, Color, Color, int, boolean, double[], double[], boolean, double, int) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Draws a curve as a sequence of cubic splines.
drawDatabase(Panel, Graphics2D, int, int, int, int, String, Object) - Method in class com.xj.anylogic.engine.Presentable
Draws a database object image and its name at the given positions.
drawDataset(Panel, Graphics2D, int, int, int, int, String, Object) - Method in class com.xj.anylogic.engine.Presentable
Draws a dataset image and its name at the given positions.
drawDecisionBlock(Panel, Graphics2D, int, int, int, int, String, boolean, Color, boolean, int, int, boolean, int, int, int, int) - Method in class com.xj.anylogic.engine.ActiveObject
Draws an action chart Decision block image at the given positions.
drawDynamicEvent(Panel, Graphics2D, int, int, int, int, String, Class<?>) - Method in class com.xj.anylogic.engine.ActiveObject
Draws a dynamic event image and its (class) name at the given positions.
drawEmbeddedObjectModel(Panel, Graphics2D, int, int, int, int, String, ActiveObject) - Method in class com.xj.anylogic.engine.ActiveObject
Draws a non-replicated embedded object icon part at the given position.
drawEmbeddedObjectModel(Panel, Graphics2D, int, int, int, int, String, ActiveObjectCollection<?>) - Method in class com.xj.anylogic.engine.ActiveObject
Draws a replicated embedded object icon part at the given position.
drawEmbeddedObjectModelDefault(Panel, Graphics2D, int, int, int, int, String, ActiveObject) - Method in class com.xj.anylogic.engine.ActiveObject
Draws a non-replicated object default icon at the given position.
drawEmbeddedObjectModelDefault(Panel, Graphics2D, int, int, int, int, String, ActiveObjectCollection<?>) - Method in class com.xj.anylogic.engine.ActiveObject
Draws a replicated embedded object default icon at the given position.
drawEnvelopes - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
drawEnvironment(Panel, Graphics2D, int, int, int, int, String, Environment<?>) - Method in class com.xj.anylogic.engine.ActiveObject
 
drawEvent(Panel, Graphics2D, int, int, int, int, String, Event) - Method in class com.xj.anylogic.engine.ActiveObject
Draws an event image and its name at the given positions.
drawExcelFile(Panel, Graphics2D, int, int, int, int, String, Object) - Method in class com.xj.anylogic.engine.Presentable
Draws an Excel file object image and its name at the given positions.
drawFinalState(Panel, Graphics2D, int, int, int, int, String, short, Statechart) - Method in class com.xj.anylogic.engine.ActiveObject
Draws a statechart branch state and its name at the given position.
drawFlow(Panel, Graphics2D, int, int, int, int, String, Object, boolean, boolean, boolean) - Method in class com.xj.anylogic.engine.ActiveObject
Deprecated. This method is no more supported and will be removed in next release. Use ActiveObject.drawFlow(Panel, Graphics2D, int[], int[], int, int, float, int, int, String, Object, Color, int)
drawFlow(Panel, Graphics2D, int[], int[], int, int, float, int, int, String, Object, Color, int) - Method in class com.xj.anylogic.engine.ActiveObject
Draws a flow image and its name at the given positions and displays the flow value underneath the name.
drawFlowStockDependencyLine(Panel, Graphics2D, int, int, int, int, Color) - Static method in class com.xj.anylogic.engine.ActiveObject
Deprecated. This method is no more supported and will be removed in next release.
drawFunction(Panel, Graphics2D, int, int, int, int, String) - Method in class com.xj.anylogic.engine.Presentable
Draws a function image and its name at the given positions.
drawHistogram2DData(Panel, Graphics2D, int, int, int, int, String, Object) - Method in class com.xj.anylogic.engine.Presentable
Draws a histogram 2D data image and its name at the given positions.
drawHistogramData(Panel, Graphics2D, int, int, int, int, String, Object) - Method in class com.xj.anylogic.engine.Presentable
Draws a histogram data image and its name at the given positions.
drawHistoryState(Panel, Graphics2D, int, int, int, int, String, short, boolean) - Method in class com.xj.anylogic.engine.ActiveObject
Draws a statechart history pseudostate and its name at the given position.
drawImage(Panel, Graphics2D, AffineTransform, double, double, double, double, double, double, double, Presentable, String, String) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Draws an image.
drawInitialStatePointer(Panel, Graphics2D, int, int, int, int) - Method in class com.xj.anylogic.engine.ActiveObject
Draws an initial state pointer at the given position.
drawInsert(Panel, Graphics2D, int, int, int, int, String, Object) - Method in class com.xj.anylogic.engine.Presentable
Draws a insert object image and its name at the given positions.
drawKeyValueTable(Panel, Graphics2D, int, int, int, int, String, Object) - Method in class com.xj.anylogic.engine.Presentable
Draws a table object image and its name at the given positions.
drawLine(Panel, Graphics2D, AffineTransform, double, double, double, double, double, Color, double, double, double, int) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Draws a line.
drawLink(Panel, Graphics2D, Arc2D.Double, Color, int, String, float, int) - Static method in class com.xj.anylogic.engine.ActiveObject
Draws a link as arc with arrow.
drawLink(Panel, Graphics2D, int, int, int, int, Color, int, String, float, int) - Static method in class com.xj.anylogic.engine.ActiveObject
Draws a link as arrowline.
drawLocalVariable(Panel, Graphics2D, int, int, int, int, String, boolean, Color) - Method in class com.xj.anylogic.engine.ActiveObject
Draws an action chart Local Variable block image at the given positions.
drawLoopArea(Panel, Graphics2D, int, int, int, int) - Method in class com.xj.anylogic.engine.ActiveObject
Draws the action chart loop area shape at the given positions.
drawLoopBlock(Panel, Graphics2D, int, int, int, int, String, boolean, Color) - Method in class com.xj.anylogic.engine.ActiveObject
Draws an action chart Loop block image at the given positions.
drawModel(Panel, Graphics2D, boolean) - Method in class com.xj.anylogic.engine.Presentable
Draws the presentation graphics marked as icon, and the model elements (variables, parameters, events, statecharts, etc. model parts of embedded objects) of the presentable object.
drawModelElements(Panel, Graphics2D, boolean) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to draw the model primitives (variables, parameters, events, statecharts, connectors, etc.) of the presentatable object and also the model parts of its embedded objects (for latter call drawEmbeddedObjectModel(...)).
drawOval(Panel, Graphics2D, AffineTransform, double, double, double, double, double, Color, Color, double, double, double, int) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Draws an oval.
drawParameter(Panel, Graphics2D, int, int, int, int, String, Object, boolean, boolean) - Method in class com.xj.anylogic.engine.ActiveObject
Deprecated. will be removed in next release. Use ActiveObject.drawParameter(Panel, Graphics2D, int, int, int, int, String, Object, int)
drawParameter(Panel, Graphics2D, int, int, int, int, String, Object, int) - Method in class com.xj.anylogic.engine.ActiveObject
Draws a parameter image and ins name at the given positions and displays the parameter toString text underneath the name.
drawPixel(Panel, Graphics2D, AffineTransform, double, double, Color) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Draws a pixel.
drawPlainDependencyArc(Panel, Graphics2D, Arc2D.Double, Color) - Static method in class com.xj.anylogic.engine.ActiveObject
Deprecated. will be removed in next release. Use ActiveObject.drawLink(Panel, Graphics2D, java.awt.geom.Arc2D.Double, Color, int, String, float, int)
drawPlainDependencyLine(Panel, Graphics2D, int, int, int, int, Color) - Static method in class com.xj.anylogic.engine.ActiveObject
Deprecated. will be removed in next release. Use ActiveObject.drawLink(Panel, Graphics2D, int, int, int, int, Color, int, String, float, int)
drawPlainVariable(Panel, Graphics2D, int, int, int, int, String, Object, boolean) - Method in class com.xj.anylogic.engine.Presentable
Draws a variable image and its name at the given positions and displays the variable toString text underneath the name.
drawPolyLine(Panel, Graphics2D, AffineTransform, double, double, double, double, double, Color, Color, int, double[], double[], boolean, double, int) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Draws a polyline.
drawPort(Panel, Graphics2D, int, int, int, int, String, Port<?, ?>) - Method in class com.xj.anylogic.engine.ActiveObject
Draws a port at the given position.
drawPresentation(Panel, Graphics2D, boolean) - Method in class com.xj.anylogic.engine.Presentable
Draws the presentation elements of the of the presentable object (shapes, controls, charts, and presentations of the embedded objects).
drawQuery(Panel, Graphics2D, int, int, int, int, String, Object) - Method in class com.xj.anylogic.engine.Presentable
Draws a query object image and its name at the given positions.
drawRectangle(Panel, Graphics2D, AffineTransform, double, double, double, double, double, Color, Color, double, double, double, int) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Draws a rectangle.
drawReturnBlock(Panel, Graphics2D, int, int, int, int, String, boolean, Color) - Method in class com.xj.anylogic.engine.ActiveObject
Draws an action chart Return block image at the given positions.
drawRoundedRectangle(Panel, Graphics2D, AffineTransform, double, double, double, double, double, Color, Color, double, double, double, double, int) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Draws a rounded rectangle.
drawSchedule(Panel, Graphics2D, int, int, int, int, String, Schedule<?>) - Method in class com.xj.anylogic.engine.ActiveObject
 
drawSchedule(Panel, Graphics2D, int, int, int, int, String, Schedule<?>) - Method in class com.xj.anylogic.engine.Presentable
Draws a schedule image and its name at the given positions.
drawShape(int, Panel, Graphics2D, AffineTransform, boolean) - Method in class com.xj.anylogic.engine.Presentable
Draws a (possibly, replicated) non-persistent shape, control or chart in the given graphics context.
drawState(Panel, Graphics2D, int, int, int, int, int, int, String, Color, short, Statechart) - Method in class com.xj.anylogic.engine.ActiveObject
Draws a statechart state and its name at the given position.
drawStatechartEntryPoint(Panel, Graphics2D, int, int, int, int, int, int, String, Statechart) - Method in class com.xj.anylogic.engine.ActiveObject
Draws a statechart entry point and the statechart name at the given position.
drawStatistics(Panel, Graphics2D, int, int, int, int, String, Object) - Method in class com.xj.anylogic.engine.Presentable
Draws a statistics image and its name at the given positions.
drawStock(Panel, Graphics2D, int, int, int, int, String, Object, boolean) - Method in class com.xj.anylogic.engine.ActiveObject
Deprecated. will be removed in next release. Use ActiveObject.drawStock(Panel, Graphics2D, int, int, int, int, int, int, String, Object, Color, int)
drawStock(Panel, Graphics2D, int, int, int, int, int, int, String, Object, Color, int) - Method in class com.xj.anylogic.engine.ActiveObject
Draws a stock image and its name at the given positions and displays the stock value underneath the name.
drawTableFunction(Panel, Graphics2D, int, int, int, int, String) - Method in class com.xj.anylogic.engine.Presentable
Draws a table function image and its name at the given positions.
drawText(Panel, Graphics2D, AffineTransform, double, double, double, double, double, Color, String, Font, int) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Draws a text.
drawTextFile(Panel, Graphics2D, int, int, int, int, String, Object) - Method in class com.xj.anylogic.engine.Presentable
Draws a text file object image and its name at the given positions.
drawTransition(Panel, Graphics2D, int[], int[], int, int, String, Transition) - Method in class com.xj.anylogic.engine.ActiveObject
Draws a statechart transition and its name at the given position.
drawUpdate(Panel, Graphics2D, int, int, int, int, String, Object) - Method in class com.xj.anylogic.engine.Presentable
Draws a update object image and its name at the given positions.
DRIVER_JDBC_MICROSOFT_SQLSERVER - Static variable in class com.xj.anylogic.engine.connectivity.Database
Microsoft SQL Server driver for Java
External jar-file is needed to use this driver
Driver may be downloaded from www.microsoft.com (use search by "SQL Server Driver for JDBC")
DRIVER_JTDS_JDBC - Static variable in class com.xj.anylogic.engine.connectivity.Database
Open-source JTDS-JDBC driver
External jar-file is needed to use this driver
Driver may be downloaded from jtds.sourceforge.net (see "Download" section)
DRIVER_SUN_JDBC_ODBC - Static variable in class com.xj.anylogic.engine.connectivity.Database
Java JDBC-ODBC bridge driver
Driver is usually included into standard JRE installation
dropTime(Date) - Static method in class com.xj.anylogic.engine.Utilities
This utility method drops time-of-the-day information and returns the date with the time 00:00:00.000
duplicateXAllowed() - Method in class com.xj.anylogic.engine.analysis.DataSet
Tests if subsequent data items with same X values are allowed in this dataset.
duplicateYAllowed() - Method in class com.xj.anylogic.engine.analysis.DataSet
Tests if subsequent data items with same Y values are allowed in this dataset.
DynamicEvent - Class in com.xj.anylogic.engine
This class is a base class for dynamic events created by the user.
DynamicEvent(ActiveObject, double) - Constructor for class com.xj.anylogic.engine.DynamicEvent
A base class constructor for dynamic events.

E

earthTexture - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
EAST - Static variable in class com.xj.anylogic.engine.Agent
 
EAST - Static variable in class com.xj.anylogic.engine.analysis.Chart
 
Edge - Class in com.xj.anylogic.engine.graph
 
EdgeGeometryInfoImpl - Class in com.xj.anylogic.engine.graph.algorithms.impl
 
EdgeGeometryInfoImpl(Edge) - Constructor for class com.xj.anylogic.engine.graph.algorithms.impl.EdgeGeometryInfoImpl
 
EdgeTriangulationInfoImpl - Class in com.xj.anylogic.engine.graph.algorithms.triangulation.impl
 
EdgeTriangulationInfoImpl(Edge) - Constructor for class com.xj.anylogic.engine.graph.algorithms.triangulation.impl.EdgeTriangulationInfoImpl
 
Element3D_xjal - Class in com.xj.anylogic.engine.presentation
This class is internal and shouldn't be accessed by user.
Element3D_xjal() - Constructor for class com.xj.anylogic.engine.presentation.Element3D_xjal
 
enableSteps(double) - Method in class com.xj.anylogic.engine.Environment
Enables discrete time steps with a given duration.
Engine - Class in com.xj.anylogic.engine
The simulation engine that drives the model execution.
Engine() - Constructor for class com.xj.anylogic.engine.Engine
Constructs the engine and sets the seed of the default random number generator to 0.
enterState(short, boolean) - Method in class com.xj.anylogic.engine.ActiveObject
Executes entry action of the state and starts the transitions outgoing the state.
Environment<T extends Agent> - Class in com.xj.anylogic.engine
Base class for agent environments.
Environment(ActiveObject) - Constructor for class com.xj.anylogic.engine.Environment
Creates an environment with default settings:
- continuous time
- continuous space of size 500 x 500
- no connections ("user-degfined" network)
You may change these settings by calling the corresponding methods while the environment is empty (no agents registered).
Environment.AgentCollection<T extends Agent> - Class in com.xj.anylogic.engine
A collection of agents.
Environment.AgentCollection() - Constructor for class com.xj.anylogic.engine.Environment.AgentCollection
 
EnvironmentContinuous<T extends AgentContinuous> - Class in com.xj.anylogic.engine
Base class for agent environments with continuous space.
EnvironmentContinuous2D - Class in com.xj.anylogic.engine
Agent environment class for continuous 2D space
EnvironmentContinuous2D(ActiveObject) - Constructor for class com.xj.anylogic.engine.EnvironmentContinuous2D
Creates new environment
EnvironmentContinuous3D - Class in com.xj.anylogic.engine
Agent environment class for continuous 3D space
EnvironmentContinuous3D(ActiveObject) - Constructor for class com.xj.anylogic.engine.EnvironmentContinuous3D
Creates new environment
EnvironmentContinuousGIS - Class in com.xj.anylogic.engine
Agent environment class for continuous 2D space based on GIS map
EnvironmentContinuousGIS(ActiveObject) - Constructor for class com.xj.anylogic.engine.EnvironmentContinuousGIS
Creates new environment
EnvironmentDiscrete2D - Class in com.xj.anylogic.engine
Agent environment class for discrete 2D space
EnvironmentDiscrete2D(ActiveObject) - Constructor for class com.xj.anylogic.engine.EnvironmentDiscrete2D
Creates new environment
ep_xjal() - Method in class com.xj.anylogic.engine.ExperimentSimulation
This method shouldn't be accessed by user
is public due to technical reasons
EPS - Static variable in class com.xj.anylogic.engine.presentation.StatusBar
 
equal(HyperArray) - Method in class com.xj.anylogic.engine.HyperArray
Compares the hyper array with another one.
equal(double) - Method in class com.xj.anylogic.engine.HyperArray
Checks if all elements of the hyper array equal a particular value.
equals(Object) - Method in class com.xj.anylogic.engine.Point
Returns true if the given object is Point and it has exactly the same coordinates as in this Point.
equals(Object) - Method in class com.xj.anylogic.engine.presentation.Camera3D
Returns true if the given obj is 3D camera with the same location/rotation parameters.
equals(Object) - Method in class com.xj.anylogic.engine.presentation.Texture
 
erlang(double, int) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Erlang distribution with min set to 0.
erlang(double, int, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Erlang distribution.
erlang(double, int, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Erlang distribution using the specified random number generator.
error(String) - Method in class com.xj.anylogic.engine.ActiveObject
 
ERROR - Static variable in class com.xj.anylogic.engine.Engine
 
error(String) - Method in class com.xj.anylogic.engine.Engine
Signals an error during the model run by throwing a RuntineException with the given text.
ERROR - Static variable in class com.xj.anylogic.engine.Experiment
 
error(String) - Method in class com.xj.anylogic.engine.Experiment
 
error(String) - Method in class com.xj.anylogic.engine.Utilities
Signals an error during the model run by throwing a RuntimeException with errorText preceded by the active object full name.
error(String, Object...) - Method in class com.xj.anylogic.engine.Utilities
The same as Utilities.error(String) but allows error format syntax like in String.format(String, Object...) method
errorOccured(String, Throwable) - Method in class com.xj.anylogic.engine.presentation.SnapshotEventListener
This callback is invoked when snapshot save/load operation was unsuccessful
Default implementation does nothing
evaluate(COptQuestOptimization, COptQuestSolution, Engine) - Method in class com.xj.anylogic.engine.OptimizationCallback
This callback should evaluate a solution.
evaluateFormulas() - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Evaluates formulas and saves the results for all the cells containing formulas in this workbook.
evaluateRateOf(EventRate) - Method in class com.xj.anylogic.engine.ActiveObject
Evaluates the rate expression of a rate event.
evaluateRateOf(TransitionRate) - Method in class com.xj.anylogic.engine.ActiveObject
Evaluates the rate expression of a rate transition.
evaluateStopConditions(ROOT) - Method in class com.xj.anylogic.engine.ExperimentParamVariation
User's extention point for experiment stop conditions
By default returns false
evaluateTimeoutOf(EventTimeout) - Method in class com.xj.anylogic.engine.ActiveObject
Evaluates timeout expression of a timeout event.
evaluateTimeoutOf(TransitionTimeout) - Method in class com.xj.anylogic.engine.ActiveObject
Evaluates timeout expression of a timeout transition.
evaluateValues(Object[]) - Method in class com.xj.anylogic.engine.connectivity.Insert
This method should fill values array
evaluateValues(Object[], Object[][]) - Method in class com.xj.anylogic.engine.connectivity.Update
This method should be overridden to fill keyValues and updateValues arrays
Event - Class in com.xj.anylogic.engine
Base class for all kinds of (static) events: EventTimeout, EventRate and EventCondition.
EVENT_SELECTION_DETERMINISTIC - Static variable in class com.xj.anylogic.engine.Engine
Deprecated. Use Engine.EVENT_SELECTION_LIFO or Engine.EVENT_SELECTION_FIFO instead
EVENT_SELECTION_FIFO - Static variable in class com.xj.anylogic.engine.Engine
Deterministic selection mode (first in - first out) constant for Engine.setSimultaneousEventsSelectionMode(int)
Offers good performance, simultaneous events are executed in the same order they were scheduled.
EVENT_SELECTION_LIFO - Static variable in class com.xj.anylogic.engine.Engine
Deterministic selection mode (last in - first out) constant for Engine.setSimultaneousEventsSelectionMode(int)
Offers good performance, simultaneous events are executed in the reverse to the order they were scheduled
EVENT_SELECTION_RANDOM - Static variable in class com.xj.anylogic.engine.Engine
Random selection mode constant for Engine.setSimultaneousEventsSelectionMode(int)
This mode is slower than Engine.EVENT_SELECTION_FIFO or Engine.EVENT_SELECTION_LIFO
This mode utilises the default random number generator of the Engine.
EVENT_TIMEOUT_MODE_CYCLIC - Static variable in class com.xj.anylogic.engine.ActiveObject
 
EVENT_TIMEOUT_MODE_ONCE - Static variable in class com.xj.anylogic.engine.ActiveObject
 
EVENT_TIMEOUT_MODE_USER - Static variable in class com.xj.anylogic.engine.ActiveObject
 
EventCondition - Class in com.xj.anylogic.engine
Event with trigger of type condition.
EventCondition(ActiveObject) - Constructor for class com.xj.anylogic.engine.EventCondition
Constructs the event object with Condition trigger.
EventOriginator - Class in com.xj.anylogic.engine
Base class for all constructs in AnyLogic modeling language that are able to schedule discrete events, like Event, DynamicEvent and Transition.
EventRate - Class in com.xj.anylogic.engine
Event with trigger of type rate.
EventRate(ActiveObject) - Constructor for class com.xj.anylogic.engine.EventRate
Constructs the event object with Rate trigger.
EventTimeout - Class in com.xj.anylogic.engine
Event with trigger of type timeout.
EventTimeout(ActiveObject) - Constructor for class com.xj.anylogic.engine.EventTimeout
Constructs the event object with Timeout trigger.
ExcelFile - Class in com.xj.anylogic.engine.connectivity
Microsoft® ExcelTM File access utility This class is a representation of a workbook.
ExcelFile(String, boolean) - Constructor for class com.xj.anylogic.engine.connectivity.ExcelFile
Creates new ExcelTM file accessor
execute() - Method in class com.xj.anylogic.engine.connectivity.Insert
Performs insertion of one row with current values (provided with Insert.evaluateValues(Object[]) method)
execute() - Method in class com.xj.anylogic.engine.connectivity.KeyValueTable
Loads (reloads) Key-Value mappings from database table
This method is automatically invoked if data is not loaded on first data-retrieving method call
execute() - Method in class com.xj.anylogic.engine.connectivity.Query
Executes query in the database and returns single ResultSet
If any error occurs, throws RuntimeException
Connects Database if it is not connected.
execute(String, int) - Method in class com.xj.anylogic.engine.connectivity.Statement
Executes the given SQL statement, which may return multiple results, and signals the driver that any auto-generated keys should be made available for retrieval.
execute(String, int[]) - Method in class com.xj.anylogic.engine.connectivity.Statement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String, String[]) - Method in class com.xj.anylogic.engine.connectivity.Statement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String) - Method in class com.xj.anylogic.engine.connectivity.Statement
Executes the given SQL statement, which may return multiple results.
execute() - Method in class com.xj.anylogic.engine.connectivity.Update
Performs update of rows with current values (provided with Update.evaluateValues(Object[], Object[][]) method)
execute() - Method in class com.xj.anylogic.engine.DynamicEvent
This method should be implemented at the subclass with a necessary call to super.execute() at the beginning.
EXECUTE_FAILED - Static variable in class com.xj.anylogic.engine.connectivity.Statement
The constant indicating that an error occured while executing a batch statement.
executeActionOf(EventTimeout) - Method in class com.xj.anylogic.engine.ActiveObject
Executes action of a timeout event.
executeActionOf(EventRate) - Method in class com.xj.anylogic.engine.ActiveObject
Executes action of a rate event.
executeActionOf(EventCondition) - Method in class com.xj.anylogic.engine.ActiveObject
Executes action of a condition event.
executeActionOf(Statechart) - Method in class com.xj.anylogic.engine.ActiveObject
Executes startup action of a statechart: calls actions of the statechart entry point, entry action of initial states, starts the corresponding transitions, etc., and sets up the initially active simple state.
executeActionOf(TransitionTimeout) - Method in class com.xj.anylogic.engine.ActiveObject
Executes action of a timeout transition.
executeActionOf(TransitionRate) - Method in class com.xj.anylogic.engine.ActiveObject
Executes action of a rate transition.
executeActionOf(TransitionCondition) - Method in class com.xj.anylogic.engine.ActiveObject
Executes action of a condition transition.
executeActionOf(TransitionMessage, Object) - Method in class com.xj.anylogic.engine.ActiveObject
Executes action of a message transition for Object message type - depends on the message.
executeActionOf(TransitionMessage, int) - Method in class com.xj.anylogic.engine.ActiveObject
Executes action of a message transition for int message type - depends on the message.
executeAndMap() - Method in class com.xj.anylogic.engine.connectivity.Query
This method fills underlying collection or Replicated Active Object (created Active Objects are started automatically) with elements created from rows of database Query result
This method works only in the Mapping mode
executeAndMap(boolean) - Method in class com.xj.anylogic.engine.connectivity.Query
This method fills underlying collection or Replicated Active Object with elements created from rows of database Query result
This method works only in the Mapping mode
executeBatch() - Method in class com.xj.anylogic.engine.connectivity.Statement
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeOnReceiveActionOf(Port<?, ?>, Object) - Method in class com.xj.anylogic.engine.ActiveObject
Executes action code associated with a message being received at a port.
executeOnSendActionOf(Port<?, ?>, Object) - Method in class com.xj.anylogic.engine.ActiveObject
Executes action associated with a message being sent via a port.
executeQuery(String) - Method in class com.xj.anylogic.engine.connectivity.Statement
Executes the given SQL statement, which returns a single ResultSet object.
executeShapeControlAction(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to execute the action associated with a non-persistent control that has no value information (like button).
executeShapeControlAction(int, int, boolean) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to execute the action associated with a non-persistent control that has a boolean value (like checkbox).
executeShapeControlAction(int, int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to execute the action associated with a non-persistent control that has an integer value (like radio button group or list).
executeShapeControlAction(int, int, double) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to execute the action associated with a non-persistent control that has a double value (like slider).
executeShapeControlAction(int, int, String) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to execute the action associated with a non-persistent control that has a String value (like text field).
executeShapeControlAction(int, int, String, String[]) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to execute the action associated with a non-persistent control that has a one or more String values (like list box).
executeUpdate(String, int) - Method in class com.xj.anylogic.engine.connectivity.Statement
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
executeUpdate(String, int[]) - Method in class com.xj.anylogic.engine.connectivity.Statement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String, String[]) - Method in class com.xj.anylogic.engine.connectivity.Statement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String) - Method in class com.xj.anylogic.engine.connectivity.Statement
Executes the given SQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing, such as an SQL DDL statement.
EXECUTION - Static variable in class com.xj.anylogic.engine.presentation.ToolBar
 
exitInnerStates(short, Statechart) - Method in class com.xj.anylogic.engine.ActiveObject
Calls ExitState() for all states inside state from the currently active simple state up to to state (not including state).
exitState(short, Transition, boolean, Statechart) - Method in class com.xj.anylogic.engine.ActiveObject
Cancels all transitions outgoing the state (if source is true, except for t which is being taken and does not need to be canceled) and executes the state exit action.
Experiment<ROOT extends ActiveObject> - Class in com.xj.anylogic.engine
A base class for all AnyLogic experiments.
EXPERIMENT - Static variable in class com.xj.anylogic.engine.presentation.StatusBar
 
ExperimentCompareRuns<ROOT extends ActiveObject> - Class in com.xj.anylogic.engine
Experiment used to run simulation several times with different parameter values set by user before each run.
ExperimentCompareRuns() - Constructor for class com.xj.anylogic.engine.ExperimentCompareRuns
 
ExperimentCustom - Class in com.xj.anylogic.engine
Base class for all custom experiments
The experiment scenario should be defined in the overridden ExperimentCustom.run() method

Custom experiment may be executed from another experiment - in this case the latter should be passed as an argument to the constructor of the custom experiment.
ExperimentCustom(Object) - Constructor for class com.xj.anylogic.engine.ExperimentCustom
Creates new custom experiment which may be executed from another experiment - in this case the latter should be passed as an argument to the constructor of the custom experiment
ExperimentOptimization<ROOT extends ActiveObject> - Class in com.xj.anylogic.engine
Experiment used to search for optimal solutions.
ExperimentOptimization() - Constructor for class com.xj.anylogic.engine.ExperimentOptimization
Creates the experiment, a new simulation engine, and a new optimizer that will be used throughout the whole experiment execution.
ExperimentOptimization(boolean) - Constructor for class com.xj.anylogic.engine.ExperimentOptimization
Same as ExperimentOptimization.ExperimentOptimization() but allows to disable parallel evaluations on multicore/multiprocessor systems (which are enabled by default)
ExperimentParamVariation<ROOT extends ActiveObject> - Class in com.xj.anylogic.engine
Experiment used to run simulation several times with different parameter values.
ExperimentParamVariation() - Constructor for class com.xj.anylogic.engine.ExperimentParamVariation
 
ExperimentParamVariation(boolean) - Constructor for class com.xj.anylogic.engine.ExperimentParamVariation
Same as ExperimentParamVariation.ExperimentParamVariation() but allows to disable parallel evaluations on multicore/multiprocessor systems (which are enabled by default)
ExperimentSimulation<ROOT extends ActiveObject> - Class in com.xj.anylogic.engine
The simplest possible experiment consisting of a single simulation run.
ExperimentSimulation() - Constructor for class com.xj.anylogic.engine.ExperimentSimulation
Creates the experiment and a new simulation engine that will be used for all simulations.
exponential() - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Exponential distribution with lambda set to 1 and min set to 0.
exponential(double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Exponential distribution with min set to 0.
exponential(double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Exponential distribution.
exponential(double, double, double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of truncated Exponential distribution.
exponential(double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Exponential distribution using the specified random number generator.
exponential(double, double, double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of truncated Exponential distribution using the specified random number generator.

F

FEBRUARY - Static variable in class com.xj.anylogic.engine.Utilities
Value of the Utilities.getMonth(Date) method indicating the second month of the year in the Gregorian and Julian calendars.
feldspar - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
FELDSPAR - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
FETCH_FORWARD - Static variable in class com.xj.anylogic.engine.connectivity.ResultSet
The constant indicating that the rows in a result set will be processed in a forward direction; first-to-last.
FETCH_REVERSE - Static variable in class com.xj.anylogic.engine.connectivity.ResultSet
The constant indicating that the rows in a result set will be processed in a reverse direction; last-to-first.
FETCH_UNKNOWN - Static variable in class com.xj.anylogic.engine.connectivity.ResultSet
The constant indicating that the order in which rows in a result set will be processed is unknown.
FEX(double, double[], double[], double[], double[]) - Method in class com.xj.anylogic.engine.ActiveObjectIntegrationManager
 
FILE - Static variable in class com.xj.anylogic.engine.presentation.ToolBar
 
fillFrom(DataSet) - Method in class com.xj.anylogic.engine.analysis.DataSet
Makes this dataset an exact copy of the given original dataset.
fillFrom(TableFunction) - Method in class com.xj.anylogic.engine.analysis.DataSet
Discards all existing data, sets the capacity to equal to the number of entries in the given table function and fills the dataset from the given table function.
findColumn(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Maps the given ResultSet column label to its ResultSet column index.
findControl(Presentable, int, int) - Method in class com.xj.anylogic.engine.presentation.ShapeControlManager
Searches for a (non-persistent) control with the specified id and index.
findEdge(Vertex, boolean) - Method in class com.xj.anylogic.engine.graph.Vertex
 
findPoliticalArea(String) - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap.Layer
Finds political area by its string identifier
findPoliticalArea(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap.Layer
Returns (if there are several objects at the same point, returns one of them)
findPoliticalAreas(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap.Layer
Returns PoliticalArea objects of this layer located at the given coordinates
findRandomEmptyCell() - Method in class com.xj.anylogic.engine.AgentDiscrete2D
Finds a pseudo-randomly located empty cell and returns its row and column in the array with two elements.
findRandomEmptyCell() - Method in class com.xj.anylogic.engine.EnvironmentDiscrete2D
Tries to find a pseudo-randomly located empty cell and return its row and column in the array with two elements.
findTriangles(Edge, Edge, Edge) - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangulation
 
findTriangles(Vertex, Vertex, Vertex) - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangulation
 
finish() - Method in class com.xj.anylogic.engine.connectivity.Insert
Resets this object (after multiple insertion operations) - releases resources.
finish() - Method in class com.xj.anylogic.engine.connectivity.Update
Resets this object (after multiple update operations) - releases resources
May be called after all Update.execute() operations completed.
finish() - Method in class com.xj.anylogic.engine.Engine
Terminates the model after execution of current event.
finish() - Method in class com.xj.anylogic.engine.ExperimentSimulation
Sets a flag that, when tested by the engine, causes it to finish after completing the current event execution.
FINISHED - Static variable in class com.xj.anylogic.engine.Engine
 
FINISHED - Static variable in class com.xj.anylogic.engine.Experiment
 
finishReadObject_xjal(ObjectInputStream, Class<? extends Presentable>) - Method in class com.xj.anylogic.engine.Presentable
This method should not be called by user
finishSimulation() - Method in class com.xj.anylogic.engine.ActiveObject
Engine command applicable only in RUNNING or PAUSED state (in other states does nothing and returns false).
FIRE_BRICK - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
fireBrick - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
fireEvent(Object) - Method in class com.xj.anylogic.engine.Statechart
Adds a message to the statechart queue.
first() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Moves the cursor to the first row in this ResultSet object.
floorCarpetTexture - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
floorLinoTexture - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
floorMetalTexture - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
floorWoodTexture - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
FLORAL_WHITE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
floralWhite - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
flushSnapshotCache() - Method in class com.xj.anylogic.engine.Engine
Clears cache with contents of recently loaded snapshot file
NB: cache is automatically cleared on new snapshot loading
focusGained(FocusEvent) - Method in class com.xj.anylogic.engine.presentation.ShapeTextField
 
focusLost(FocusEvent) - Method in class com.xj.anylogic.engine.presentation.ShapeTextField
 
FOREST_GREEN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
forestGreen - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
format(double) - Static method in class com.xj.anylogic.engine.Utilities
Formats a double value using the default AnyLogic formatter
format(int) - Static method in class com.xj.anylogic.engine.Utilities
Formats an integer value using the default AnyLogic formatter
format(long) - Static method in class com.xj.anylogic.engine.Utilities
Formats a long value using the default AnyLogic formatter
format(Date) - Static method in class com.xj.anylogic.engine.Utilities
Formats a date using the default AnyLogic formatter
format(boolean) - Static method in class com.xj.anylogic.engine.Utilities
Formats a boolean value
format(char) - Static method in class com.xj.anylogic.engine.Utilities
Formats a character to String
formatDayOfWeek(int, boolean) - Static method in class com.xj.anylogic.engine.Utilities
Returns the full or short name of the weekday
formatGeoHeading(double) - Static method in class com.xj.anylogic.engine.Utilities
Formats given heading angle (measured in radians CW, starting from North direction) as human-readable geographical heading (azimuth).
formatLatitude(double) - Static method in class com.xj.anylogic.engine.Utilities
Formats latitude
formatLongitude(double) - Static method in class com.xj.anylogic.engine.Utilities
Formats longitude
formatMapScale() - Method in class com.xj.anylogic.engine.AbstractShapeGISMap
Returns a string "1:k" (e.g. "1:100000") for map with scale 1/k
formatMonth(int, boolean) - Static method in class com.xj.anylogic.engine.Utilities
Returns the full or short name of the month
formatSpaceType() - Method in class com.xj.anylogic.engine.Environment
Returns the name of the space type
formatSpaceType() - Method in class com.xj.anylogic.engine.EnvironmentContinuous2D
 
formatSpaceType() - Method in class com.xj.anylogic.engine.EnvironmentContinuous3D
 
formatSpaceType() - Method in class com.xj.anylogic.engine.EnvironmentContinuousGIS
 
formatSpaceType() - Method in class com.xj.anylogic.engine.EnvironmentDiscrete2D
 
formatTimeInterval(double) - Method in class com.xj.anylogic.engine.Utilities
Returns a string representation of a given time interval, according to the current time unit settings, in the form 123 days 21h 0'56".
formulasExecute_xjal() - Method in class com.xj.anylogic.engine.ActiveObject
This method shouldn't be normally called by user.
FPS - Static variable in class com.xj.anylogic.engine.presentation.StatusBar
 
fragmentation(Triangulation) - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.TriangulationFragmentator
 
FRIDAY - Static variable in class com.xj.anylogic.engine.Utilities
Value of the Utilities.getDayOfWeek(Date) method indicating Friday.
fuchsia - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
FUCHSIA - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 

G

gainsboro - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
GAINSBORO - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
gamma(double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Gamma distribution with min set to 0.
gamma(double, double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Gamma distribution.
gamma(double, double, double, double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of truncated Gamma distribution.
gamma(double, double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Gamma distribution using the specified random number generator.
gamma(double, double, double, double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of truncated Gamma distribution using the specified random number generator.
gamma_frac(double, Random) - Static method in class com.xj.anylogic.engine.Utilities
 
gammaLog(double) - Static method in class com.xj.anylogic.engine.Utilities
Returns the natural logarithm of the gamma function of x:
ln(Γ(x)).
geometric(double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Geometric distribution.
geometric(double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Geometric distribution using the specified random number generator.
GeometryInfoFactoryImpl - Class in com.xj.anylogic.engine.graph.algorithms.impl
 
GeometryInfoFactoryImpl() - Constructor for class com.xj.anylogic.engine.graph.algorithms.impl.GeometryInfoFactoryImpl
 
GeometryUtils - Class in com.xj.anylogic.engine.graph.algorithms
 
GeometryUtils.Point - Class in com.xj.anylogic.engine.graph.algorithms
 
GeometryUtils.Point() - Constructor for class com.xj.anylogic.engine.graph.algorithms.GeometryUtils.Point
 
GeometryUtils.Point(double, double) - Constructor for class com.xj.anylogic.engine.graph.algorithms.GeometryUtils.Point
 
get(int) - Method in class com.xj.anylogic.engine.ActiveObjectArrayList
 
get(int) - Method in class com.xj.anylogic.engine.ActiveObjectLinkedHashSet
Returns the active object element at the specified position in this replicated active object.
get(int) - Method in class com.xj.anylogic.engine.ActiveObjectList
Returns the active object element at the specified position in this replicated active object.
get(int) - Method in class com.xj.anylogic.engine.analysis.Chart
Returns the chart item (DataItem, DataSet, Histogram, etc.) with the given index.
get(K) - Method in class com.xj.anylogic.engine.connectivity.KeyValueTable
Returns the value to which the specified key is mapped, or null if this KeyValueTable contains no mapping for the key.
get(Random) - Method in class com.xj.anylogic.engine.CustomDistribution
Returns a random value distributed according to the given table of (value,rate) pairs.
get() - Method in class com.xj.anylogic.engine.CustomDistribution
Returns a random value distributed according to the given table of (value,rate) pairs.
get(double, double, double, double, Random) - Method in class com.xj.anylogic.engine.CustomDistribution
Generates a sample of truncated custom distribution.
get(double, double, double, double) - Method in class com.xj.anylogic.engine.CustomDistribution
Generates a sample of truncated custom distribution.
get(int) - Method in class com.xj.anylogic.engine.Environment.AgentCollection
Returns the agent with a given index in the collection.
get(int...) - Method in class com.xj.anylogic.engine.HyperArray
Returns the value of the element of this array specified by the given dimension indexes.
get(int) - Method in class com.xj.anylogic.engine.presentation.ReplicatedShape
Returns the shape with the given index.
get(int) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
Returns the shape with the given index.
get(int) - Method in class com.xj.anylogic.engine.presentation.ShapeGroup
Returns the shape (either object of class Shape or integer in case of non-persistent shape, or object of class ReplicatedShape) with the given index.
get(double) - Method in class com.xj.anylogic.engine.TableFunction
Returns the table function value corresponding to the given argument, subject to the currently set interpolation type and out of range handling.
get3DElement_xjal() - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
 
get3DElement_xjal() - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
 
get3DElement_xjal() - Method in class com.xj.anylogic.engine.presentation.Shape3DImage
 
get3DElement_xjal() - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
 
get3DElement_xjal() - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
 
get3DElement_xjal() - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
 
get3DElement_xjal() - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
 
get3DElement_xjal() - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
 
get3DElement_xjal() - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
 
get3DElement_xjal() - Method in class com.xj.anylogic.engine.presentation.Shape3DText
 
get3DElement_xjal() - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
 
get3DElement_xjal() - Method in class com.xj.anylogic.engine.presentation.ShapeWindow3D
 
getActiveObject() - Method in class com.xj.anylogic.engine.EventOriginator
Returns the active object that owns the event originator.
getActiveObject() - Method in class com.xj.anylogic.engine.Port
Returns the active object that owns the port.
getActiveObject() - Method in class com.xj.anylogic.engine.Statechart
Returns the active object that owns the statechart.
getActiveSimpleState() - Method in class com.xj.anylogic.engine.Statechart
Returns the currenly active simple state of the statechart
getAdjustedFontSize(int) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Adjusts font size depending on the platform.
getAgentAtCell(int, int) - Method in class com.xj.anylogic.engine.AgentDiscrete2D
Returns the agent located in the cell with a given row and column, or null.
getAgentAtCell(int, int) - Method in class com.xj.anylogic.engine.EnvironmentDiscrete2D
Returns the agent located in the cell with a given row and column, or null.
getAgentCollection() - Method in class com.xj.anylogic.engine.Environment
Returns the collection of all agents registered with this environment.
getAgentNextToMe(int) - Method in class com.xj.anylogic.engine.AgentDiscrete2D
Returns the agent next to this agent in a given direction, if any.
getAlignment() - Method in class com.xj.anylogic.engine.presentation.ShapeText
Returns the alignment of the text shape.
getAlignTo() - Method in class com.xj.anylogic.engine.presentation.ViewArea
Returns the view area point alignment
getAmbientColor() - Method in class com.xj.anylogic.engine.presentation.Light3D
Returns the ambient color component
getAmbientColor() - Method in class com.xj.anylogic.engine.presentation.Texture
Returns the part of the color lit by ambient component of light
getAmPm() - Method in class com.xj.anylogic.engine.Engine
Indicates whether the hour of the current model date with respect to the start time/date and the model time unit is before (AM) or after (Utilities.PM) noon.
getAmPm(Date) - Static method in class com.xj.anylogic.engine.Utilities
Indicates whether the hour of the given date is before (Utilities.AM) or after (Utilities.PM) noon.
getAmPm() - Method in class com.xj.anylogic.engine.Utilities
Indicates whether the hour of the current model date with respect to the start time/date and the model time unit is before (Utilities.AM) or after (Utilities.PM) noon.
getAngle() - Method in class com.xj.anylogic.engine.presentation.ShapeArc
Returns the angular extent of the arc in radians, clockwise.
getAngleStart() - Method in class com.xj.anylogic.engine.presentation.ShapeArc
Returns the starting angle of the arc (0 means 3 o'clock) in radians, clockwise
getAngleX() - Method in class com.xj.anylogic.engine.presentation.Light3DDirectional
Returns the orientation of the light around X axis (CW, from +Y to +Z).
getAngleX() - Method in class com.xj.anylogic.engine.presentation.Light3DSpot
Returns the orientation of the light around X axis (CW, from +Y to +Z).
getAngleZ() - Method in class com.xj.anylogic.engine.presentation.Light3DDirectional
Returns the orientation of the light around Z axis (CW, from +X to +Y).
getAngleZ() - Method in class com.xj.anylogic.engine.presentation.Light3DSpot
Returns the orientation of the light around Z axis (CW, from +X to +Y).
getAppearance(int) - Method in class com.xj.anylogic.engine.analysis.Chart2DPlot
Returns the appearance of the chart item (DataSet) with the given index.
getAppearance(int) - Method in class com.xj.anylogic.engine.analysis.Histogram
Returns the appearance of the chart item (HistogramData) with the given index.
getApplet() - Method in class com.xj.anylogic.engine.presentation.Presentation
In applet mode returns the applet, otherwise returns null.
getApproximationOrder() - Method in class com.xj.anylogic.engine.TableFunction
The method returns the currently set order of the approximation polynomial used in the approximation mode.
getArguments() - Method in class com.xj.anylogic.engine.TableFunction
Returns the (sorted) array of arguments.
getArray(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getArray(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getArray() - Method in class com.xj.anylogic.engine.VariableDelay
Returns delayed arrayed value
This method should be called only for arrayed delays
getAsciiStream(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAsciiStream(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getATOL() - Method in class com.xj.anylogic.engine.ActiveObjectIntegrationManager
 
getATOL() - Method in class com.xj.anylogic.engine.Engine
Returns absolute tolerance of the numeric engine.
getBackgroundColor() - Method in class com.xj.anylogic.engine.presentation.Configuration3D
Returns the background color of 3D world of the active object
getBackgroundColor() - Method in class com.xj.anylogic.engine.presentation.ShapeCAD
 
getBestFeasibleIteration() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Deprecated. call ExperimentOptimization.isBestSolutionFeasible() and check its result:
if it returns true, use ExperimentOptimization.getBestIteration();
otherwise there is no best feasible iteration
getBestFeasibleObjectiveValue() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Deprecated. call ExperimentOptimization.isBestSolutionFeasible() and check its result:
if it returns true, use ExperimentOptimization.getBestObjectiveValue();
otherwise there is no best feasible solution
getBestFeasibleParamValue(COptQuestVariable) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Deprecated. call ExperimentOptimization.isBestSolutionFeasible() and check its result:
if it returns true, use ExperimentOptimization.getBestParamValue(COptQuestVariable);
otherwise there is no best feasible solution
getBestFeasibleReplicationsNumber() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Deprecated. call ExperimentOptimization.isBestSolutionFeasible() and check its result:
if it returns true, use ExperimentOptimization.getBestReplicationsNumber();
otherwise there is no best feasible solution
getBestIteration() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Returns the iteration that resulted in the best solution thus far
(solution may be infeasible)
Ensure optimization exists before calling this method (ExperimentOptimization.doesOptimizationExist())
getBestObjectiveValue() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Returns the value of the objective function for the best solution found thus far
Returned value may be infeasible
Ensure optimization exists before calling this method (ExperimentOptimization.doesOptimizationExist())
getBestParamValue(COptQuestVariable) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Returns the value of the given optimization parameter variable for the best solution found thus far
(solution may be infeasible)
getBestReplicationsNumber() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Returns the number of replications that were run for the best solution
(solution may be infeasible)
Ensure optimization exists (ExperimentOptimization.doesOptimizationExist()) and replications are used (ExperimentOptimization.isUseReplications()) before calling this method
getBigDecimal(int, int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Deprecated.  
getBigDecimal(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBigDecimal(String, int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Deprecated.  
getBigDecimal(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBinaryStream(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of uninterpreted bytes.
getBinaryStream(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of uninterpreted bytes.
getBlob(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBlob(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBoolean(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBoolean(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBufferedImage() - Method in class com.xj.anylogic.engine.presentation.Panel
Returns the buffered image used by the panel to do off-screen painting.
getByte(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getByte(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getBytes(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getBytes(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getC() - Method in class com.xj.anylogic.engine.AgentDiscrete2D
Returns the column of the agent's cell.
getCachedImage(Presentable, String, String, int, int) - Method in class com.xj.anylogic.engine.presentation.ImageCache
Returns an already cached buffered image identified by its owner presentable object, filename and dimensions.
getCachedImage(Presentable, String, int, int) - Method in class com.xj.anylogic.engine.presentation.ImageCache
Deprecated. use ImageCache.getCachedImage(Presentable, String, String, int, int)
getCachedImage(URL, int, int) - Method in class com.xj.anylogic.engine.presentation.ImageCache
Returns an already cached buffered image identified by its url and dimensions.
getCAD(Presentable, String, String, int, int, int, Color, String[], boolean[], Color[], boolean, boolean) - Method in class com.xj.anylogic.engine.presentation.ImageCache
Deprecated. this method will be removed in the future releases, please use ImageCache.getCAD(Presentable, String, String, int, int, int, Color, String[], boolean[], Color[], int, boolean)
getCAD(Presentable, String, String, int, int, int, Color, String[], boolean[], Color[], int, boolean) - Method in class com.xj.anylogic.engine.presentation.ImageCache
This method is not intended to be called by user
Fetches a cached buffered CAD image identified by its owner presentable object or creates, adds to cache and returns a new one.
getCameras3D(Map<String, Camera3D>) - Method in class com.xj.anylogic.engine.ActiveObject
Adds all Camera3D of this active object to the given map output, if it is not null.
getCapacity() - Method in class com.xj.anylogic.engine.analysis.DataSet
Returns the capacity of the data set.
getCDF(int, int) - Method in class com.xj.anylogic.engine.analysis.Histogram2DData
Returns the CDF (cumulative distribution function) at the END of the interval yindex of the histogram with xindex.
getCDF(int) - Method in class com.xj.anylogic.engine.analysis.HistogramData
Returns the CDF (cumulative distribution function) at the END of the given interval.
getCellBooleanValue(int, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the value of the cell as a boolean.
getCellBooleanValue(String, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the value of the cell as a boolean.
getCellBooleanValue(String) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the value of the cell as a boolean.
getCellDateValue(int, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the value of the cell as a date.
getCellDateValue(String, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the value of the cell as a date.
getCellDateValue(String) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the value of the cell as a date.
getCellErrorValue(int, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the value of the cell as an error code.
getCellErrorValue(String, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the value of the cell as an error code.
getCellErrorValue(String) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the value of the cell as an error code.
getCellFormula(int, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Return a formula for the cell, for example, SUM(C4:E4)
getCellFormula(String, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Return a formula for the cell, for example, SUM(C4:E4)
getCellFormula(String) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Return a formula for the cell, for example, SUM(C4:E4)
getCellFormulaType(int, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the type of the formula cell.
getCellFormulaType(String, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the type of the formula cell.
getCellFormulaType(String) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the type of the formula cell.
getCellNumericValue(int, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the value of the cell as a number.
getCellNumericValue(String, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the value of the cell as a number.
getCellNumericValue(String) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the value of the cell as a number.
getCellStringValue(int, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the value of the cell as a string - for numeric cells throws an exception.
getCellStringValue(String, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the value of the cell as a string - for numeric cells throws an exception.
getCellStringValue(String) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the value of the cell as a string - for numeric cells throws an exception.
getCellType(int, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the cell type (numeric, formula, string...)
getCellType(String, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the cell type (numeric, formula, string...)
getCellType(String) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the cell type (numeric, formula, string...)
getCenterLatitude() - Method in class com.xj.anylogic.engine.AbstractShapeGISMap
Returns the latitude of the map projection center, measured in degrees (-90 ...
getCenterLatitude() - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
 
getCenterLongitude() - Method in class com.xj.anylogic.engine.AbstractShapeGISMap
Returns the longitude of the map projection center, measured in degrees (-180 ...
getCenterLongitude() - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
 
getCentroidPoint(Triangle) - Static method in class com.xj.anylogic.engine.graph.algorithms.triangulation.TriangulationUtils
 
getCharacterStream(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getCharacterStream(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getClob(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getClob(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getColor(int) - Method in class com.xj.anylogic.engine.analysis.Chart1D
Returns the color of the chart item (DataItem) with the given index.
getColor(int) - Method in class com.xj.anylogic.engine.analysis.Histogram2D
Returns the color of the chart item (Histogram2DData) with the given index.
getColor(int) - Method in class com.xj.anylogic.engine.analysis.TimeStackChart
Returns the color of the chart item (DataSet) with the given index.
getColor() - Method in class com.xj.anylogic.engine.presentation.ShapeLine
Returns the color of the line, or null if line has no color or has texture (in this case ShapeLine.getTexture() should be used instead)
getColor() - Method in class com.xj.anylogic.engine.presentation.ShapePixel
Returns the color of the pixel.
getColor() - Method in class com.xj.anylogic.engine.presentation.ShapeText
Returns the color of the text.
getColumns() - Method in class com.xj.anylogic.engine.EnvironmentDiscrete2D
Returns the number of columns in the space.
getCommandLineArguments() - Method in class com.xj.anylogic.engine.Experiment
Returns an array of Command-line Arguments passed to this experiment on model start (empty array in case of no arguments)
Never returns null
getCommandLineArguments() - Method in class com.xj.anylogic.engine.ExperimentCustom
Returns an array of Command-line Arguments passed to this experiment on model start (empty array in case of no arguments)
Never returns null
This method is designed for usage inside the ExperimentCustom.run() method
getConcurrency() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the concurrency mode of this ResultSet object.
getConfiguration3D() - Method in class com.xj.anylogic.engine.presentation.ShapeTopLevelPresentationGroup
Returns 3D configuration of active object.
getConnectedAgent(int) - Method in class com.xj.anylogic.engine.Agent
Returns the connected agent with a given index.
getConnectedAgent(int) - Method in class com.xj.anylogic.engine.AgentContinuous
 
getConnectedAgent(int) - Method in class com.xj.anylogic.engine.AgentContinuous2D
 
getConnectedAgent(int) - Method in class com.xj.anylogic.engine.AgentContinuous3D
 
getConnectedAgent(int) - Method in class com.xj.anylogic.engine.AgentContinuousGIS
 
getConnectedAgent(int) - Method in class com.xj.anylogic.engine.AgentDiscrete2D
 
getConnection() - Method in class com.xj.anylogic.engine.connectivity.Database
Returns existing Connection to the database or connects to the database if not connected
If any error occurs, throws RuntimeException
getConnection() - Method in class com.xj.anylogic.engine.connectivity.Statement
Retrieves the Connection object that produced this Statement object.
getConnectionRange() - Method in class com.xj.anylogic.engine.EnvironmentContinuous
Returns the range of agent connections.
getConnections() - Method in class com.xj.anylogic.engine.Agent
Returns a collection of agents connected to this agent (bi-directionally), or null if there have not been any connections yet.
getConnections() - Method in class com.xj.anylogic.engine.AgentContinuous
Returns a collection of agents connected to this agent (bi-directionally), or null if there have not been any connections yet.
getConnections() - Method in class com.xj.anylogic.engine.AgentContinuous2D
Returns a collection of agents connected to this agent (bi-directionally), or null if there have not been any connections yet.
getConnections() - Method in class com.xj.anylogic.engine.AgentContinuous3D
Returns a collection of agents connected to this agent (bi-directionally), or null if there have not been any connections yet.
getConnections() - Method in class com.xj.anylogic.engine.AgentContinuousGIS
Returns a collection of agents connected to this agent (bi-directionally), or null if there have not been any connections yet.
getConnections() - Method in class com.xj.anylogic.engine.AgentDiscrete2D
Returns a collection of agents connected to this agent (bi-directionally), or null if there have not been any connections yet.
getConnectionsNumber() - Method in class com.xj.anylogic.engine.Agent
Returns the number of agents connected to this agent.
getConnectionsPerAgent() - Method in class com.xj.anylogic.engine.Environment
Returns the average (or exact) number of connections per agent.
getConstantAttenuation() - Method in class com.xj.anylogic.engine.presentation.Light3DPoint
Returns the constant attenuation factor of the light
getConstantAttenuation() - Method in class com.xj.anylogic.engine.presentation.Light3DSpot
Returns the constant attenuation factor of the light
getContainer() - Method in class com.xj.anylogic.engine.presentation.Presentation
Returns frame, applet, or other container of the presentation GUI.
getContainerStateOf(short) - Method in class com.xj.anylogic.engine.ActiveObject
Returns the immediate container state of a given state or -1 if the state is at the topmost level (has no container state).
getCount() - Method in class com.xj.anylogic.engine.analysis.Chart
Returns the number of chart items (data items or data sets) currently displayed by this chart.
getCurrentIteration() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Returns the current value of iteration counter
Ensure optimization exists before calling this method (ExperimentOptimization.doesOptimizationExist())
getCurrentIteration() - Method in class com.xj.anylogic.engine.ExperimentParamVariation
 
getCurrentObjectiveValue() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Returns the value of the objective function for the current solution
Ensure optimization exists before calling this method (ExperimentOptimization.doesOptimizationExist())
getCurrentParamValue(COptQuestVariable) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Returns the value of the given optimization parameter variable for the current solution
getCurrentReplication() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Returns the replication number for the current solution being evaluated
Ensure optimization exists (ExperimentOptimization.doesOptimizationExist()) and replications are used (ExperimentOptimization.isUseReplications()) before calling this method
getCurrentReplication() - Method in class com.xj.anylogic.engine.ExperimentParamVariation
 
getCursorName() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the name of the SQL cursor used by this ResultSet object.
getCustomLayerColor(String) - Method in class com.xj.anylogic.engine.presentation.ShapeCAD
Returns custom color of the layer's shapes, if the one is defined.
getCutOffAngle() - Method in class com.xj.anylogic.engine.presentation.Light3DSpot
Returns the cut-off angle of light source.
getData() - Method in class com.xj.anylogic.engine.HyperArray
Returns the flat array of doubles holding the hyper array elements.
getDataXValue() - Method in class com.xj.anylogic.engine.analysis.DataUpdater
Override this method to enable DataSet.add(double) method.
getDate(int, Calendar) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String, Calendar) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate() - Method in class com.xj.anylogic.engine.Engine
Deprecated. Use Engine.date() instead
getDateOfNextValue() - Method in class com.xj.anylogic.engine.Schedule
Returns the model date of the next change moment in the schedule.
getDateOfNextValue(double) - Method in class com.xj.anylogic.engine.Schedule
Returns the model date of the schedule change moment next to the given model time.
getDateOfNextValue(Date) - Method in class com.xj.anylogic.engine.Schedule
Returns the model date of the schedule change moment next to the given model date.
getDateOfValue() - Method in class com.xj.anylogic.engine.Schedule
Returns the model date the current value of the schedule has been held since.
getDateOfValue(double) - Method in class com.xj.anylogic.engine.Schedule
Returns the model date of the schedule change moment of the value corresponding to the given model time.
getDateOfValue(Date) - Method in class com.xj.anylogic.engine.Schedule
Returns the model date of the schedule change moment of the value corresponding to the given model date.
getDayOfMonth() - Method in class com.xj.anylogic.engine.Engine
Returns the day of the month of the current model date with respect to the start time/date and the model time unit.
getDayOfMonth(Date) - Static method in class com.xj.anylogic.engine.Utilities
Returns the day of the month of the given date.
getDayOfMonth() - Method in class com.xj.anylogic.engine.Utilities
Returns the day of the month of the current model date with respect to the start time/date and the model time unit.
getDayOfWeek() - Method in class com.xj.anylogic.engine.Engine
Returns the day of the week of the current model date with respect to the start time/date and the model time unit.
getDayOfWeek(Date) - Static method in class com.xj.anylogic.engine.Utilities
Returns the day of the week of the given date.
getDayOfWeek() - Method in class com.xj.anylogic.engine.Utilities
Returns the day of the week of the current model date with respect to the start time/date and the model time unit.
getDayOfYear() - Method in class com.xj.anylogic.engine.Engine
Returns the day of the year of the current model date with respect to the start time/date and the model time unit.
getDayOfYear(Date) - Static method in class com.xj.anylogic.engine.Utilities
Returns the day of the year of the given date.
getDefaultFont() - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Returns the default font used in presentation graphics
getDefaultFont(int) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Returns the default font of a particular style
getDefaultRandomGenerator() - Method in class com.xj.anylogic.engine.Engine
Returns the currently used default random number generator.
getDefaultRandomGenerator() - Method in class com.xj.anylogic.engine.Utilities
Retrieves the random number generator used by all probability distributions by default, i.e. if no particular generator is specified in the call to a probability distribution function.
getDefaultStroke() - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Returns the Default stroke: solid line, width 1.0, CAP_SQUARE, JOIN_MITER, a miter limit of 4.0.
getDelayTime() - Method in class com.xj.anylogic.engine.VariableDelay
This method should be overridden
getDiffuseColor() - Method in class com.xj.anylogic.engine.presentation.Light3D
Returns the diffuse color component
getDiffuseColor() - Method in class com.xj.anylogic.engine.presentation.Texture
Returns the part of the color lit by diffuse component of light
getDimensions() - Method in class com.xj.anylogic.engine.HyperArray
Returns the dimensions of the hyper array.
getDistance(double, double, double, double) - Method in class com.xj.anylogic.engine.AbstractShapeGISMap
Returns distance, in meters, between 2 given points
getDistance(Vertex, Vertex) - Static method in class com.xj.anylogic.engine.graph.algorithms.GeometryUtils
 
getDistance(double, double, double, double) - Static method in class com.xj.anylogic.engine.graph.algorithms.GeometryUtils
 
getDistance(double, double, double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
 
getDistance(double, double, double, double) - Static method in class com.xj.anylogic.engine.Utilities
Returns the distance between two given points (x1, y1) and (x2, y2)
getDistance(double, double, double, double, double, double) - Static method in class com.xj.anylogic.engine.Utilities
Returns the distance between two given points (x1, y1, z1) and (x2, y2, z2)
getDistanceFromPointToLine(double, double, double, double, double, double) - Static method in class com.xj.anylogic.engine.graph.algorithms.GeometryUtils
 
getDistanceFromPointToLine(double, double, double, double, double, double) - Static method in class com.xj.anylogic.engine.Utilities
Returns the distance from a point to a line.
getDistanceFromPointToLineSq(double, double, double, double, double, double) - Static method in class com.xj.anylogic.engine.Utilities
Returns the square of the distance from a point to a line.
getDistanceFromPointToSegment(double, double, double, double, double, double) - Static method in class com.xj.anylogic.engine.Utilities
Returns the distance from a point to a line segment.
getDistanceFromPointToSegmentSq(double, double, double, double, double, double) - Static method in class com.xj.anylogic.engine.Utilities
Returns the square of the distance from a point to a line segment.
getDistanceSq(double, double, double, double) - Static method in class com.xj.anylogic.engine.Utilities
Returns the square of the distance between two given points (x1, y1) and (x2, y2).
getDistanceSq(double, double, double, double, double, double) - Static method in class com.xj.anylogic.engine.Utilities
Returns the square of the distance between two given points (x1, y1, z1) and (x2, y2, z2).
getDouble(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDouble(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDoubleValue() - Method in class com.xj.anylogic.engine.presentation.ShapeComboBox
Returns the current double value of the combo box.
getDoubleValue() - Method in class com.xj.anylogic.engine.presentation.ShapeTextField
Returns the current double value of the text field.
getDownLinks() - Method in class com.xj.anylogic.engine.Port
Returns an unmodifiable list with mapped ports on active objects embedded in the current active object (owner of port)
getDropOffRate() - Method in class com.xj.anylogic.engine.presentation.Light3DSpot
Returns the value of the exponent that is used to control how the light intensity drops off from the center to the cut off angle.
getDx() - Method in class com.xj.anylogic.engine.presentation.ShapeLine
Returns the difference of x coordinates of the line end and start points.
getDx() - Method in interface com.xj.anylogic.engine.Segment2D
Returns the x-offset of the end segment point relative to the start one (the difference of x coordinates of the segment end and start points).
getDy() - Method in class com.xj.anylogic.engine.presentation.ShapeLine
Returns the difference of y coordinates of the line end and start points.
getDy() - Method in interface com.xj.anylogic.engine.Segment2D
Returns the y-offset of the end segment point relative to the start one (the difference of y coordinates of the segment end and start points).
getDynamicEvents() - Method in class com.xj.anylogic.engine.ActiveObject
Returns the set of all currently existing dynamic events of this active object.
getDz() - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
Returns the difference of z coordinates of the arc end and start points.
getDz() - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
Returns the difference of z coordinates of the line end and start points.
getDz() - Method in interface com.xj.anylogic.engine.Segment3D
Returns the z-offset of the end segment point relative to the start one (the difference of z coordinates of the segment end and start points).
getEdge() - Method in interface com.xj.anylogic.engine.graph.algorithms.IEdgeGeometryInfo
 
getEdge() - Method in class com.xj.anylogic.engine.graph.algorithms.impl.EdgeGeometryInfoImpl
 
getEdge() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.impl.EdgeTriangulationInfoImpl
 
getEdge(Triangle) - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangle
 
getEdge(Vertex, Vertex) - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangle
 
getEdgeGCost(Edge) - Method in interface com.xj.anylogic.engine.graph.algorithms.shortestpath.IAStarAlgorithmCosts
 
getEdgeGCost(Edge) - Method in class com.xj.anylogic.engine.graph.algorithms.shortestpath.impl.AStarAlgorithmGeometryCostsImpl
 
getEdges() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangle
 
getEdges() - Method in class com.xj.anylogic.engine.graph.Graph
 
getEdges() - Method in class com.xj.anylogic.engine.graph.GraphPath
 
getEmbeddedObject() - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
Returns the embedded object drawn by this shape
getEmbeddedObjects() - Method in class com.xj.anylogic.engine.ActiveObject
Creates and returns a list of embedded objects if there are any, null if there are none.
getEndX() - Method in class com.xj.anylogic.engine.presentation.ShapeLine
Returns the x coordinate of the line end point.
getEndX() - Method in interface com.xj.anylogic.engine.Segment2D
Returns the x coordinate of the segment end point.
getEndY() - Method in class com.xj.anylogic.engine.presentation.ShapeLine
Returns the y coordinate of the line end point.
getEndY() - Method in interface com.xj.anylogic.engine.Segment2D
Returns the y coordinate of the segment end point.
getEndZ() - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
Returns the z coordinate of the line end point.
getEndZ() - Method in interface com.xj.anylogic.engine.Segment3D
Returns the z coordinate of the segment end point.
getEngine() - Method in class com.xj.anylogic.engine.ActiveObject
Returns the simulation engine where this object belongs to.
getEngine() - Method in class com.xj.anylogic.engine.ExperimentSimulation
Returns the engine executing the model.
getEngine() - Method in class com.xj.anylogic.engine.Presentable
Returns the simulation engine.
getEnvironment() - Method in class com.xj.anylogic.engine.Agent
Returns the environment where this agent belongs to.
getEnvironment() - Method in class com.xj.anylogic.engine.AgentContinuous
 
getEnvironment() - Method in class com.xj.anylogic.engine.AgentContinuous2D
 
getEnvironment() - Method in class com.xj.anylogic.engine.AgentContinuous3D
 
getEnvironment() - Method in class com.xj.anylogic.engine.AgentContinuousGIS
 
getEnvironment() - Method in class com.xj.anylogic.engine.AgentDiscrete2D
 
getEventCount() - Method in class com.xj.anylogic.engine.Engine
Returns the number of currently scheduled events.
getExperiment() - Method in class com.xj.anylogic.engine.Engine
Returns the experiment controlling the model execution.
getExperiment() - Method in class com.xj.anylogic.engine.Presentable
Returns the experiment controlling the model execution.
getExperiment() - Method in class com.xj.anylogic.engine.presentation.Presentation
Returns the experiment associated with this presentation.
getExternalEdges() - Method in class com.xj.anylogic.engine.graph.Vertex
 
getFetchDirection() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the fetch direction for this ResultSet object.
getFetchDirection() - Method in class com.xj.anylogic.engine.connectivity.Statement
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchSize() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the fetch size for this ResultSet object.
getFetchSize() - Method in class com.xj.anylogic.engine.connectivity.Statement
Retrieves the number of result set rows that is the default fetch size for ResultSet objects generated from this Statement object.
getFieldType(String, String) - Method in class com.xj.anylogic.engine.connectivity.Database
The methods returns SQL-type of specified field.
getFilename() - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
Returns the name of X3D file
getFilePath_xjal() - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
This method is not intended to be called by user and may be removed in the next releases
getFillColor() - Method in class com.xj.anylogic.engine.presentation.ShapeLineFill
Returns the fill color of the shape, or null if shape has no fill color or has textured fill (in this case ShapeLineFill.getFillTexture() should be used instead)
getFillTexture() - Method in class com.xj.anylogic.engine.presentation.ShapeLineFill
Returns the fill texture of the shape, if the shape has fill texture
getFirstCellNum(int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the number of the first cell contained in this row (the 1-based column number of the first cell).
getFirstCellNum(String, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the number of the first cell contained in this row (the 1-based column number of the first cell).
getFirstOccurrenceTime(EventTimeout) - Method in class com.xj.anylogic.engine.ActiveObject
Returns the (absolute) time of first occurrence of a timeout event (of Once or Cyclic mode).
getFirstRowNum(int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the first row on the sheet
getFirstRowNum(String) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the first row on the sheet
getFlatLinks() - Method in class com.xj.anylogic.engine.Port
Returns an unmodifiable list with connected ports
getFloat(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFloat(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFont() - Method in class com.xj.anylogic.engine.presentation.ShapeText
Returns the font of the text shape.
getFrame() - Method in class com.xj.anylogic.engine.presentation.Presentation
In application mode returns the frame, otherwise returns null.
getFrameManagementBalance() - Method in class com.xj.anylogic.engine.presentation.Panel
Returns the currently set balance between the CPU time available to presentation frame painting and the simulation (applies only in adaptive mode).
getFrameRate() - Method in class com.xj.anylogic.engine.presentation.Panel
Returns the number of frames to be painted per second in fixed mode, regardless of what mode is set.
getFullName() - Method in class com.xj.anylogic.engine.ActiveObject
Returns the name of the active object prefixed by the path from the root object to this one.
getFullName() - Method in class com.xj.anylogic.engine.EventOriginator
Returns the name of the event originator prefixed by the full name of its active object.
getFullName() - Method in class com.xj.anylogic.engine.Port
Returns the name of the port prefixed by the full name of its active object.
getFullName() - Method in class com.xj.anylogic.engine.Statechart
Returns the name of the statechart prefixed by the full name of its active object.
getGeneratedKeys() - Method in class com.xj.anylogic.engine.connectivity.Statement
Retrieves any auto-generated keys created as a result of executing this Statement object.
getGeometryInfo(Vertex) - Static method in class com.xj.anylogic.engine.graph.algorithms.GeometryUtils
 
getGeometryInfo(Edge) - Static method in class com.xj.anylogic.engine.graph.algorithms.GeometryUtils
 
getGeometryInfoFactory() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.TriangulationDualGraphBuilder
 
getGeometryInfoFactory() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.TriangulationFragmentator
 
getGeometryInfoFactory() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangulator
 
getGISHeading() - Method in class com.xj.anylogic.engine.AgentContinuousGIS
Returns current heading angle (measured in radians CW, starting from North direction) of agent moving in continuous GIS space.
getGISMap() - Method in class com.xj.anylogic.engine.EnvironmentContinuousGIS
Returns AbstractShapeGISMap object used in this environment
getGraph() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangulation
 
getGraph() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.TriangulationBuilder
 
getGraph() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangulator
 
getGraph() - Method in class com.xj.anylogic.engine.graph.Edge
 
getGraph() - Method in class com.xj.anylogic.engine.graph.GraphPath
 
getGraph() - Method in class com.xj.anylogic.engine.graph.Vertex
 
getGridColor() - Method in class com.xj.anylogic.engine.presentation.Configuration3D
Returns grid color or null (if grid is invisible)
getGroup() - Method in class com.xj.anylogic.engine.presentation.Light3D
Returns the group containing this light.
getGroup() - Method in class com.xj.anylogic.engine.presentation.ReplicatedShape
Returns the group containing this replicated shape.
getGroup() - Method in class com.xj.anylogic.engine.presentation.Shape
Returns the group containing this shape.
getHeaderText() - Method in class com.xj.anylogic.engine.Engine
 
getHeight() - Method in interface com.xj.anylogic.engine.Area2D
Returns the height of the area.
getHeight() - Method in class com.xj.anylogic.engine.Environment
Returns the height of environment space.
getHeight() - Method in class com.xj.anylogic.engine.presentation.ShapeCAD
Returns the height of the shape.
getHeight() - Method in class com.xj.anylogic.engine.presentation.ShapeControl
Returns the height of the control.
getHeight() - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
Returns the height of the shape.
getHeight() - Method in class com.xj.anylogic.engine.presentation.ShapeImage
Returns the height of the image.
getHeight() - Method in class com.xj.anylogic.engine.presentation.ShapeRectangle
Returns the height of the rectangle.
getHeight() - Method in class com.xj.anylogic.engine.presentation.ViewArea
Returns the height of the view area
getHour() - Method in class com.xj.anylogic.engine.Engine
Returns the hour of the morning or afternoon of the current model date with respect to the start time/date and the model time unit.
getHour(Date) - Static method in class com.xj.anylogic.engine.Utilities
Returns the hour of the morning or afternoon of the given date.
getHour() - Method in class com.xj.anylogic.engine.Utilities
Returns the hour of the morning or afternoon of the current model date with respect to the start time/date and the model time unit.
getHourOfDay() - Method in class com.xj.anylogic.engine.Engine
Returns the hour of day of the current model date with respect to the start time/date and the model time unit.
getHourOfDay(Date) - Static method in class com.xj.anylogic.engine.Utilities
Returns the hour of day of the given date.
getHourOfDay() - Method in class com.xj.anylogic.engine.Utilities
Returns the hour of day of the current model date with respect to the start time/date and the model time unit.
getHTOL() - Method in class com.xj.anylogic.engine.ActiveObjectIntegrationManager
 
getHTOL() - Method in class com.xj.anylogic.engine.Engine
Returns fixed step of the numeric engine.
getImage(Presentable, String, String, int, int) - Method in class com.xj.anylogic.engine.presentation.ImageCache
Fetches a cached buffered image identified by its owner presentable object or creates, adds to cache and returns a new one.
getImageCache() - Method in class com.xj.anylogic.engine.presentation.Panel
Returns the image cache associated with this panel.
getImageFileName() - Method in class com.xj.anylogic.engine.presentation.ShapeCAD
Returns the file name of the CAD drawing.
getImageFileName(int) - Method in class com.xj.anylogic.engine.presentation.ShapeImage
Returns the file name of the image with the given index.
getImageFileNames() - Method in class com.xj.anylogic.engine.presentation.ShapeImage
Returns the list of image file names of this image shape.
getIncidents() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangle
 
getIncidents() - Method in class com.xj.anylogic.engine.graph.Edge
 
getIncidents() - Method in class com.xj.anylogic.engine.graph.Vertex
 
getIndex() - Method in class com.xj.anylogic.engine.ActiveObject
For a list-based replicated active object, returns its index in the list, otherwise returns -1.
getIndex() - Method in class com.xj.anylogic.engine.presentation.ShapeImage
Returns the current index of the image being displayed.
getIndexByName(String) - Method in class com.xj.anylogic.engine.Dimension
Returns the index having the specified textual name.
getIndexByPosition(int) - Method in class com.xj.anylogic.engine.Dimension
Returns the index having the specified position in this dimension (from 0 to size()-1).
getIndexName(int) - Method in class com.xj.anylogic.engine.Dimension
Returns the textual name of the given index, or its formatted integer value in case index name is not set.
getIndexNameByPosition(int) - Method in class com.xj.anylogic.engine.Dimension
Returns the textual name of the index located at the given position, or formatted integer value of the index in case index name is not set.
getIndexPosition(int) - Method in class com.xj.anylogic.engine.Dimension
Returns the position of an index in this dimension, starting from 0.
getIndexPositionByName(String) - Method in class com.xj.anylogic.engine.Dimension
Returns the position of the index in this dimension (from 0 to size()-1) having the specified textual name.
getInfo(String) - Method in class com.xj.anylogic.engine.graph.AbstractGraphNode
 
getInitialValue() - Method in class com.xj.anylogic.engine.VariableDelay
Returns value of the expression being delayed
This method should be overridden in scalar delays having custom (non-zero) initial value
getInitialValue(HyperArray) - Method in class com.xj.anylogic.engine.VariableDelay
Tags default arrayed sample into array
This method should be overridden in arrayed delays with custom (non-zero) initial value to fill the whole array data
getInput() - Method in class com.xj.anylogic.engine.VariableDelay
Returns value of the expression being delayed
This method should be overridden in scalar delays
getInput(HyperArray) - Method in class com.xj.anylogic.engine.VariableDelay
Tags arrayed sample into array
This method should be overridden in arrayed delays to fill the whole array data
getInt(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInt(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getIntegrationManager_xjal() - Method in class com.xj.anylogic.engine.ActiveObject
This method shouldn't be normally called by user.
getInternalEdges() - Method in class com.xj.anylogic.engine.graph.Vertex
 
getInterpolationType() - Method in class com.xj.anylogic.engine.TableFunction
Returns the current interpolation type of the table function.
getIntervalWidth() - Method in class com.xj.anylogic.engine.analysis.HistogramSmartData
Returns the current interval width, i.e. the data range corresponding to one interval.
getIntValue() - Method in class com.xj.anylogic.engine.presentation.ShapeComboBox
Returns the current int value of the combo box.
getIntValue() - Method in class com.xj.anylogic.engine.presentation.ShapeSlider
Returns the current double value of the slider.
getIntValue() - Method in class com.xj.anylogic.engine.presentation.ShapeTextField
Returns the current int value of the text field.
getItems() - Method in class com.xj.anylogic.engine.presentation.ShapeComboBox
Returns array of String items currently used in the combo box drop-down list
The returned array should not be changed by user
getItems() - Method in class com.xj.anylogic.engine.presentation.ShapeListBox
Returns array of String items currently used in this list box
Note that returned array is the same as has been passed to ShapeListBox.setItems(String[]), and may be null.
getJComponent() - Method in class com.xj.anylogic.engine.analysis.Chart
Returns the embedded JPanel.
getJComponent() - Method in class com.xj.anylogic.engine.presentation.ShapeButton
Returns the embedded JButton.
getJComponent() - Method in class com.xj.anylogic.engine.presentation.ShapeCheckBox
Returns the embedded JCheckBox.
getJComponent() - Method in class com.xj.anylogic.engine.presentation.ShapeComboBox
Returns the embedded JComboBox.
getJComponent() - Method in class com.xj.anylogic.engine.presentation.ShapeControl
Returns the JComponent of this control.
getJComponent() - Method in class com.xj.anylogic.engine.presentation.ShapeFileChooser
Returns the embedded JPanel which has JTextField and JButton inside
getJComponent() - Method in class com.xj.anylogic.engine.presentation.ShapeListBox
Returns the embedded JScrollPane which has JList as viewport view.
getJComponent() - Method in class com.xj.anylogic.engine.presentation.ShapeProgressBar
Returns the embedded JProgressBar.
getJComponent() - Method in class com.xj.anylogic.engine.presentation.ShapeRadioButtonGroup
Returns the embedded JPanel.
getJComponent() - Method in class com.xj.anylogic.engine.presentation.ShapeSlider
Returns the embedded JSlider.
getJComponent() - Method in class com.xj.anylogic.engine.presentation.ShapeTextField
Returns the JTextField of this control.
getJComponent() - Method in class com.xj.anylogic.engine.presentation.ShapeWindow3D
Returns the embedded JPanel.
getLastCellNum(int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the index of the last cell contained in this row (the 1-based column number of the last cell).
getLastCellNum(String, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the index of the last cell contained in this row (the 1-based column number of the last cell).
getLastRowNum(int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the number of the last row on the sheet.
getLastRowNum(String) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the number of the last row on the sheet.
getLayerNames() - Method in class com.xj.anylogic.engine.presentation.ShapeCAD
Returns the array of layer names in this CAD, the returned array is backed by this shape and therefore shouldn't be modified by user.
getLayerObject() - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap.Layer
Returns OpenMap layer object associated with this Layer
getLayers() - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
Returns the array of layers used in this GIS Map
Returned array shouldn't be modified structurally: only items can be accessed for modification
getLayoutType() - Method in class com.xj.anylogic.engine.EnvironmentContinuous2D
Returns the layout type.
getLayoutType() - Method in class com.xj.anylogic.engine.EnvironmentDiscrete2D
Returns the layout type.
getLength() - Method in interface com.xj.anylogic.engine.graph.algorithms.IEdgeGeometryInfo
 
getLength() - Method in class com.xj.anylogic.engine.graph.algorithms.impl.EdgeGeometryInfoImpl
 
getLength() - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
Returns the length of the line.
getLength() - Method in class com.xj.anylogic.engine.presentation.ShapeLine
Returns the length of the line.
getLength() - Method in class com.xj.anylogic.engine.TableFunction
Returns the number of entries (rows) in the table function.
getLength(double, double) - Static method in class com.xj.anylogic.engine.Utilities
Returns the length of the vector (dx, dy)
getLength(double, double, double) - Static method in class com.xj.anylogic.engine.Utilities
Returns the length of the vector (dx, dy, dz)
getLinearAttenuation() - Method in class com.xj.anylogic.engine.presentation.Light3DPoint
Returns the linear attenuation factor of the light
getLinearAttenuation() - Method in class com.xj.anylogic.engine.presentation.Light3DSpot
Returns the linear attenuation factor of the light
getLineColor() - Method in class com.xj.anylogic.engine.presentation.ShapeLineFill
Returns the line color of the shape, or null if shape has no line color or has textured line (in this case ShapeLineFill.getLineTexture() should be used instead)
getLineNumber() - Method in class com.xj.anylogic.engine.connectivity.TextFile
Get the current line number.
getLineStyle() - Method in class com.xj.anylogic.engine.presentation.ShapeLine
Returns the style of the line: ActiveObject.
getLineStyle() - Method in class com.xj.anylogic.engine.presentation.ShapeLineFill
Returns the line style of the shape: ActiveObject.
getLineTexture() - Method in class com.xj.anylogic.engine.presentation.ShapeLineFill
Returns the line texture of the shape, if the shape has line texture
getLineWidth() - Method in class com.xj.anylogic.engine.presentation.ShapeLine
Returns the width of the line.
getLineWidth() - Method in class com.xj.anylogic.engine.presentation.ShapeLineFill
Returns the line width of the shape.
getLong(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getLong(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getLowerBound() - Method in class com.xj.anylogic.engine.analysis.HistogramSmartData
Returns the lower bound of the range covered by intervals.
getMapScale() - Method in class com.xj.anylogic.engine.AbstractShapeGISMap
Returns the scale of map projection
getMapScale() - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
 
getMatrix(String, String) - Method in class com.xj.anylogic.engine.connectivity.Database
The method executes specified SQL query and returns the produced values as 2D array of values of specified type.
getMax() - Method in class com.xj.anylogic.engine.presentation.ShapeProgressBar
Returns the maximum value of the progress bar.
getMax() - Method in class com.xj.anylogic.engine.presentation.ShapeSlider
Returns the maximum value of the slider.
getMax() - Method in class com.xj.anylogic.engine.presentation.ShapeTextField
Returns the maximum value of the text field.
getMaxFieldSize() - Method in class com.xj.anylogic.engine.connectivity.Statement
Retrieves the maximum number of bytes that can be returned for character and binary column values in a ResultSet object produced by this Statement object.
getMaximumIterations() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Returns the number of iterations set by ExperimentOptimization.setMaximumIterations(int)
getMaximumIterations() - Method in class com.xj.anylogic.engine.ExperimentParamVariation
Returns total number of iterations being performed in this experiment
Default implementation works with range varied parameters
Override in subclass if experiment uses free-form parameters
getMaxMapScale() - Method in class com.xj.anylogic.engine.AbstractShapeGISMap
Returns the maximum available scale of the map projection
getMaxMapScale() - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
 
getMaxPDF() - Method in class com.xj.anylogic.engine.analysis.HistogramData
Returns the maximum PDF value across all intervals, i.e. the maximum number of hits per interval divided by the total number of samples.
getMaxRows() - Method in class com.xj.anylogic.engine.connectivity.Statement
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getMetaData() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the number, types and properties of this ResultSet object's columns.
getMillisecond() - Method in class com.xj.anylogic.engine.Engine
Returns the millisecond within the second of the current model date with respect to the start time/date and the model time unit.
getMillisecond(Date) - Static method in class com.xj.anylogic.engine.Utilities
Returns the millisecond within the second of the given date.
getMillisecond() - Method in class com.xj.anylogic.engine.Utilities
Returns the millisecond within the second of the current model date with respect to the start time/date and the model time unit.
getMin() - Method in class com.xj.anylogic.engine.presentation.ShapeProgressBar
Returns the minimum value of the progress bar.
getMin() - Method in class com.xj.anylogic.engine.presentation.ShapeSlider
Returns the minimum value of the slider.
getMin() - Method in class com.xj.anylogic.engine.presentation.ShapeTextField
Returns the minimum value of the text field.
getMinMapScale() - Method in class com.xj.anylogic.engine.AbstractShapeGISMap
Returns the minimum available scale of the map projection
getMinMapScale() - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
 
getMinute() - Method in class com.xj.anylogic.engine.Engine
Returns the minute within the hour of the current model date with respect to the start time/date and the model time unit.
getMinute(Date) - Static method in class com.xj.anylogic.engine.Utilities
Returns the minute within the hour of the given date.
getMinute() - Method in class com.xj.anylogic.engine.Utilities
Returns the minute within the hour of the current model date with respect to the start time/date and the model time unit.
getMissingValue() - Method in class com.xj.anylogic.engine.VariableDelay
Returns value to be returned by this object when delay time increases and when no output is available at the time
This method should be overridden in scalar delays with variable delay time which have custom 'missing value'
getMissingValue(HyperArray) - Method in class com.xj.anylogic.engine.VariableDelay
Tags arrayed value to be returned by this object when delay time increases and when no output is available at the time
This method should be overridden in arrayed delays with variable delay time which have custom 'missing value' to fill the whole array data
getMode() - Method in class com.xj.anylogic.engine.presentation.Presentation
Returns the mode of the presentation: MODE_APPLICATION, MODE_APPLET, or MODE_COMPONENT.
getModelType() - Method in class com.xj.anylogic.engine.Engine
Returns the type of model being executed:
MODEL_TYPE_UNKNOWN - the model is either empty or it is too early to judge
MODEL_TYPE_DISCRETE - the model so far had at least one discrete event and no equations
MODEL_TYPE_CONTINUOUS - the model so far had at equation and no discrete events
MODEL_TYPE_HYBRID the model had both events and equations
getModeOf(EventTimeout) - Method in class com.xj.anylogic.engine.ActiveObject
Returns mode of a timeout event: Cyclic, Once, User.
getMonth() - Method in class com.xj.anylogic.engine.Engine
Returns the month of the current model date with respect to the start time/date and the model time unit.
getMonth(Date) - Static method in class com.xj.anylogic.engine.Utilities
Returns the month of the given date.
getMonth() - Method in class com.xj.anylogic.engine.Utilities
Returns the month of the current model date with respect to the start time/date and the model time unit.
getMoreResults() - Method in class com.xj.anylogic.engine.connectivity.Statement
Moves to this Statement object's next result, returns true if it is a ResultSet object, and implicitly closes any current ResultSet object(s) obtained with the method getResultSet.
getMoreResults(int) - Method in class com.xj.anylogic.engine.connectivity.Statement
Moves to this Statement object's next result, deals with any current ResultSet object(s) according to the instructions specified by the given flag, and returns true if the next result is a ResultSet object.
getMutexRead_xjal() - Method in class com.xj.anylogic.engine.Experiment
 
getMutexWrite_xjal() - Method in class com.xj.anylogic.engine.Experiment
 
getName() - Method in class com.xj.anylogic.engine.ActiveObject
Returns the name of this active object, i.e. the name of its instance in the owner object, with the index in square brackets for replicated objects.
getName() - Method in class com.xj.anylogic.engine.Dimension
Returns the name of the dimension.
getName() - Method in class com.xj.anylogic.engine.DynamicEvent
Returns the name of the dynamic event - actually, the simple name of the dynamic event class.
getName() - Method in class com.xj.anylogic.engine.EventCondition
Returns the name of the condition event as specified by the user.
getName() - Method in class com.xj.anylogic.engine.EventOriginator
Returns the name of the event originator, i.e. the name of an event or a transition object specified by the user.
getName() - Method in class com.xj.anylogic.engine.EventRate
Returns the name of the rate event as specified by the user.
getName() - Method in class com.xj.anylogic.engine.EventTimeout
Returns the name of the timeout event as specified by the user.
getName() - Method in class com.xj.anylogic.engine.Experiment
Returns the name of the experiment.
getName() - Method in enum com.xj.anylogic.engine.graph.algorithms.GraphNodeInfos
 
getName() - Method in class com.xj.anylogic.engine.Port
Returns the name of the port as specified by the user.
getName() - Method in class com.xj.anylogic.engine.presentation.Light3D
If the light is declared as field in a presentable object class (ActiveObject), e.g. if it was drawn in the graphical editor, returns the name of the field, otherwise returns the string Shape.UNKNOWN_NAME.
getName() - Method in class com.xj.anylogic.engine.presentation.Shape
If the shape is declared as field in a presentable object class (ActiveObject or Experiment), e.g. if it was drawn in the graphical editor, returns the name of the field, otherwise returns the string Shape.UNKNOWN_NAME.
getName() - Method in class com.xj.anylogic.engine.Statechart
Returns the name of the statechart as specified by the user
getName() - Method in class com.xj.anylogic.engine.TransitionCondition
Returns the name of the condition tranistion as specified by the user.
getName() - Method in class com.xj.anylogic.engine.TransitionMessage
Returns the name of the message tranistion as specified by the user.
getName() - Method in class com.xj.anylogic.engine.TransitionRate
Returns the name of the rate tranistion as specified by the user.
getName() - Method in class com.xj.anylogic.engine.TransitionTimeout
Returns the name of the timeout tranistion as specified by the user.
getNameOf(EventTimeout) - Method in class com.xj.anylogic.engine.ActiveObject
Returns the name of a timeout event.
getNameOf(EventRate) - Method in class com.xj.anylogic.engine.ActiveObject
Returns the name of a rate event.
getNameOf(EventCondition) - Method in class com.xj.anylogic.engine.ActiveObject
Returns the name of a condition event.
getNameOf(Statechart) - Method in class com.xj.anylogic.engine.ActiveObject
Returns the name of a statechart.
getNameOf(TransitionTimeout) - Method in class com.xj.anylogic.engine.ActiveObject
Returns the name of a timeout transition.
getNameOf(TransitionRate) - Method in class com.xj.anylogic.engine.ActiveObject
Returns the name of a rate transition.
getNameOf(TransitionCondition) - Method in class com.xj.anylogic.engine.ActiveObject
Returns the name of a condition transition.
getNameOf(TransitionMessage) - Method in class com.xj.anylogic.engine.ActiveObject
Returns the name of a message transition.
getNameOf(Port<?, ?>) - Method in class com.xj.anylogic.engine.ActiveObject
Returns the name of a port.
getNameOf(ActiveObject) - Method in class com.xj.anylogic.engine.ActiveObject
Returns the name of a simple (not replicated) embedded object.
getNameOf(ActiveObjectCollection<?>) - Method in class com.xj.anylogic.engine.ActiveObject
Returns the name of a replicated embedded object.
getNameOfShape(int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the name of a non-persistent shape.
getNameOfState(short) - Method in class com.xj.anylogic.engine.ActiveObject
Returns the name of a statechart state.
getNearestAgent(Iterable<? extends AgentContinuous>) - Method in class com.xj.anylogic.engine.AgentContinuous
Returns the nearest agent from the given collection
getNeighborLinkProbability() - Method in class com.xj.anylogic.engine.Environment
Returns the probability of an agent connection to be a neighbor.
getNeighbors() - Method in class com.xj.anylogic.engine.AgentDiscrete2D
Returns the array of neighbor agents, subject to the current neighborhood type (Euclidean - {N,S,E,W}, Moore - also {..
getNetworkType() - Method in class com.xj.anylogic.engine.Environment
Returns the network type.
getNextArgument(double) - Method in class com.xj.anylogic.engine.TableFunction
Returns the value of the nearest argument that is strictly greater than x, respecting the possible table repeating.
getNextValue() - Method in class com.xj.anylogic.engine.Schedule
Returns the value of the next change moment in the schedule.
getNextValue(double) - Method in class com.xj.anylogic.engine.Schedule
Returns the value of the schedule change moment next to the given model time.
getNextValue(Date) - Method in class com.xj.anylogic.engine.Schedule
Returns the value of the schedule change moment next to the given model date.
getNPoints() - Method in interface com.xj.anylogic.engine.Path2D
Returns the number of points in the path.
getNPoints() - Method in class com.xj.anylogic.engine.presentation.ShapeMultiplePoints
Returns the number of points in the shape.
getNumberOfCompletedIterations() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Returns the current value of iteration counter
Ensure optimization exists before calling this method (ExperimentOptimization.doesOptimizationExist())
getNumberOfCompletedIterations() - Method in class com.xj.anylogic.engine.ExperimentParamVariation
 
getNumberOfIntervals() - Method in class com.xj.anylogic.engine.analysis.HistogramData
Returns the number of intervals in the histogram data.
getNumberOfSheets() - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the number of spreadsheets in the workbook
getNumberOfXIntervals() - Method in class com.xj.anylogic.engine.analysis.Histogram2DData
Returns the number of base (x) intervals, i.e. the number of individual historgams.
getNumberOfYIntervals() - Method in class com.xj.anylogic.engine.analysis.Histogram2DData
Returns the number of data (y) intervals in each individual historgam.
getObject(int, Map<String, Class<?>>) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(String, Map<String, Class<?>>) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObjects(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap.Layer
Returns new OMGraphicsList with objects of this layer located at the given coordinates
getObjects(String) - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap.Layer
Returns new OMGraphicsList with objects of this layer having name objectName
getOffsetX() - Method in class com.xj.anylogic.engine.presentation.Panel
Returns the current x offset (in the model coordinates) of the presentation origin (0,0) from the top left corner of the panel.
getOffsetY() - Method in class com.xj.anylogic.engine.presentation.Panel
Returns the current y offset (in the model coordinates) of the presentation origin (0,0) from the top left corner of the panel.
getOpposite(Vertex) - Method in class com.xj.anylogic.engine.graph.Edge
 
getOppositeTriangle(Edge) - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangle
 
getOptimization_xjal() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Returns the optimization engine.
getOutOfRangeAction() - Method in class com.xj.anylogic.engine.TableFunction
Returns the current type of action performed for out of range arguments.
getOutOfRangeDefaultValue() - Method in class com.xj.anylogic.engine.TableFunction
Returns the value that is returned by get(x) in case x is out of range when out of range action type is OUTOFRANGE_CUSTOM.
getOwner() - Method in class com.xj.anylogic.engine.ActiveObject
Returns the owner active object that encapsulates this one, null if this is the root object in the model.
getOwner() - Method in class com.xj.anylogic.engine.presentation.ShapeTopLevelPresentationGroup
Returns the owner of this presentation if this is an active object presentation and it is embedded to another active object
This method returns null in case the active object is not embedded anywhere or if this is an experiment presentation
getOwnerShape() - Method in class com.xj.anylogic.engine.ActiveObject
Returns the shape on owner's presentation, this object presentation belongs to
getPaint_xjal() - Method in class com.xj.anylogic.engine.presentation.Texture
This method isn't designed to be called by user.
getPanel() - Method in class com.xj.anylogic.engine.presentation.Presentation
Returns the panel - the area where the model active objects draw themselves.
getPathEdges(List<Vertex>) - Static method in class com.xj.anylogic.engine.graph.GraphUtils
 
getPathLength(GraphPath) - Static method in class com.xj.anylogic.engine.graph.algorithms.GeometryUtils
 
getPDF(int, int) - Method in class com.xj.anylogic.engine.analysis.Histogram2DData
Returns the PDF (probability distribution function) of the histogram with xindex at the interval yindex.
getPDF(int) - Method in class com.xj.anylogic.engine.analysis.HistogramData
Returns the PDF (probability distribution function) at the given interval.
getPDFOutsideHigh(int) - Method in class com.xj.anylogic.engine.analysis.Histogram2DData
Returns the percent of samples (0..1) in the histogram xindex higher than the specified maximum.
getPDFOutsideHigh() - Method in class com.xj.anylogic.engine.analysis.HistogramSimpleData
Returns the percent of samples (0..1) lower higher the specified maximum.
getPDFOutsideLow(int) - Method in class com.xj.anylogic.engine.analysis.Histogram2DData
Returns the percent of samples (0..1) in the histogram xindex lower than the specified data (y) minimum.
getPDFOutsideLow() - Method in class com.xj.anylogic.engine.analysis.HistogramSimpleData
Returns the percent of samples (0..1) lower than the specified minimum.
getPercent() - Method in class com.xj.anylogic.engine.presentation.ShapeProgressBar
Returns progress percents (integer value from 0 to 100)
getPercentHigh() - Method in class com.xj.anylogic.engine.analysis.HistogramData
Returns the high percent value used for percentile calculation (1 is 100%).
getPercentLow() - Method in class com.xj.anylogic.engine.analysis.HistogramData
Returns the low percent value used for percentile calculation (1 is 100%).
getPersistentShape(int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the Shape / ReplicatedShape if the id corresponds to a persistent shape, or null if it corresponds to a non-persistent shape.
getPointDx(int) - Method in interface com.xj.anylogic.engine.Path2D
Returns the x coordinate of a particular point of the path relative to the start point.
getPointDx(int) - Method in class com.xj.anylogic.engine.presentation.ShapeCurve
Returns the x coordinate of a particular point of the shape relative to the start point.
getPointDx(int) - Method in class com.xj.anylogic.engine.presentation.ShapeMultiplePoints
Returns the x coordinate of a particular point of the shape relative to the start point.
getPointDy(int) - Method in interface com.xj.anylogic.engine.Path2D
Returns the y coordinate of a particular point of the path relative to the start point.
getPointDy(int) - Method in class com.xj.anylogic.engine.presentation.ShapeCurve
Returns the y coordinate of a particular point of the shape relative to the start point.
getPointDy(int) - Method in class com.xj.anylogic.engine.presentation.ShapeMultiplePoints
Returns the y coordinate of a particular point of the shape relative to the start point.
getPointDz(int) - Method in interface com.xj.anylogic.engine.Path3D
Returns the z coordinate of a particular point of the path relative to the start point.
getPointDz(int) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
Returns the z coordinate of a particular point of the shape relative to the start point.
getPoliticalAreas() - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap.Layer
Returns the collection of all political areas located in this layer
Political areas are usually defined in DBF file
Each PoliticalArea has its identifier and human-readable name and may contain several shapes on the map (e.g. islands)
PoliticalArea has methods for tuning its presentation on the map, e.g. changing fill color.
getPopupMenu() - Method in class com.xj.anylogic.engine.analysis.Chart
 
getPopUpText() - Method in class com.xj.anylogic.engine.Engine
 
getPosOf(int...) - Method in class com.xj.anylogic.engine.HyperArray
Returns the position of the element in the flat data array specified by the given dimension indexes.
getPresentable() - Method in class com.xj.anylogic.engine.presentation.Light3D
Returns the Presentable object (ActiveObject or Experiment) where this light belongs to, or null.
getPresentable() - Method in class com.xj.anylogic.engine.presentation.Panel
Returns the object currently displayed by the panel.
getPresentable() - Method in class com.xj.anylogic.engine.presentation.Shape
Returns the Presentable object (ActiveObject or Experiment) where this shape belongs to, or null.
getPresentable() - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
 
getPresentable() - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
 
getPresentable() - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
 
getPresentable() - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
 
getPresentable() - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
 
getPresentable() - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
 
getPresentable() - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
 
getPresentable() - Method in class com.xj.anylogic.engine.presentation.Shape3DText
 
getPresentable() - Method in class com.xj.anylogic.engine.presentation.ShapeCAD
 
getPresentable() - Method in class com.xj.anylogic.engine.presentation.ShapeControl
Returns the presentable object owning the control
getPresentable() - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
Returns the presentable (ActiveObject or Experiment) where this group belongs to.
getPresentable() - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
 
getPresentable() - Method in class com.xj.anylogic.engine.presentation.ShapeGroup
Returns the presentable (ActiveObject or Experiment) where this group belongs to.
getPresentable() - Method in class com.xj.anylogic.engine.presentation.ShapeImage
 
getPresentation() - Method in class com.xj.anylogic.engine.ActiveObject
 
getPresentation() - Method in class com.xj.anylogic.engine.Engine
Returns the presentation object associated with this engine, or null if there is none.
getPresentation() - Method in class com.xj.anylogic.engine.Experiment
 
getPresentation() - Method in class com.xj.anylogic.engine.Presentable
Returns the presentation object of the model, or null if there is none.
getProgress() - Method in class com.xj.anylogic.engine.Engine
Returns the progress of the simulation: the part of model time simulated so far in case the stop time is set, or -1 if it is not set.
getProgress() - Method in class com.xj.anylogic.engine.Experiment
Returns the progress of the experiment: a number between 0 and 1 depending on what part of experiment is completed, or -1 if not known.
getProgress() - Method in class com.xj.anylogic.engine.ExperimentCompareRuns
Returns the progress of the experiment: in this case it is the same as the progress of the current simulation run.
getProgress() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Returns the progress of the experiment: a number between 0 and 1 corresponding to the part of the experiment completed so far (based on iteration count or time limit), or -1 if this cannot be calculated.
getProgress() - Method in class com.xj.anylogic.engine.ExperimentParamVariation
Returns the progress of the experiment: a number between 0 and 1 corresponding to the part of the experiment completed so far (based on iteration count or time limit), or -1 if this cannot be calculated.
getProgress() - Method in class com.xj.anylogic.engine.ExperimentSimulation
Returns the progress of the experiment: in this case it is the same as the progress of the current simulation run.
getQuadraticAttenuation() - Method in class com.xj.anylogic.engine.presentation.Light3DPoint
Returns the quadratic attenuation factor of the light
getQuadraticAttenuation() - Method in class com.xj.anylogic.engine.presentation.Light3DSpot
Returns the quadratic attenuation factor of the light
getQueryResultSet(String, String, String, String) - Method in class com.xj.anylogic.engine.connectivity.Database
The method returns result set produced by querying data from specified fields and rows of specified query.
getQueryTimeout() - Method in class com.xj.anylogic.engine.connectivity.Statement
Retrieves the number of seconds the driver will wait for a Statement object to execute.
getR() - Method in class com.xj.anylogic.engine.AgentDiscrete2D
Returns the row of the agent's cell.
getRadius() - Method in class com.xj.anylogic.engine.presentation.ShapeRoundedRectangle
Returns the corner radius of the rounded rectangle.
getRadiusX() - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
Returns the radius of the arc along X-axis.
getRadiusX() - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
Returns the radius of the oval along X-axis.
getRadiusX() - Method in class com.xj.anylogic.engine.presentation.ShapeOval
Returns the "horizontal" radius of the oval.
getRadiusY() - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
Returns the radius of the arc along Y-axis.
getRadiusY() - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
Returns the radius of the oval along Y-axis.
getRadiusY() - Method in class com.xj.anylogic.engine.presentation.ShapeOval
Returns the "vertical" radius of the oval.
getRandom(Collection<T>) - Method in class com.xj.anylogic.engine.Utilities
Returns the randomly chosen element of the given collection.
getRandom(Collection<T>, Random) - Static method in class com.xj.anylogic.engine.Utilities
Returns the randomly chosen element of the given collection.
getRandomAgent() - Method in class com.xj.anylogic.engine.Environment
Returns a randomly chosen agent in the environment or null if there are no agents
getRangeParametersNumber() - Method in class com.xj.anylogic.engine.ExperimentParamVariation
This method should be overridden to return the number of parameters varied in range in the corresponding experiments
getRealTimeMode() - Method in class com.xj.anylogic.engine.Engine
Returns true if the current execution mode is real time, false if virtual time.
getRealTimeScale() - Method in class com.xj.anylogic.engine.Engine
Returns the currently set model time to real time scale.
getRef(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
getRef(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
getReplicatedCollection() - Method in class com.xj.anylogic.engine.ActiveObject
For a replicated object returns the Collection of active objects embedded in the owner object where this active object belongs to, null if the object is not replicated.
getReplicatedList() - Method in class com.xj.anylogic.engine.ActiveObject
For a list-based replicated object returns the List of active objects embedded in the owner object where this active object belongs to, null if the object is not replicated
getReplication() - Method in class com.xj.anylogic.engine.presentation.ReplicatedShape
Returns the current number of shapes in replicated shape.
getRest() - Method in class com.xj.anylogic.engine.EventOriginator
Returns the time remaining before the scheduled occurrence of the event, or Double.POSITIVE_INFINITY if the event is not scheduled.
getResultSet(String) - Method in class com.xj.anylogic.engine.connectivity.Database
The method executes specified SQL query and returns the produced result as ResultSet object.
getResultSet() - Method in class com.xj.anylogic.engine.connectivity.Statement
Retrieves the current result as a ResultSet object.
getResultSetConcurrency() - Method in class com.xj.anylogic.engine.connectivity.Statement
Retrieves the result set concurrency for ResultSet objects generated by this Statement object.
getResultSetHoldability() - Method in class com.xj.anylogic.engine.connectivity.Statement
Retrieves the result set holdability for ResultSet objects generated by this Statement object.
getResultSetType() - Method in class com.xj.anylogic.engine.connectivity.Statement
Retrieves the result set type for ResultSet objects generated by this Statement object.
getReversedPath() - Method in class com.xj.anylogic.engine.graph.GraphPath
 
getRoot() - Method in class com.xj.anylogic.engine.Engine
Returns the root active object setup for the engine (the topmost level active object from which the model creation and execution starts).
getRotation() - Method in class com.xj.anylogic.engine.AgentContinuous
Returns the current rotation angle (in radians) of the agent in continuous 2D space or GIS space.
getRotation() - Method in class com.xj.anylogic.engine.AgentContinuous3D
Returns the current horizontal rotation angle (in radians) of the agent in continuous 3D space or GIS space.
getRotation() - Method in class com.xj.anylogic.engine.presentation.Shape
Returns the rotation of the shape.
getRotation() - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
Returns the horizontal rotation of the shape.
getRotation() - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
Returns the horizontal rotation of the shape.
getRotationX() - Method in class com.xj.anylogic.engine.presentation.Camera3D
Returns the rotation of the camera around X axis (CW, from +Y to +Z).
getRotationX() - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
Returns the rotation of the shape around X axis (CW from +Y to +Z).
getRotationX() - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
Returns the rotation of the shape around X axis (CW from +Y to +Z).
getRotationY() - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
Returns the rotation of the shape around Y axis (CW from +Z to +X).
getRotationY() - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
Returns the rotation of the shape around Y axis (CW from +Z to +X).
getRotationZ() - Method in class com.xj.anylogic.engine.presentation.Camera3D
Returns the rotation of the camera in radians around Z axis (CW from +X to +Y)
getRotationZ() - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
Returns the rotation of the shape around Z axis (CW from +X to +Y).
getRotationZ() - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
Returns the rotation of the shape around Z axis (CW from +X to +Y).
getRow(String) - Method in class com.xj.anylogic.engine.connectivity.Database
The method executes specified SQL query and returns the produced values.
getRow() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the current row number.
getRows() - Method in class com.xj.anylogic.engine.EnvironmentDiscrete2D
Returns the number of rows in the space.
getRTOL() - Method in class com.xj.anylogic.engine.ActiveObjectIntegrationManager
 
getRTOL() - Method in class com.xj.anylogic.engine.Engine
Returns relative tolerance of the numeric engine.
getRunCount() - Method in class com.xj.anylogic.engine.Engine
Returns the number of the current simulation run, more precisely the number of times the model was destroyed.
getRunCount() - Method in class com.xj.anylogic.engine.Experiment
Returns the number of the current simulation run, more precisely the number of times the model was destroyed.
getRunTimeMillis() - Method in class com.xj.anylogic.engine.Engine
Returns the real duration of the simulation run in milliseconds, excluding pause times.
getRunTimeSeconds() - Method in class com.xj.anylogic.engine.Experiment
Returns the real duration of the experiment in seconds, excluding pause times.
getRunTimeSeconds() - Method in class com.xj.anylogic.engine.ExperimentSimulation
Returns the real duration of the experiment in seconds, excluding pause times, in this case it is same as duration of the simulation run.
getScalar() - Method in class com.xj.anylogic.engine.VariableDelay
Returns scalar delayed value
This method should be called only for scalar delays
getScalarPhaseVector_xjal(double[], double[]) - Method in class com.xj.anylogic.engine.ActiveObject
This method shouldn't be normally called by user.
getScalarPhaseVectorForInitialConditions_xjal(double[], double[]) - Method in class com.xj.anylogic.engine.ActiveObject
This method shouldn't be normally called by user.
getScalarRightPart_xjal(double[], double[]) - Method in class com.xj.anylogic.engine.ActiveObject
This method shouldn't be normally called by user.
getScalarRightPartForInitialConditions_xjal(double[], double[]) - Method in class com.xj.anylogic.engine.ActiveObject
This method shouldn't be normally called by user.
getScaleFreeM() - Method in class com.xj.anylogic.engine.Environment
Returns the M parameter of a scale free network.
getScaleX() - Method in class com.xj.anylogic.engine.presentation.Shape
Returns the scale of the shape along x axis
getScaleY() - Method in class com.xj.anylogic.engine.presentation.Shape
Returns the scale of the shape along y axis
getScaleZ() - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
Returns the scale of the shape along z axis
getScaleZ() - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
Returns the scale of the shape along z axis
getScaleZ() - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
Returns the scale of the shape along z axis
getScaleZ() - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
Returns the scale of the shape along z axis
getScaleZ() - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
Returns the scale of the shape along z axis
getScaleZ() - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
Returns the scale of the shape along z axis
getScaleZ() - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
Returns the scale of the shape along z axis
getScaleZ() - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
Returns the scale of the shape along z axis
getScaleZ() - Method in class com.xj.anylogic.engine.presentation.Shape3DText
Returns the scale of the shape along z axis
getScaleZ() - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
Returns the scale of the shape along z axis
getScaling() - Method in class com.xj.anylogic.engine.presentation.ViewArea
Returns the scaling type of the view area
getSecond() - Method in class com.xj.anylogic.engine.Engine
Returns the second within the minute of the current model date with respect to the start time/date and the model time unit.
getSecond(Date) - Static method in class com.xj.anylogic.engine.Utilities
Returns the second within the minute of the given date.
getSecond() - Method in class com.xj.anylogic.engine.Utilities
Returns the second within the minute of the current model date with respect to the start time/date and the model time unit.
getSelectedItemIndices() - Method in class com.xj.anylogic.engine.analysis.Chart
Returns an array with indices of selected chart items
getSelectedNthBestIteration() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Returns the iteration number for the Nth best solution, where the Nth best solution is identified by the method ExperimentOptimization.selectNthBestSolution(int)
Ensure optimization exists before calling this method (ExperimentOptimization.doesOptimizationExist())
getSelectedNthBestObjectiveValue() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Returns the objective value for the Nth best solution, identified by the method ExperimentOptimization.selectNthBestSolution(int)
Ensure optimization exists before calling this method (ExperimentOptimization.doesOptimizationExist())
getSelectedNthBestParamValue(COptQuestVariable) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Used to retrieve the value of the variable for the solution that produced the Nth best objective value
The Nth best solution is identified by calling ExperimentOptimization.selectNthBestSolution(int)
getSelectedNthBestReplicationsNumber() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Returns the number of replications for the Nth best solution, where the Nth best solution is identified by the method ExperimentOptimization.selectNthBestSolution(int)
Ensure optimization exists (ExperimentOptimization.doesOptimizationExist()) and replications are used (ExperimentOptimization.isUseReplications()) before calling this method
getShape() - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
Returns the shapes this phantom references to.
getShapeArcAngle(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the angular extent of a non-persistent arc shape in radians, clockwise.
getShapeArcAngle(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the angular extent of a (not replicated) non-persistent arc shape in radians, clockwise.
getShapeArcStartAngle(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the starting angle of a non-persistent shape in radians, 0 being the 12 o'clock, clockwise.
getShapeArcStartAngle(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the starting angle of a (not replicated) non-persistent shape in radians, 0 being the 12 o'clock, clockwise.
getShapeCADCustomLayerColors(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the array of custom layer colors of a non-persistent CAD drawing.
getShapeCADDrawingAttributes(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the drawing attributes for non-persistent CAD shapes.
getShapeCADDrawingAttributes(int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the drawing attributes for non-persistent CAD shapes.
getShapeCADFileName(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the file name of a non-persistent CAD drawing.
getShapeCADFileName(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the file name of a (not replicated) non-persistent CAD drawing.
getShapeCADVisibleLayerNames(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the array of visible layer names of a non-persistent CAD drawing.
getShapeChartColorFromDouble(int, int, double) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to convert a double value to Color for a TimeColorChart.
getShapeChartDataColors(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the list of colors for a chart such as pie, bar, stack, time stack, etc.
getShapeChartDataItems(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the list of data items for a non-peristent chart like pie, bar, etc.
getShapeChartDataPlotOptions(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the list of data set plot appearances for a chart such as plot, time plot, etc.
getShapeChartDataSets(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the list of data sets for a non-peristent chart like plot, time plot, etc.
getShapeChartDataTitles(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the list of titles for a chart such as pie, bar, stack, time stack, etc.
getShapeChartHistogram2DOptions(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the list of 2D histogram appearances for a Histogram2D.
getShapeChartHistogramOptions(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the list of histogram appearances for a Histogram.
getShapeChartHistograms(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the list of histogram data objects for a Histogram.
getShapeChartHistograms2D(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the list of histogram 2D data objects for Histogram2D.
getShapeChartProperties(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the Properties structure for a non-peristent chart.
getShapeControl(int, int) - Method in class com.xj.anylogic.engine.Presentable
Finds a non-persistent control by its id and index.
getShapeControl(int) - Method in class com.xj.anylogic.engine.Presentable
Finds a (not repli8cated) non-persistent control by its id.
getShapeControlDefaultValueBoolean(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the boolean value used to initialized a non-persistent control when it is first created or becomes vsisible,
getShapeControlDefaultValueBoolean(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the boolean value used to initialized a (not replicated) non-persistent control when it is first created or becomes vsisible.
getShapeControlDefaultValueDouble(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the double value used to initialized a non-persistent control when it is first created or becomes vsisible.
getShapeControlDefaultValueDouble(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the double value used to initialized a (not replicated) non-persistent control when it is first created or becomes vsisible.
getShapeControlDefaultValueInt(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the integer value used to initialized a non-persistent control when it is first created or becomes vsisible.
getShapeControlDefaultValueInt(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the integer value used to initialized a (not replicated) non-persistent control when it is first created or becomes vsisible.
getShapeControlDefaultValueString(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the String value used to initialized a non-persistent control when it is first created or becomes vsisible.
getShapeControlDefaultValueString(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the String value used to initialized a (not replicated) non-persistent control when it is first created or becomes vsisible.
getShapeControlManager() - Method in class com.xj.anylogic.engine.Presentable
Returns the ControlManager of the presentation, if it exists, or null.
getShapeControlManager() - Method in class com.xj.anylogic.engine.presentation.Panel
Returns the control manager responsible for displaying the controls within the panel.
getShapeControlMaximum(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the maximum value for a non-persistent control.
getShapeControlMaximum(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the maximum value for a (not replicated) non-persistent control.
getShapeControlMinimum(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the minimum value for a non-persistent control.
getShapeControlMinimum(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the minimum value for a (not replicated) non-persistent control.
getShapeControlMultipleSelectionMode(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return true if a (not replicated) non-persistent control (like list box) has multiple-selection ability (false otherwise).
getShapeControlMultipleSelectionMode(int) - Method in class com.xj.anylogic.engine.Presentable
Returns true if a (not replicated) non-persistent control (like list box) has multiple-selection ability.
getShapeControlProgressString(int, int, double, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the String value used as progress string in a non-persistent progress bar control
getShapeControlProgressString(int, double, int) - Method in class com.xj.anylogic.engine.Presentable
Returns the String value used as progress string in a (not replicated) non-persistent progress bar control
getShapeControlTexts(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the array of text items for a non-persistent control (radio button group or a combo box or a list box).
getShapeControlTexts(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the array of text items for a (not replicated) non-persistent control (radio button group or a combo box or a list box).
getShapeControlTexts2D(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the 2D-array of text items for a non-persistent control (file chooser).
getShapeControlTexts2D(int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the 2D-array of text items for a non-persistent control (file chooser).
getShapeControlType(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the type of a non-persistent control (file chooser, combo box).
getShapeControlType(int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the type of a non-persistent control (file chooser, combo box).
getShapeControlValueType(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the value type constant (see ShapeControl.TYPE_* constants) for a non-persistent control supporting several value types: ShapeSlider, ShapeTextField, ShapeComboBox.
getShapeControlValueType(int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the value type constant (see ShapeControl.TYPE_* constants) for a (not replicated) non-persistent control supporting several value types: ShapeSlider, ShapeTextField, ShapeComboBox.
getShapeEmbeddedObject(int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the active object (or a List of them in case of replicated embedded object) corresponding to a embedded object shape.
getShapeEmbeddedObject(int, int) - Method in class com.xj.anylogic.engine.Presentable
Returns the active object corresponding to an embedded object shape with the given index.
getShapeFillColor(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the fill color of a shape, or text color of a non-persistent text shape.
getShapeFillColor(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the fill color of a (not replicated) non-persistent shape, or text color of a text shape.
getShapeFont(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the font of a non-persistent shape having text (like text shape or button control).
getShapeFont(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the font of a (not replicated) non-persistent shape having text.
getShapeGroupContent(int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the array of ids of shapes (persistent and not) included in a non-persistent group.
getShapeHeight(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the height of a non-persistent shape.
getShapeHeight(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the height of a (not replicated) non-persistent shape.
getShapeImageFileNames(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the array of file names of a non-persistent image.
getShapeImageFileNames(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the array of a (not replicated) non-persistent image file names.
getShapeImageNumber(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the number of the image (in a non-persistent image array) to draw.
getShapeImageNumber(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the number of the image (in a non-persistent image array) to draw, for not replicated images.
getShapeLineColor(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the line color of a non-persistent shape, or text color of a control.
getShapeLineColor(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the line color of a (not replicated) non-persistent shape, or text color of a component.
getShapeLineDx(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the X coordinates of the end point relative to the start point of a non-persistent line shape.
getShapeLineDx(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the X coordinates of the end point relative to the start point of a (not replicated) non-persistent line shape.
getShapeLineDy(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the Y coordinates of the end point relative to the start point of a non-persistent line shape.
getShapeLineDy(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the Y coordinates of the end point relative to the start point of a (not replicated) non-persistent line shape.
getShapeLineStyle(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the line style of a non-persistent shape: LINE_STYLE_SOLID, LINE_STYLE_DOTTED or LINE_STYLE_DASHED.
getShapeLineStyle(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the line style of a (not replicated) non-persistent shape: LINE_STYLE_SOLID, LINE_STYLE_DOTTED or LINE_STYLE_DASHED.
getShapeLineWidth(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the width of a non-persistent shape line. 0 means thinnest possible for the target device.
getShapeLineWidth(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the width of a (not replicated) non-persistent shape line. 0 means thinnest possible for the target device.
getShapeNPoints(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the number of points in a non-persistent polyline or a curve.
getShapeNPoints(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the number of points in a (not replicated) non-persistent polyline or a curve.
getShapePackagePrefix(int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the package name of original active object where the shape with given id is defined, formatted using '/' characters; with '/' character at the beginning and at the end
getShapePointsDx(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the array of X coordinates of a non-persistent polyline or curve points relative to the start point.
getShapePointsDx(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the array of X coordinates of a (not replicated) non-persistent polyline or curve points relative to the start point.
getShapePointsDy(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the array of Y coordinates of a non-persistent polyline or curve points relative to the start point.
getShapePointsDy(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the array of Y coordinates of a (not replicated) non-persistent polyline or curve points relative to the start point.
getShapeRadiusX(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the X radius of a non-persistent oval or arc shape, or the radius of corners of a rounded rectangle shape.
getShapeRadiusX(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the X radius of a (not replicated) non-persistent oval or arc shape, or the radius of corners of a rounded rectangle shape.
getShapeRadiusY(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the Y radius of a non-persistent oval or arc shape.
getShapeRadiusY(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the Y radius of a (not replicated) non-persistent oval or arc shape.
getShapeReplication(int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the number of shapes in a replicated non-persistent shape.
getShapeRotation(int, int) - Method in class com.xj.anylogic.engine.AgentContinuous
 
getShapeRotation(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the rotation angle of a non-persistent shape in radians.
getShapeRotation(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the rotation angle of a (not replicated) non-persistent shape in radians.
getShapes() - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
Returns the collection of shapes in the group (not a copy).
getShapes() - Method in class com.xj.anylogic.engine.presentation.ShapeGroup
Returns the collection of shapes in the group (not a copy).
getShapes() - Method in class com.xj.anylogic.engine.presentation.ShapeTopLevelPresentationGroup
Returns the collection of shapes in the group (not a copy).
getShapeScaleX(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the X scale of a non-persistent shape.
getShapeScaleX(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the X scale of a (not replicated) non-persistent shape.
getShapeScaleY(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the Y scale of a non-persistent shape.
getShapeScaleY(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the Y scale of a (not replicated) non-persistent shape.
getShapeText(int, int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the string for a non-persistent shape with text attribute (like text shape or button control).
getShapeText(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the string for a (not replicated) non-persistent shape with text attribute (like text shape or button control).
getShapeTextAlignment(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the alighment of a non-persistent text shape, one of LIGNMENT_LEFT (default), ALIGNMENT_CENTER, or ALIGNMENT_RIGHT.
getShapeTextAlignment(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the alighment of a (not replicated) non-persistent text shape.
getShapeType(int) - Method in class com.xj.anylogic.engine.Presentable
Must be overridden to return the type of a non-persistent shape.
getShapeWidth(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the width of a non-persistent shape.
getShapeWidth(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the width of a (not replicated) non-persistent shape.
getShapeX(int, int) - Method in class com.xj.anylogic.engine.Agent
 
getShapeX(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the X coordinate of a non-persistent shape.
getShapeX(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the X coordinate of a (not replicated) non-persistent shape.
getShapeY(int, int) - Method in class com.xj.anylogic.engine.Agent
 
getShapeY(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return the Y coordinate of a non-persistent shape.
getShapeY(int) - Method in class com.xj.anylogic.engine.Presentable
Returns the Y coordinate of a (not replicated) non-persistent shape.
getSheetIndex(String) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the index of the sheet with the given name.
getSheetName(int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns the sheet name for the specified index
getShort(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getShort(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getSnapshotFileName() - Method in class com.xj.anylogic.engine.Experiment
Returns the name of snapshot file this experiment is configured to start simulation from
getSolverDAE() - Method in class com.xj.anylogic.engine.Engine
Returns solver type for mixed differential-algebraic equations
getSolverNAE() - Method in class com.xj.anylogic.engine.Engine
Returns solver type for algebraic equations
getSolverODE() - Method in class com.xj.anylogic.engine.Engine
Returns solver type for ordinary differential equations
getSource() - Method in class com.xj.anylogic.engine.graph.Edge
 
getSourceVertex() - Method in class com.xj.anylogic.engine.graph.GraphPath
 
getSourceX() - Method in interface com.xj.anylogic.engine.graph.algorithms.IEdgeGeometryInfo
 
getSourceX() - Method in class com.xj.anylogic.engine.graph.algorithms.impl.EdgeGeometryInfoImpl
 
getSourceY() - Method in interface com.xj.anylogic.engine.graph.algorithms.IEdgeGeometryInfo
 
getSourceY() - Method in class com.xj.anylogic.engine.graph.algorithms.impl.EdgeGeometryInfoImpl
 
getSpaceType() - Method in class com.xj.anylogic.engine.Environment
Deprecated. this method is deprecated since different space types are presented in different Environment* classes
getSpaceType() - Method in class com.xj.anylogic.engine.EnvironmentContinuous
Deprecated. 
getSpaceType() - Method in class com.xj.anylogic.engine.EnvironmentDiscrete2D
Deprecated. 
getSpecularColor() - Method in class com.xj.anylogic.engine.presentation.Light3D
Returns the specular color component
getSpecularColor() - Method in class com.xj.anylogic.engine.presentation.Texture
Returns the part of the color lit by specular component of light
getSQLResultSet(ResultSet) - Static method in class com.xj.anylogic.engine.connectivity.Database
 
getSQLStatement(Statement) - Static method in class com.xj.anylogic.engine.connectivity.Database
Returns Java SQL Statement, backed by given Statement object
getStandardColor(int) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesColor
Returns a standard color with the given index, or null if the index is out of range [0..139].
getStartDate() - Method in class com.xj.anylogic.engine.Engine
Returns the date corresponding to the start time of the simulation.
getStartTime() - Method in class com.xj.anylogic.engine.Engine
Returns the currently set start time - the model time at which the simulation starts, by default it is 0.
getStartTimeMillis() - Method in class com.xj.anylogic.engine.Engine
Returns the result of a call to System.currentTimeMillis() at the simulation start.
getState() - Method in class com.xj.anylogic.engine.Engine
Returns the current state of the engine:
IDLE - no model is set for execution, doing nothing
PAUSED - model is set and have started, ready to run or make a step
RUNNING - in the loop of model execution invoked by run() or runFast()
FINISHED - the model execution is finished OK, but the model is not yet destroyed
ERROR - the model execution is finished with error, the model is not yet destroyed
PLEASE_WAIT - in the process of executing a non-interruptable command like pause(), step() or stop()
The state is however not guaranteed as may be modified concurrently.
getState() - Method in class com.xj.anylogic.engine.Experiment
Returns the current state of the experiment: IDLE, PAUSED, RUNNING, FINISHED, ERROR, or PLEASE_WAIT
getState() - Method in class com.xj.anylogic.engine.ExperimentSimulation
Returns the current state of the experiment.
getStatechartLinks() - Method in class com.xj.anylogic.engine.Port
Returns an unmodifiable list with mapped statecharts of the current active object (owner of this port)
getStatechartOf(TransitionTimeout) - Method in class com.xj.anylogic.engine.ActiveObject
Returns the statechart where the timeout transition belongs to.
getStatechartOf(TransitionRate) - Method in class com.xj.anylogic.engine.ActiveObject
Returns the statechart where the rate transition belongs to.
getStatechartOf(TransitionCondition) - Method in class com.xj.anylogic.engine.ActiveObject
Returns the statechart where the condition transition belongs to.
getStatechartOf(TransitionMessage) - Method in class com.xj.anylogic.engine.ActiveObject
Returns the statechart where the message transition belongs to.
getStatement() - Method in class com.xj.anylogic.engine.connectivity.Database
The method creates and returns each time new statement
Please call Statement.close() method after all needed operations are completed
getStatement() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the Statement object that produced this ResultSet object.
getStatistics() - Method in class com.xj.anylogic.engine.analysis.HistogramData
Returns the statisctics object embedded into the histogram data.
getStatusBar() - Method in class com.xj.anylogic.engine.presentation.Presentation
Returns the status bar of AnyLogic GUI application or applet.
getStep() - Method in class com.xj.anylogic.engine.Engine
Returns the number of events executed by the engine.
getStep() - Method in class com.xj.anylogic.engine.Experiment
Returns the number of events executed by the engine.
getStopDate() - Method in class com.xj.anylogic.engine.Engine
Returns the date corresponding to the stop time, null if the stop time is infinity.
getStopTime() - Method in class com.xj.anylogic.engine.Engine
Returns the currently set stop time - the model time at which the simulation should stop, or Double.POSITIVE_INFINITY if stop time is not set.
getString(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getSuperDimension() - Method in class com.xj.anylogic.engine.Dimension
Returns super-dimension of this dimension or null if this is a top-level dimension.
getTableFunctionArea(TableFunction, double, double) - Static method in class com.xj.anylogic.engine.SDUtilities
Returns the area under a tableFunction (with linear interpolation and Nearest out-of-range action) between start and end.
getTableResultSet(String, String, String, String) - Method in class com.xj.anylogic.engine.connectivity.Database
The method returns result set produced by querying data from specified fields and rows of specified table.
getTarget() - Method in class com.xj.anylogic.engine.graph.Edge
 
getTargetVertex() - Method in class com.xj.anylogic.engine.graph.GraphPath
 
getTargetX() - Method in class com.xj.anylogic.engine.AgentContinuous
Returns the x of the target location if moving, otherwise current x in continuous 2D space or GIS space.
getTargetX() - Method in class com.xj.anylogic.engine.AgentContinuous3D
 
getTargetX() - Method in class com.xj.anylogic.engine.AgentContinuousGIS
 
getTargetX() - Method in interface com.xj.anylogic.engine.graph.algorithms.IEdgeGeometryInfo
 
getTargetX() - Method in class com.xj.anylogic.engine.graph.algorithms.impl.EdgeGeometryInfoImpl
 
getTargetY() - Method in class com.xj.anylogic.engine.AgentContinuous
Returns the y of the target location if moving, otherwise current y in continuous 2D space or GIS space.
getTargetY() - Method in class com.xj.anylogic.engine.AgentContinuous3D
 
getTargetY() - Method in interface com.xj.anylogic.engine.graph.algorithms.IEdgeGeometryInfo
 
getTargetY() - Method in class com.xj.anylogic.engine.graph.algorithms.impl.EdgeGeometryInfoImpl
 
getTargetZ() - Method in class com.xj.anylogic.engine.AgentContinuous3D
Returns the z of the target location if moving, otherwise current z in continuous 3D space.
getText() - Method in class com.xj.anylogic.engine.presentation.ShapeButton
Returns the button label text.
getText() - Method in class com.xj.anylogic.engine.presentation.ShapeCheckBox
Returns the checkbox label text.
getText() - Method in class com.xj.anylogic.engine.presentation.ShapeText
Returns the text of the text shape.
getText() - Method in class com.xj.anylogic.engine.presentation.ShapeTextField
Returns the text of the text field.
getTexture() - Method in class com.xj.anylogic.engine.presentation.ShapeLine
Returns the texture of the line, if the line has it
getTexture2D() - Method in class com.xj.anylogic.engine.presentation.Texture
Returns an URL to the 2D texture file, or null if this object doesn't define a texture file
getTexture3D() - Method in class com.xj.anylogic.engine.presentation.Texture
Returns an URL to the 3D texture file, or null if this object doesn't define a 3D texture file
getTexture3DHeightMap_xjal() - Method in class com.xj.anylogic.engine.presentation.Texture
This is an internal method, it shouldn't be called by user (may be removed in future).
getTexture3DNormals_xjal() - Method in class com.xj.anylogic.engine.presentation.Texture
This is an internal method, it shouldn't be called by user (may be removed in future).
getTexture3DScale() - Method in class com.xj.anylogic.engine.presentation.Texture
Returns the scale of 3D texture image, if this object defines 3D texture (otherwise returns Double.NaN).
getThinnestStroke() - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Returns the thinnest possible stroke: solid line, width 0.0 CAP_SQUARE, JOIN_MITER, a miter limit of 10.0.
getTime() - Method in class com.xj.anylogic.engine.ActiveObjectIntegrationManager
Returns current integration time
getTime(int, Calendar) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(String, Calendar) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime() - Method in class com.xj.anylogic.engine.Engine
Deprecated. Use Engine.time() instead.
getTime() - Method in class com.xj.anylogic.engine.Utilities
Deprecated. Use Utilities.time() instead
getTimeOfNextValue() - Method in class com.xj.anylogic.engine.Schedule
Returns the model time of the next change moment in the schedule.
getTimeOfNextValue(double) - Method in class com.xj.anylogic.engine.Schedule
Returns the model time of the schedule change moment next to the given model time.
getTimeOfNextValue(Date) - Method in class com.xj.anylogic.engine.Schedule
Returns the model time of the schedule change moment next to the given model date.
getTimeOfValue() - Method in class com.xj.anylogic.engine.Schedule
Returns the model time the current value of the schedule has been held since.
getTimeOfValue(double) - Method in class com.xj.anylogic.engine.Schedule
Returns the model time of the schedule change moment of the value corresponding to the given model time.
getTimeOfValue(Date) - Method in class com.xj.anylogic.engine.Schedule
Returns the model time of the schedule change moment of the value corresponding to the given model date.
getTimeoutToNextValue() - Method in class com.xj.anylogic.engine.Schedule
Returns timeout to the next change moment in the schedule, measured in the model time units from the current model time.
getTimeoutToNextValue(double) - Method in class com.xj.anylogic.engine.Schedule
Returns timeout to the schedule change moment next to the given time, measured in the model time units from that time.
getTimeoutToNextValue(Date) - Method in class com.xj.anylogic.engine.Schedule
Returns timeout to the schedule change moment next to the given model date, measured in the model time units from that model date.
getTimestamp(int, Calendar) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(String, Calendar) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimeUnit() - Method in class com.xj.anylogic.engine.Engine
Returns the currently set real time unit corresponding to the model time unit. 1 means millisecond, 1,000 - second, 60,000 - minute, etc.
getTimeUnits() - Method in class com.xj.anylogic.engine.Schedule
Returns time units of the schedule
getTitle(int) - Method in class com.xj.anylogic.engine.analysis.Chart
Returns the title of chart item (DataItem, DataSet, Histogram, etc.) with the given index.
getTitle() - Method in class com.xj.anylogic.engine.presentation.ViewArea
Returns the title of view area (will be shown in View areas menu)
getToolBar() - Method in class com.xj.anylogic.engine.presentation.Presentation
Returns the tool bar of AnyLogic GUI application or applet.
getTriangles() - Method in interface com.xj.anylogic.engine.graph.algorithms.triangulation.IEdgeTriangulationInfo
 
getTriangles() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.impl.EdgeTriangulationInfoImpl
 
getTriangles() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.impl.VertexTriangulationInfoImpl
 
getTriangles() - Method in interface com.xj.anylogic.engine.graph.algorithms.triangulation.IVertexTriangulationInfo
 
getTriangles() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangulation
 
getTriangulation() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangle
 
getTriangulation() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.TriangulationDualGraphBuilder
 
getTriangulationInfo(Vertex) - Static method in class com.xj.anylogic.engine.graph.algorithms.triangulation.TriangulationUtils
 
getTriangulationInfo(Edge) - Static method in class com.xj.anylogic.engine.graph.algorithms.triangulation.TriangulationUtils
 
getTTOL() - Method in class com.xj.anylogic.engine.ActiveObjectIntegrationManager
 
getTTOL() - Method in class com.xj.anylogic.engine.Engine
Returns time tolerance of the numeric engine.
getType() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the type of this ResultSet object.
getUnicodeStream(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Deprecated. use getCharacterStream in place of getUnicodeStream
getUnicodeStream(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Deprecated. use getCharacterStream instead
getUpdateCount() - Method in class com.xj.anylogic.engine.connectivity.Statement
Retrieves the current result as an update count; if the result is a ResultSet object or there are no more results, -1 is returned.
getUpLinks() - Method in class com.xj.anylogic.engine.Port
Returns an unmodifiable list with mapped ports on active objects which own the current active object (owner of port)
getURL(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
getURL(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
getValue() - Method in class com.xj.anylogic.engine.analysis.DataItem
Returns the value of the data item
getValue(String) - Method in class com.xj.anylogic.engine.connectivity.Database
The method executes specified SQL query and returns the produced value.
getValue() - Method in class com.xj.anylogic.engine.presentation.ShapeComboBox
Returns the currently selected text item.
getValue() - Method in class com.xj.anylogic.engine.presentation.ShapeFileChooser
Returns the currently selected file name or empty string if no file selected
getValue() - Method in class com.xj.anylogic.engine.presentation.ShapeListBox
Returns the currently selected text item if in single-selection mode
or
Returns the first selected text item if in multiple-selection mode

Returns null if there is no selection
getValue() - Method in class com.xj.anylogic.engine.presentation.ShapeProgressBar
Returns the current value of the progress bar.
getValue() - Method in class com.xj.anylogic.engine.presentation.ShapeRadioButtonGroup
Returns the currently selected radio button, -1 if none.
getValue() - Method in class com.xj.anylogic.engine.presentation.ShapeSlider
Returns the current value of the slider.
getValue() - Method in class com.xj.anylogic.engine.Schedule
Returns the value corresponding to the current model time
getValue(double) - Method in class com.xj.anylogic.engine.Schedule
Returns the value of the schedule corresponding to the given model time.
getValue(Date) - Method in class com.xj.anylogic.engine.Schedule
Returns the value of the schedule corresponding to the given model date.
getValueForConfidenceComputation(ROOT) - Method in class com.xj.anylogic.engine.ExperimentParamVariation
Returns the value used in confidence computation when experiment uses replications and variable replications number is used
Must be implemented in a subclass in such experiments.
getValues() - Method in class com.xj.anylogic.engine.presentation.ShapeListBox
Returns an array of selected text items (for use in multiple-selection mode)
Returns empty array if there is no selection
getValues() - Method in class com.xj.anylogic.engine.TableFunction
Returns the array of values corresponding to the (sorted) array of arguments.
getVelocity() - Method in class com.xj.anylogic.engine.AgentContinuous
Returns the current value of the agent velocity in continuous space.
getVersion() - Method in class com.xj.anylogic.engine.analysis.ChartItem
Returns the version of this chart item.
getVertex() - Method in class com.xj.anylogic.engine.graph.algorithms.impl.VertexGeometryInfoImpl
 
getVertex() - Method in interface com.xj.anylogic.engine.graph.algorithms.IVertexGeometryInfo
 
getVertex() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.impl.VertexTriangulationInfoImpl
 
getVertexDictionary() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.TriangulationDualGraphBuilder
 
getVertexHCost(Vertex, Vertex) - Method in interface com.xj.anylogic.engine.graph.algorithms.shortestpath.IAStarAlgorithmCosts
 
getVertexHCost(Vertex, Vertex) - Method in class com.xj.anylogic.engine.graph.algorithms.shortestpath.impl.AStarAlgorithmGeometryCostsImpl
 
getVerticalRotation() - Method in class com.xj.anylogic.engine.AgentContinuous3D
Returns the current vertical rotation angle of the agent in continuous 3D space.
getVertices() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangle
 
getVertices(Triangle) - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangle
 
getVertices() - Method in class com.xj.anylogic.engine.graph.Graph
 
getVertices() - Method in class com.xj.anylogic.engine.graph.GraphPath
 
getViewAreas(Map<String, ViewArea>) - Method in class com.xj.anylogic.engine.Presentable
Adds all ViewAreas of this presentable to the given map output, if it is not null.
getVMethods() - Method in class com.xj.anylogic.engine.Engine
 
getWarnings() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves the first warning reported by calls on this ResultSet object.
getWarnings() - Method in class com.xj.anylogic.engine.connectivity.Statement
Retrieves the first warning reported by calls on this Statement object.
getWidth() - Method in interface com.xj.anylogic.engine.Area2D
Returns the width of the area.
getWidth() - Method in class com.xj.anylogic.engine.Environment
Returns the width of environment space.
getWidth() - Method in class com.xj.anylogic.engine.presentation.ShapeCAD
Returns the width of the shape.
getWidth() - Method in class com.xj.anylogic.engine.presentation.ShapeControl
Returns the width of the control.
getWidth() - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
Returns the width of the shape.
getWidth() - Method in class com.xj.anylogic.engine.presentation.ShapeImage
Returns the width of the image.
getWidth() - Method in class com.xj.anylogic.engine.presentation.ShapeRectangle
Returns the width of the rectangle.
getWidth() - Method in class com.xj.anylogic.engine.presentation.ViewArea
Returns the width of the view area
getWindowHeight() - Method in class com.xj.anylogic.engine.Experiment
Returns the initial height of the experiment window, 600 by default.
getWindowWidth() - Method in class com.xj.anylogic.engine.Experiment
Returns the initial width of the experiment window, 800 by default.
getWorkbook() - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns internal class of the workbook, null if file isn't not loaded.
getX() - Method in class com.xj.anylogic.engine.AgentContinuous
Returns the current (up-to-date) x coordinate of the agent in continuous space.
getX() - Method in class com.xj.anylogic.engine.AgentContinuousGIS
Returns the current (up-to-date) longitude of the agent in continuous GIS space.
getX(int) - Method in class com.xj.anylogic.engine.analysis.DataSet
Returns the x of the data items with a given index (which must be in the range 0..size()-1).
getX() - Method in interface com.xj.anylogic.engine.Area2D
Returns the base x coordinate of the area.
getX() - Method in class com.xj.anylogic.engine.graph.algorithms.GeometryUtils.Point
 
getX() - Method in class com.xj.anylogic.engine.graph.algorithms.impl.VertexGeometryInfoImpl
 
getX() - Method in interface com.xj.anylogic.engine.graph.algorithms.IVertexGeometryInfo
 
getX() - Method in interface com.xj.anylogic.engine.Locatable2D
Returns the x coordinate of the location.
getX() - Method in interface com.xj.anylogic.engine.Path2D
Returns the base x coordinate of the path.
getX() - Method in class com.xj.anylogic.engine.Point
Returns the x coordinate of this Point
getX() - Method in class com.xj.anylogic.engine.presentation.Camera3D
Returns the x coordinate of the camera location
getX() - Method in class com.xj.anylogic.engine.presentation.Light3DPoint
Returns the x coordinate of the light source position
getX() - Method in class com.xj.anylogic.engine.presentation.Light3DSpot
Returns the x coordinate of the light source position
getX() - Method in class com.xj.anylogic.engine.presentation.Shape
Returns the x coordinate of the shape.
getX() - Method in class com.xj.anylogic.engine.presentation.ViewArea
Returns the x coordinate of the view area
getX() - Method in interface com.xj.anylogic.engine.Segment2D
Returns the x coordinate of the start segment point.
getXMax() - Method in class com.xj.anylogic.engine.analysis.DataSet
Returns the maximum of all x values of all stored items, or Double.NEGATIVE_INFINITY in case there are no items.
getXMax() - Method in class com.xj.anylogic.engine.analysis.Histogram2DData
Returns the maximum x (base) value.
getXMax() - Method in class com.xj.anylogic.engine.analysis.HistogramData
Returns the upper bound of the range covered by intervals.
getXMax() - Method in class com.xj.anylogic.engine.analysis.HistogramSimpleData
Returns the upper bound of the range covered by intervals.
getXMax() - Method in class com.xj.anylogic.engine.analysis.HistogramSmartData
Returns the upper bound of the range covered by intervals.
getXMax() - Method in class com.xj.anylogic.engine.presentation.ShapeCurve
This method isn't currently supported by Curve, it throws UnsupportedOperationException.
getXMax() - Method in class com.xj.anylogic.engine.presentation.ShapePolyLine
Returns the x coordinate of the bottom-right corner of bounding rectangle for this polyline.
getXMin() - Method in class com.xj.anylogic.engine.analysis.DataSet
Returns the minimum of all x values of all stored data items, or Double.POSITIVE_INFINITY in case there are no items.
getXMin() - Method in class com.xj.anylogic.engine.analysis.Histogram2DData
Returns the minimum x (base) value.
getXMin() - Method in class com.xj.anylogic.engine.analysis.HistogramData
Returns the lower bound of the range covered by intervals.
getXMin() - Method in class com.xj.anylogic.engine.analysis.HistogramSimpleData
Returns the lower bound of the range covered by intervals.
getXMin() - Method in class com.xj.anylogic.engine.analysis.HistogramSmartData
Returns the lower bound of the range covered by intervals.
getXMin() - Method in class com.xj.anylogic.engine.presentation.ShapeCurve
This method isn't currently supported by Curve, it throws UnsupportedOperationException.
getXMin() - Method in class com.xj.anylogic.engine.presentation.ShapePolyLine
Returns the x coordinate of the top-left corner of bounding rectangle for this polyline.
getY() - Method in class com.xj.anylogic.engine.AgentContinuous
Returns the current (up-to-date) y coordinate of the agent in continuous space.
getY() - Method in class com.xj.anylogic.engine.AgentContinuousGIS
Returns the current (up-to-date) latitude of the agent in continuous GIS space.
getY(int) - Method in class com.xj.anylogic.engine.analysis.DataSet
Returns the y of the data items with a given index (which must be in the range 0..size()-1).
getY() - Method in interface com.xj.anylogic.engine.Area2D
Returns the base y coordinate of the area.
getY() - Method in class com.xj.anylogic.engine.graph.algorithms.GeometryUtils.Point
 
getY() - Method in class com.xj.anylogic.engine.graph.algorithms.impl.VertexGeometryInfoImpl
 
getY() - Method in interface com.xj.anylogic.engine.graph.algorithms.IVertexGeometryInfo
 
getY() - Method in interface com.xj.anylogic.engine.Locatable2D
Returns the y coordinate of the location.
getY() - Method in interface com.xj.anylogic.engine.Path2D
Returns the base y coordinate of the path.
getY() - Method in class com.xj.anylogic.engine.Point
Returns the y coordinate of this Point
getY() - Method in class com.xj.anylogic.engine.presentation.Camera3D
Returns the y coordinate of the camera location
getY() - Method in class com.xj.anylogic.engine.presentation.Light3DPoint
Retunrs the y coordinate of the light source position
getY() - Method in class com.xj.anylogic.engine.presentation.Light3DSpot
Retunrs the y coordinate of the light source position
getY() - Method in class com.xj.anylogic.engine.presentation.Shape
Returns the y coordinate of the shape.
getY() - Method in class com.xj.anylogic.engine.presentation.ViewArea
Returns the y coordinate of the view area
getY() - Method in interface com.xj.anylogic.engine.Segment2D
Returns the y coordinate of the start segment point.
getYear() - Method in class com.xj.anylogic.engine.Engine
Returns the year of the current model date with respect to the start time/date and the model time unit.
getYear(Date) - Static method in class com.xj.anylogic.engine.Utilities
Returns the year of the given date.
getYear() - Method in class com.xj.anylogic.engine.Utilities
Returns the year of the current model date with respect to the start time/date and the model time unit.
getYMax() - Method in class com.xj.anylogic.engine.analysis.DataSet
Returns the maximum of all y values of all stored items, or Double.NEGATIVE_INFINITY in case there are no items.
getYMax() - Method in class com.xj.anylogic.engine.analysis.Histogram2DData
Returns the maximum y (data) value.
getYMax() - Method in class com.xj.anylogic.engine.presentation.ShapeCurve
This method isn't currently supported by Curve, it throws UnsupportedOperationException.
getYMax() - Method in class com.xj.anylogic.engine.presentation.ShapePolyLine
Returns the y coordinate of the bottom-right corner of bounding rectangle for this polyline.
getYMin() - Method in class com.xj.anylogic.engine.analysis.DataSet
Returns the minimum of all y values of all stored items, or Double.POSITIVE_INFINITY in case there are no items.
getYMin() - Method in class com.xj.anylogic.engine.analysis.Histogram2DData
Returns the minimum y (data) value.
getYMin() - Method in class com.xj.anylogic.engine.presentation.ShapeCurve
This method isn't currently supported by Curve, it throws UnsupportedOperationException.
getYMin() - Method in class com.xj.anylogic.engine.presentation.ShapePolyLine
Returns the y coordinate of the top-left corner of bounding rectangle for this polyline.
getZ() - Method in class com.xj.anylogic.engine.AgentContinuous3D
Returns the current (up-to-date) z coordinate of the agent in continuous space.
getZ() - Method in interface com.xj.anylogic.engine.Area3D
Returns the base z coordinate of the area.
getZ() - Method in interface com.xj.anylogic.engine.Locatable3D
Returns the z coordinate of the location base.
getZ() - Method in interface com.xj.anylogic.engine.Path3D
Returns the base z coordinate of the path.
getZ() - Method in class com.xj.anylogic.engine.Point
Returns the z coordinate of this Point
getZ() - Method in class com.xj.anylogic.engine.presentation.Camera3D
Returns the z coordinate of the camera location
getZ() - Method in class com.xj.anylogic.engine.presentation.Light3DPoint
Returns the z coordinate of the light source position
getZ() - Method in class com.xj.anylogic.engine.presentation.Light3DSpot
Returns the z coordinate of the light source position
getZ() - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
Returns the z coordinate of the arc base.
getZ() - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
Returns the z coordinate of the shape.
getZ() - Method in class com.xj.anylogic.engine.presentation.Shape3DImage
Returns the z coordinate of the shape.
getZ() - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
Returns the z coordinate of the shape.
getZ() - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
Returns the z coordinate of the shape.
getZ() - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
Returns the z coordinate of the oval base.
getZ() - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
Returns the z coordinate of the shape.
getZ() - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
Returns the z coordinate of the shape.
getZ() - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
Returns the z coordinate of the shape.
getZ() - Method in class com.xj.anylogic.engine.presentation.Shape3DText
Returns the z coordinate of the shape.
getZ() - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
Returns the z coordinate of the shape.
getZ() - Method in interface com.xj.anylogic.engine.Segment3D
Returns the z coordinate of the start segment point.
getZHeight() - Method in interface com.xj.anylogic.engine.Area3D
Returns the height of the area along Z-axis.
getZHeight() - Method in class com.xj.anylogic.engine.EnvironmentContinuous3D
Returns the height of environment space along Z-axis.
getZHeight() - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
Returns the height of the arc along Z-axis
getZHeight() - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
Returns the height of the shape along Z-axis
getZHeight() - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
Returns the height of the oval along Z-axis
getZHeight() - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
Returns the height of the polyline along Z-axis
getZHeight() - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
Returns the height of the rectangle along Z-axis
getZOffset() - Method in interface com.xj.anylogic.engine.Locatable3D
Returns the offset from z coordinate of the location base.
getZOffset() - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
 
getZOffset() - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
 
getZOffset() - Method in class com.xj.anylogic.engine.presentation.Shape3DImage
 
getZOffset() - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
 
getZOffset() - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
 
getZOffset() - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
 
getZOffset() - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
 
getZOffset() - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
 
getZOffset() - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
 
getZOffset() - Method in class com.xj.anylogic.engine.presentation.Shape3DText
 
getZOffset() - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
 
getZoom() - Method in class com.xj.anylogic.engine.presentation.Panel
Returns the current zoom (top-level scale of the presentation, same for x and y axes).
getZoom() - Method in class com.xj.anylogic.engine.presentation.ViewArea
Returns the zoom of the view area
GHOST_WHITE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
ghostWhite - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
goHome() - Method in class com.xj.anylogic.engine.presentation.Panel
Resets scale and offsets to their default values: 1 for scale and 0 for both offsets.
gold - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
GOLD - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
GOLDEN_ROD - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
goldenRod - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
Graph - Class in com.xj.anylogic.engine.graph
 
Graph() - Constructor for class com.xj.anylogic.engine.graph.Graph
 
GraphNodeInfos - Enum in com.xj.anylogic.engine.graph.algorithms
 
GraphPath - Class in com.xj.anylogic.engine.graph
 
GraphPath(Graph, List<Vertex>) - Constructor for class com.xj.anylogic.engine.graph.GraphPath
 
GraphUtils - Class in com.xj.anylogic.engine.graph
 
grassTexture - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
gravelTexture - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
gray - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
GRAY - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
green - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
GREEN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
GREEN_YELLOW - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
greenYellow - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
GRID_DEFAULT - Static variable in class com.xj.anylogic.engine.analysis.Chart
 
GRID_NONE - Static variable in class com.xj.anylogic.engine.analysis.Chart
 
GRID_OPPOSITE - Static variable in class com.xj.anylogic.engine.analysis.Chart
 
gridLineColor - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
gridPositionX - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
gridPositionY - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
gridTextColor - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
gumbel1(double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Type I Gumbel distribution.
gumbel1(double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Type I Gumbel distribution using the specified random number generator.
gumbel2(double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Type II Gumbel distribution.
gumbel2(double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Type II Gumbel distribution using the specified random number generator.

H

hashCode() - Method in class com.xj.anylogic.engine.Point
 
hashCode() - Method in class com.xj.anylogic.engine.presentation.Texture
 
hasNegativeValues() - Method in class com.xj.anylogic.engine.HyperArray
Checks if there are any negative elements in the hyper array.
hide() - Method in class com.xj.anylogic.engine.presentation.ToolBar
 
Histogram - Class in com.xj.anylogic.engine.analysis
The chart that displays a collection of histograms.
Histogram(Presentable, boolean, int, int, int, int, Color, Color, int, int, int, int, Color, Color, Color, int, int, int, int, Color, Color, boolean, boolean, boolean, double, List<HistogramData>, List<String>, List<Histogram.Appearance>) - Constructor for class com.xj.anylogic.engine.analysis.Histogram
Creates a persistent Histogram.
Histogram(Presentable, int, int) - Constructor for class com.xj.anylogic.engine.analysis.Histogram
Creates a non-persistent Histogram.
Histogram.Appearance - Class in com.xj.anylogic.engine.analysis
Descriptor or a histogram appearance.
Histogram.Appearance(Color, Color, Color, Color, float, Color) - Constructor for class com.xj.anylogic.engine.analysis.Histogram.Appearance
Creates a histogram appearance
Histogram2D - Class in com.xj.anylogic.engine.analysis
The chart that displays a collection of two-dimensional histograms.
Histogram2D(Presentable, boolean, int, int, int, int, Color, Color, int, int, int, int, Color, Color, Color, int, int, int, int, Color, Color, boolean, List<Histogram2DData>, List<String>, List<Histogram2D.Appearance>) - Constructor for class com.xj.anylogic.engine.analysis.Histogram2D
Creates a persistent Histogram2D.
Histogram2D(Presentable, int, int) - Constructor for class com.xj.anylogic.engine.analysis.Histogram2D
Creates a non-persistent Histogram2D.
Histogram2D.Appearance - Class in com.xj.anylogic.engine.analysis
Descriptor or histogram 2D appearance.
Histogram2D.Appearance(Color) - Constructor for class com.xj.anylogic.engine.analysis.Histogram2D.Appearance
Creates a histogram 2D appearance
Histogram2DData - Class in com.xj.anylogic.engine.analysis
Data (PDF, CDF, etc.) of an array of histograms, each having a certain range of base (x) values and a range of data - y values.
Histogram2DData(int, double, double, int, double, double, double[]) - Constructor for class com.xj.anylogic.engine.analysis.Histogram2DData
Constructs a Histigram2DData with a given number of individual historgams each having a given number of intervals, and sets x and y ranges.
Histogram2DData(int, double, double, int, double, double, double[], DataUpdater) - Constructor for class com.xj.anylogic.engine.analysis.Histogram2DData
Constructs a Histigram2DData with a given number of individual historgams each having a given number of intervals, and sets x and y ranges.
HistogramData - Class in com.xj.anylogic.engine.analysis
A base class for unidimensional histograms data objects.
HistogramSimpleData - Class in com.xj.anylogic.engine.analysis
Data of a histogram with a fixed minimum, maximum and number of intervals.
HistogramSimpleData(int, double, double, boolean, boolean, double, double) - Constructor for class com.xj.anylogic.engine.analysis.HistogramSimpleData
Constructs a simple histogram data object with the given number of intervals and range.
HistogramSimpleData(int, double, double, boolean, boolean, double, double, DataUpdater) - Constructor for class com.xj.anylogic.engine.analysis.HistogramSimpleData
Constructs a simple histogram data object with the given number of intervals and range.
HistogramSmartData - Class in com.xj.anylogic.engine.analysis
Data of a histogram with a fixed number of intervals but auto-adjustable data range.
HistogramSmartData(int, double, boolean, boolean, double, double) - Constructor for class com.xj.anylogic.engine.analysis.HistogramSmartData
Constructs a smart histogram data object with the given number of intervals and initial interval width.
HistogramSmartData(int, double, boolean, boolean, double, double, DataUpdater) - Constructor for class com.xj.anylogic.engine.analysis.HistogramSmartData
Constructs a smart histogram data object with the given number of intervals and initial interval width.
HOLD_CURSORS_OVER_COMMIT - Static variable in class com.xj.anylogic.engine.connectivity.ResultSet
The constant indicating that open ResultSet objects with this holdability will remain open when the current transaction is commited.
HONEY_DEW - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
honeyDew - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
HOT_PINK - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
hotPink - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
HOUR - Static variable in class com.xj.anylogic.engine.Utilities
Hour time unit
hour() - Method in class com.xj.anylogic.engine.Utilities
Returns a time value equal to one hour according to the current time unit setting.
HyperArray - Class in com.xj.anylogic.engine
A storage for multi-dimensional data used primarily in system dynamics models.
HyperArray(Dimension...) - Constructor for class com.xj.anylogic.engine.HyperArray
Creates a hyper array with the dimensions specified.
HyperArray(double[], Dimension...) - Constructor for class com.xj.anylogic.engine.HyperArray
Creates a hyper array with the dimensions specified and initializes it with the given values from a flat array, where the first dimension index varies first.
HyperArray(double, Dimension...) - Constructor for class com.xj.anylogic.engine.HyperArray
Creates a hyper array with the dimensions specified and initializes all its elements with the same value.
HyperArray(HyperArray) - Constructor for class com.xj.anylogic.engine.HyperArray
Creates a copy of a given hyper array.
hypergeometric(int, int, int) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Hypergeometric distribution.
hypergeometric(int, int, int, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Hypergeometric distribution using the specified random number generator.

I

IAStarAlgorithmCosts - Interface in com.xj.anylogic.engine.graph.algorithms.shortestpath
 
iconContains(double, double) - Method in class com.xj.anylogic.engine.Presentable
Tests if any of the icon shapes contain the point with the coordinates (px,py).
IDLE - Static variable in class com.xj.anylogic.engine.Engine
 
IDLE - Static variable in class com.xj.anylogic.engine.Experiment
 
IEdgeGeometryInfo - Interface in com.xj.anylogic.engine.graph.algorithms
 
IEdgeTriangulationInfo - Interface in com.xj.anylogic.engine.graph.algorithms.triangulation
 
IGeometryInfoFactory - Interface in com.xj.anylogic.engine.graph.algorithms
 
IGraphNodeFilter - Interface in com.xj.anylogic.engine.graph
 
IGraphNodeInfo - Interface in com.xj.anylogic.engine.graph
 
ImageCache - Class in com.xj.anylogic.engine.presentation
A cache for images deiplayed in AnyLogic presentation graphics.
ImageCache() - Constructor for class com.xj.anylogic.engine.presentation.ImageCache
 
inCircumcircle(double, double, double, double, double, double, double, double, double) - Static method in class com.xj.anylogic.engine.graph.algorithms.triangulation.TriangulationUtils
 
INDEX_CAN_VARY - Static variable in class com.xj.anylogic.engine.HyperArray
A special constant that, being placed at an index position, tells the methods that perform operation over subsets of hyper array elements that they can vary the corresponding index.
indexes - Variable in class com.xj.anylogic.engine.Dimension
An array of indexes included in this dimension.
indexOf(T) - Method in class com.xj.anylogic.engine.presentation.ReplicatedShape
Returns the index of a given shape in this replicated shape.
indexOf(Object) - Method in class com.xj.anylogic.engine.presentation.ShapeGroup
Returns the index of the the specified shape (either object of class Shape or integer in case of non-persistent shape, or object of class ReplicatedShape) in this group, or -1 if this group does not contain the shape.
indexToIntColorConstant(int) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesColor
Returns a standard color (as integer) of a given index.
INDIAN_RED - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
indianRed - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
indigo - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
INDIGO - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
infinity - Static variable in class com.xj.anylogic.engine.Utilities
A constant holding the positive infinity of type double.
initDefaultRandomNumberGenerator(Engine) - Method in class com.xj.anylogic.engine.Experiment
This method should be overridden to initialize random number generator of the given engine
Default implementation set new random generation with random seed - for unique experiments
Insert - Class in com.xj.anylogic.engine.connectivity
Object performing row insertion to the database table
This object is only available in the AnyLogic Professional
Insert(String, Database, String, String[]) - Constructor for class com.xj.anylogic.engine.connectivity.Insert
Creates new Insert object for table with given name with names of columns to fill specified
Insert(String, Database, String, String[], String[]) - Constructor for class com.xj.anylogic.engine.connectivity.Insert
Creates new Insert object for table with given name with names of columns to fill specified
insertRow() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Inserts the contents of the insert row into this ResultSet object and into the database.
INSPECT_GENERAL_xjal - Static variable in class com.xj.anylogic.engine.presentation.Panel
 
INSPECT_READ_ONLY_xjal - Static variable in class com.xj.anylogic.engine.presentation.Panel
 
inspectOf(Object) - Static method in class com.xj.anylogic.engine.Utilities
Returns a textual info on the object that can be displayed in the multi-line Inspect window.
intColorConstantToString(int) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesColor
Checks if the int argument equals to any of the pre-defined Color constants and if yes returns the name of the constant, otherwise returns null.
integral() - Method in class com.xj.anylogic.engine.analysis.StatisticsContinuous
Returns the mean integral of the statistics at the time of last update, or 0 if no samples have been added.
integral(double) - Method in class com.xj.anylogic.engine.analysis.StatisticsContinuous
Returns the integral of the statistics at the given time assuming the last value added holds until the given time, or 0 if no samples have been added.
internals - Variable in class com.xj.anylogic.engine.presentation.Panel
This field shouldn't be accessed by user
is public due to technical reasons
INTERPOLATION_APPROXIMATION - Static variable in class com.xj.anylogic.engine.TableFunction
 
INTERPOLATION_LINEAR - Static variable in class com.xj.anylogic.engine.analysis.Chart
 
INTERPOLATION_LINEAR - Static variable in class com.xj.anylogic.engine.CustomDistribution
 
INTERPOLATION_LINEAR - Static variable in class com.xj.anylogic.engine.TableFunction
 
INTERPOLATION_NONE - Static variable in class com.xj.anylogic.engine.CustomDistribution
 
INTERPOLATION_NONE - Static variable in class com.xj.anylogic.engine.TableFunction
 
INTERPOLATION_SPLINE - Static variable in class com.xj.anylogic.engine.TableFunction
 
INTERPOLATION_STEP - Static variable in class com.xj.anylogic.engine.analysis.Chart
 
INTERPOLATION_STEP - Static variable in class com.xj.anylogic.engine.CustomDistribution
 
INTERPOLATION_STEP - Static variable in class com.xj.anylogic.engine.TableFunction
 
intersectionSegments(double, double, double, double, double, double, double, double, boolean) - Static method in class com.xj.anylogic.engine.graph.algorithms.GeometryUtils
 
intersectionSegments(GeometryUtils.Point, double, double, double, double, double, double, double, double, boolean) - Static method in class com.xj.anylogic.engine.graph.algorithms.GeometryUtils
 
isActive() - Method in class com.xj.anylogic.engine.EventOriginator
Returns true if the event is currently scheduled by this event originator, false otherwise.
isAfterLast() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves whether the cursor is after the last row in this ResultSet object.
isAnimationParameterEnabled(int) - Method in class com.xj.anylogic.engine.presentation.Panel
Tests if the given animation parameter enabled for this panel
isAntiAliasingEnabled() - Method in class com.xj.anylogic.engine.presentation.Panel
Tests if anti-aliasing is on.
isBeforeFirst() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves whether the cursor is before the first row in this ResultSet object.
isBestSolutionFeasible() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Returns true if the best solution satisfies all constraints and requirements
Ensure optimization exists before calling this method (ExperimentOptimization.doesOptimizationExist())
isCDFEnabled() - Method in class com.xj.anylogic.engine.analysis.HistogramData
Checks if the CDF calculation is enabled.
isCircleLineIntersect(double, double, double, double, double, double, double) - Static method in class com.xj.anylogic.engine.graph.algorithms.GeometryUtils
 
isClosed() - Method in class com.xj.anylogic.engine.presentation.ShapeMultiplePoints
Returns the closed/open status of the shape.
isCommandEnabled(int) - Method in class com.xj.anylogic.engine.Experiment
Checks if a command can be executed.
isCommandEnabled(int) - Method in class com.xj.anylogic.engine.ExperimentCompareRuns
 
isCommandEnabled(int) - Method in class com.xj.anylogic.engine.ExperimentOptimization
 
isConnectedTo(Agent) - Method in class com.xj.anylogic.engine.Agent
Tests if this agent is connectied to a given other agent.
isCurrentSolutionBest() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Returns true if current solution is the best one at this moment
isCurrentSolutionFeasible() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Returns true if current solution satisfies all constraints and requirements
Ensure optimization exists before calling this method (ExperimentOptimization.doesOptimizationExist())
isEmpty() - Method in class com.xj.anylogic.engine.ActiveObjectArrayList
 
isEmpty() - Method in class com.xj.anylogic.engine.ActiveObjectCollection
Returns true if this replicated active object contains no elements.
isEmpty() - Method in class com.xj.anylogic.engine.ActiveObjectLinkedHashSet
 
isEmpty() - Method in class com.xj.anylogic.engine.connectivity.KeyValueTable
Returns true if this KeyValueTable contains no key-value mappings.
isEnabled() - Method in class com.xj.anylogic.engine.presentation.Light3D
Returns true if this light is turned on
isEnabled() - Method in class com.xj.anylogic.engine.presentation.ShapeControl
Tests if the coltrol is enabled or disabled.
isEnhancedModelElementsAnimationEnabled() - Method in class com.xj.anylogic.engine.presentation.Panel
Deprecated. may be removed in the next release. Please use isAnimationParameterEnabled(Panel.Panel.ANIM_ENHANCED_MODEL_ELEMENTS_DRAWING) instead
isFirst() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves whether the cursor is on the first row of this ResultSet object.
isFrameManagementAdaptive() - Method in class com.xj.anylogic.engine.presentation.Panel
Returns the mode of the frame management
isFullScreen() - Method in class com.xj.anylogic.engine.presentation.Presentation
Returns true if the frame mode is full screen, false if it is normal.
isGlobal() - Method in class com.xj.anylogic.engine.presentation.Light3D
Returns true if this light affects shapes outside the parent group of this light
isIntersectedLine(Vertex, Vertex, Collection<Edge>, boolean) - Static method in class com.xj.anylogic.engine.graph.algorithms.GeometryUtils
 
isIntersectedLine(double, double, double, double, Collection<Edge>, boolean) - Static method in class com.xj.anylogic.engine.graph.algorithms.GeometryUtils
 
isIntersectedLine(Edge, Edge, boolean) - Static method in class com.xj.anylogic.engine.graph.algorithms.GeometryUtils
 
isIntersectedLine(GeometryUtils.Point, Edge, Edge, boolean) - Static method in class com.xj.anylogic.engine.graph.algorithms.GeometryUtils
 
isIntersectedLine(Vertex, Vertex, Vertex, Vertex, boolean) - Static method in class com.xj.anylogic.engine.graph.algorithms.GeometryUtils
 
isIntersectedLine(GeometryUtils.Point, Vertex, Vertex, Vertex, Vertex, boolean) - Static method in class com.xj.anylogic.engine.graph.algorithms.GeometryUtils
 
isIntersectedLine(double, double, double, double, double, double, double, double, boolean) - Static method in class com.xj.anylogic.engine.graph.algorithms.GeometryUtils
 
isIntersectedLine(GeometryUtils.Point, double, double, double, double, double, double, double, double, boolean) - Static method in class com.xj.anylogic.engine.graph.algorithms.GeometryUtils
 
isLast() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves whether the cursor is on the last row of this ResultSet object.
isLastReplication() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Return true if we have run the last replication for the current solution

This is optimization setup method, user should not call it
isLastReplication() - Method in class com.xj.anylogic.engine.ExperimentParamVariation
 
isLayerVisible(String) - Method in class com.xj.anylogic.engine.presentation.ShapeCAD
Returns true if the layer with the given name is visible, otherwise returns false.
isLineIntersectingLine(double, double, double, double, double, double, double, double) - Static method in class com.xj.anylogic.engine.Utilities
Tests if the line segment from (x1,y1) to (x2,y2) intersects the line segment from (x3,y3) to (x4,y4).
isLineIntersectingRectangle(double, double, double, double, double, double, double, double) - Static method in class com.xj.anylogic.engine.Utilities
Check if the line intersects the given rectangle
isLoaded() - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Returns true if workbook is loaded from file.
isLoadRootFromSnapshot() - Method in class com.xj.anylogic.engine.Experiment
Returns true if this experiment is configured to start simulation from state loaded from snapshot file
isManualControlPoints() - Method in class com.xj.anylogic.engine.presentation.ShapeCurve
Returns true if this curve uses manually specified control points (which are specified in the dx and dy arrays)
isMaximized() - Method in class com.xj.anylogic.engine.presentation.Presentation
Returns true if the model window is maximized, false otherwise
isMonitoring() - Method in class com.xj.anylogic.engine.EventCondition
Returns true if this event is currently monitoring (waiting on) its condition.
isMoving() - Method in class com.xj.anylogic.engine.AgentContinuous
Tests if the agent is currently moving in continuous 2D space or GIS space.
isPanningEnabled() - Method in class com.xj.anylogic.engine.presentation.Panel
Tests if mouse panning is enabled.
isPanningEnabled() - Method in class com.xj.anylogic.engine.presentation.Presentation
Tests if mouse panning is enabled.
isPointInsideRectangle(double, double, double, double, double, double) - Static method in class com.xj.anylogic.engine.Utilities
Tests if the specified point is inside the given rectangle.
isPointOnTheSameLine(double, double, double, double, double, double) - Static method in class com.xj.anylogic.engine.Utilities
Tests if the three point lie on the same line
isRealTimeMaintained() - Method in class com.xj.anylogic.engine.Engine
This method is not designed to be called by user
is public due to technical reasons
isReplicated() - Method in class com.xj.anylogic.engine.ActiveObject
Returns true if this object is embedded in its owner as replicated, i.e. as a member of a list of objects.
isRotationFrozen() - Method in class com.xj.anylogic.engine.AgentContinuous
Returns true if rotation angle(s) of this Agent in continuous space is frozen, i.e.
isSelected() - Method in class com.xj.anylogic.engine.presentation.ShapeCheckBox
Returns the selected state of the checkbox.
isSelectedNthBestSolutionFeasible() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Returns true if nth best solution satisfies all constraints and requirements
Ensure optimization exists before calling this method (ExperimentOptimization.doesOptimizationExist())
isShapeCADNegative(int, int) - Method in class com.xj.anylogic.engine.Presentable
Deprecated. this method will be removed in the future releases, please override Presentable.getShapeCADDrawingAttributes(int, int) instead
isShapeCADNegative(int) - Method in class com.xj.anylogic.engine.Presentable
Deprecated. this method will be removed in the future releases, please override Presentable.getShapeCADDrawingAttributes(int) instead
isShapeClosed(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return true if a non-persistent polyline or curve shape is closed, false otherwise.
isShapeClosed(int) - Method in class com.xj.anylogic.engine.Presentable
Returns true if a (not replicated) non-persistent polyline or curve shape is closed, false otherwise.
isShapeControlEnabled(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return true if a non-persistent control is enabled, false otherwise.
isShapeControlEnabled(int) - Method in class com.xj.anylogic.engine.Presentable
Returns true if a (not replicated) non-persistent control is enabled, false otherwise.
isShapeControlVertical(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return true if a non-persistent control is layed out vertically, false if horizontally.
isShapeControlVertical(int) - Method in class com.xj.anylogic.engine.Presentable
Returns true if a (not replicated) non-persistent control is layed out vertically, false if horizontally.
isShapePublic(int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return true if a non-persistent shape is visible on its container's presentation, false otherwise.
isShapeVisible(int) - Method in class com.xj.anylogic.engine.AgentContinuousGIS
 
isShapeVisible(int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return true if a non-persistent shape is visible, false otherwise.
isShapeWithManualControlPoints(int, int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return true if a non-persistent curve shape has control points specified manually, false otherwise.
isShapeWithManualControlPoints(int) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to return true if a non-persistent curve shape has control points specified manually, false otherwise.
isShowIn3D() - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
Returns true if this shape adds contents of embedded object to the 3D scene of parent active object, false otherwise
isStateActive(short) - Method in class com.xj.anylogic.engine.Statechart
Returns true if the statechart is at the specified state, i.e. exactly in the state for a simple state and in one of its inner states for a composite state.
isSupportedInfo(String) - Method in class com.xj.anylogic.engine.graph.AbstractGraphNode
 
ISTART - Variable in class com.xj.anylogic.engine.ActiveObjectIntegrationManager
 
isUseReplications() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Returns true if optimization uses replications
isUseReplications() - Method in class com.xj.anylogic.engine.ExperimentParamVariation
 
isVisible() - Method in class com.xj.anylogic.engine.presentation.Shape
Returns the visibility of the shape.
isZoomEnabled() - Method in class com.xj.anylogic.engine.presentation.Panel
Tests if zoom from the GUI is enabled.
isZoomEnabled() - Method in class com.xj.anylogic.engine.presentation.Presentation
Tests if zoom from the GUI is enabled.
iterator() - Method in class com.xj.anylogic.engine.ActiveObjectArrayList
 
iterator() - Method in class com.xj.anylogic.engine.ActiveObjectCollection
Returns an iterator over the replicated active object.
iterator() - Method in class com.xj.anylogic.engine.ActiveObjectLinkedHashSet
Returns an iterator over the replicated active object.
iterator() - Method in class com.xj.anylogic.engine.ActiveObjectList
Returns an iterator over the replicated active object.
iterator() - Method in class com.xj.anylogic.engine.Environment.AgentCollection
Returns the iterator that is used to traverse the collection.
ITriangulationInfoFactory - Interface in com.xj.anylogic.engine.graph.algorithms.triangulation
 
IVertexGeometryInfo - Interface in com.xj.anylogic.engine.graph.algorithms
 
IVertexTriangulationInfo - Interface in com.xj.anylogic.engine.graph.algorithms.triangulation
 
ivory - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
IVORY - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 

J

JANUARY - Static variable in class com.xj.anylogic.engine.Utilities
Value of the Utilities.getMonth(Date) method indicating the first month of the year in the Gregorian and Julian calendars.
JULY - Static variable in class com.xj.anylogic.engine.Utilities
Value of the Utilities.getMonth(Date) method indicating the seventh month of the year in the Gregorian and Julian calendars.
jumpTo(double, double) - Method in class com.xj.anylogic.engine.AgentContinuous2D
Instantly moves the agent to a given location in continuous 2D space.
jumpTo(double, double) - Method in class com.xj.anylogic.engine.AgentContinuous3D
Deprecated. this method is public only for easy translation of 2D models to 3D and may be removed in future releases. Please use AgentContinuous3D.jumpTo(double, double, double) method instead
jumpTo(double, double, double) - Method in class com.xj.anylogic.engine.AgentContinuous3D
Instantly moves the agent to a given location.
jumpTo(double, double) - Method in class com.xj.anylogic.engine.AgentContinuousGIS
Instantly moves the agent to a given location in GIS space.
jumpToCell(int, int) - Method in class com.xj.anylogic.engine.AgentDiscrete2D
Moves the agent into a cell with the given row and column.
jumpToRandomEmptyCell() - Method in class com.xj.anylogic.engine.AgentDiscrete2D
Finds a random empty cell and places the agent there.
JUNE - Static variable in class com.xj.anylogic.engine.Utilities
Value of the Utilities.getMonth(Date) method indicating the sixth month of the year in the Gregorian and Julian calendars.

K

KEEP_CURRENT_RESULT - Static variable in class com.xj.anylogic.engine.connectivity.Statement
The constant indicating that the current ResultSet object should not be closed when calling getMoreResults.
keyPressed(KeyEvent) - Method in class com.xj.anylogic.engine.presentation.ShapeTextField
 
keyReleased(KeyEvent) - Method in class com.xj.anylogic.engine.presentation.ShapeTextField
 
keySet() - Method in class com.xj.anylogic.engine.connectivity.KeyValueTable
Returns a Set view of the keys contained in this table.
keyTyped(KeyEvent) - Method in class com.xj.anylogic.engine.presentation.ShapeTextField
 
KeyValueTable<K,V> - Class in com.xj.anylogic.engine.connectivity
An object that maps keys to values.
KeyValueTable(String, Database, String, String, String) - Constructor for class com.xj.anylogic.engine.connectivity.KeyValueTable
Creates KeyValueTable based on the table with given tableName
khaki - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
KHAKI - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 

L

laplace(double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Laplace distribution.
laplace(double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Laplace distribution using the specified random number generator.
last() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Moves the cursor to the last row in this ResultSet object.
lavender - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
LAVENDER - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
LAVENDER_BLUSH - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
lavenderBlush - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
LAWN_GREEN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
lawnGreen - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
LAYOUT_ARRANGED - Static variable in class com.xj.anylogic.engine.Environment
 
LAYOUT_RANDOM - Static variable in class com.xj.anylogic.engine.Environment
 
LAYOUT_RING - Static variable in class com.xj.anylogic.engine.Environment
 
LAYOUT_SPRING_MASS - Static variable in class com.xj.anylogic.engine.Environment
 
LAYOUT_USER_DEFINED - Static variable in class com.xj.anylogic.engine.Environment
 
layoutTypeToString(int) - Static method in class com.xj.anylogic.engine.Environment
 
legendPos - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
legendSize - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
legendTextColor - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
LEMON_CHIFFON - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
lemonChiffon - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
length() - Method in class com.xj.anylogic.engine.presentation.ShapePolyLine
Calculates and returns the length of the polyline (not scaled), respecting its closeness.
LENGTH_PROPERTY - Static variable in interface com.xj.anylogic.engine.graph.algorithms.IEdgeGeometryInfo
 
lerpColor(double, Color, Color) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesColor
Returns a new Color - a point on a linear interpolation between from and to Colors, whose position is defined by frac: if frac <= 0 from is returned, if frac >= 1, to is returned, otherwise a color in between.
Light3D - Class in com.xj.anylogic.engine.presentation
Base class for all 3D lights, may be added to 3D groups for scene lighting

The light consists of a number of different components: Ambient, Diffuse and Specular.
Light3DAmbient - Class in com.xj.anylogic.engine.presentation
3D ambient light, may be added to 3D groups for scene lighting
Ambient light is a light that had scattered for many times, so that it does not have any certain direction.
Light3DAmbient(boolean, Color, Color, Color, boolean) - Constructor for class com.xj.anylogic.engine.presentation.Light3DAmbient
Creates new 3D ambient light
Light3DDirectional - Class in com.xj.anylogic.engine.presentation
3D directional light, may be added to 3D groups for scene lighting
Directional source of light is located in some infinitely distant point.
Light3DDirectional(boolean, double, double, Color, Color, Color, boolean) - Constructor for class com.xj.anylogic.engine.presentation.Light3DDirectional
Creates new 3D directional light
Light3DPoint - Class in com.xj.anylogic.engine.presentation
3D point light, may be added to 3D groups for scene lighting
Point source of light is located in one particular point of space.
Light3DPoint(boolean, double, double, double, double, double, double, Color, Color, Color, boolean) - Constructor for class com.xj.anylogic.engine.presentation.Light3DPoint
Creates new 3D point light
Light3DSpot - Class in com.xj.anylogic.engine.presentation
3D spot light, may be added to 3D groups for scene lighting
Spot source of light is a particular case of a point light.
Light3DSpot(boolean, double, double, double, double, double, double, double, double, double, double, Color, Color, Color, boolean) - Constructor for class com.xj.anylogic.engine.presentation.Light3DSpot
Creates new 3D spot light
LIGHT_BLUE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
LIGHT_CORAL - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
LIGHT_CYAN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
LIGHT_GOLDEN_ROD_YELLOW - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
LIGHT_GREEN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
LIGHT_GREY - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
LIGHT_PINK - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
LIGHT_SALMON - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
LIGHT_SEA_GREEN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
LIGHT_SKY_BLUE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
LIGHT_SLATE_BLUE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
LIGHT_SLATE_GRAY - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
LIGHT_STEEL_BLUE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
LIGHT_YELLOW - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
lightBlue - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
lightCoral - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
lightCyan - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
lightGoldenRodYellow - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
lightGreen - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
lightGrey - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
lightPink - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
lightSalmon - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
lightSeaGreen - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
lightSkyBlue - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
lightSlateBlue - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
lightSlateGray - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
lightSteelBlue - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
lightYellow - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
lime - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
LIME - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
LIME_GREEN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
limeGreen - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
limit(double, double, double) - Static method in class com.xj.anylogic.engine.Utilities
Returns x if it is within [min,max] interval, otherwise returns the closest bound.
limitMax(double, double) - Static method in class com.xj.anylogic.engine.Utilities
Returns x if it is less or equal to max, otherwise returns max.
limitMin(double, double) - Static method in class com.xj.anylogic.engine.Utilities
Returns x if it is greater or equal to min, otherwise returns min.
LINE_STYLE_DASHED - Static variable in class com.xj.anylogic.engine.Presentable
 
LINE_STYLE_DOTTED - Static variable in class com.xj.anylogic.engine.Presentable
 
LINE_STYLE_SOLID - Static variable in class com.xj.anylogic.engine.Presentable
 
linen - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
LINEN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
loadRootObjectFromSnapshot(String) - Method in class com.xj.anylogic.engine.Engine
Loads and sets root object from the given snapshot with caching contents of snapshot file (for performance speed-up)
This method supports loading from snapshots created with any experiment with animation (i.e. not custom) and from snapshots saved using Engine.saveRootObjectSnapshot(String) method
loadRootObjectFromSnapshot(String, boolean) - Method in class com.xj.anylogic.engine.Engine
Loads and sets root object from the given snapshot with optional caching contents of snapshot file (for performance speed-up)
This method supports loading from snapshots created with any experiment with animation (i.e. not custom) and from snapshots saved using Engine.saveRootObjectSnapshot(String) method
loadSnapshot(String) - Method in class com.xj.anylogic.engine.presentation.Presentation
Stops experiment and loads snapshot (in its 'not running' state), doesn't resume simulation of loaded snapshot.
Locatable2D - Interface in com.xj.anylogic.engine
This interface represents some point location.
Locatable3D - Interface in com.xj.anylogic.engine
This interface represents some location.
logarithmic(double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Logarithmic distribution.
logarithmic(double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Logarithmic distribution using the specified random number generator.
logistic(double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Logistic distribution.
logistic(double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Logistic distribution using the specified random number generator.
lognormal(double, double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Lognormal distribution.
lognormal(double, double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Lognormal distribution using the specified random number generator.
lookupBackward(TableFunction, double) - Static method in class com.xj.anylogic.engine.SDUtilities
For a tableFunction (with linear interpolation and Nearest out-of-range action) returns the value of the left point of interval for x value.
lookupExtrapolate(TableFunction, double) - Static method in class com.xj.anylogic.engine.SDUtilities
For a tableFunction (with linear interpolation and Nearest out-of-range action) returns the value for the given x using extrapolation if needed.
lookupForward(TableFunction, double) - Static method in class com.xj.anylogic.engine.SDUtilities
For a tableFunction (with linear interpolation and Nearest out-of-range action) returns the next value between arguments.
lookupInvert(TableFunction, double) - Static method in class com.xj.anylogic.engine.SDUtilities
Finds the input that, when used in the tableFunction (with linear interpolation and Nearest out-of-range action) would return y.
lookupSlope(TableFunction, double, double) - Static method in class com.xj.anylogic.engine.SDUtilities
Finds the slope at x in the tableFunction according to the given mode. for a tableFunction (with linear interpolation and Nearest out-of-range action).

M

magenta - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
MAGENTA - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
map(Port<InMessageType, OutMessageType>) - Method in class com.xj.anylogic.engine.Port
Maps (connects) the port to a port of an embedded object.
map(Statechart) - Method in class com.xj.anylogic.engine.Port
Maps (connects) the port to a statechart of the same active object.
MARCH - Static variable in class com.xj.anylogic.engine.Utilities
Value of the Utilities.getMonth(Date) method indicating the third month of the year in the Gregorian and Julian calendars.
maroon - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
MAROON - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
max(String, String) - Method in class com.xj.anylogic.engine.ActiveObjectCollection
Returns the maximum of (numeric) field values for all active objects in this collection which have true value of a boolean field with name triggerFieldName (if specified)
max(String) - Method in class com.xj.anylogic.engine.ActiveObjectCollection
Returns the maximum of (numeric) field values for all active objects in this collection
max() - Method in class com.xj.anylogic.engine.analysis.HistogramData
Returns the maximum sample value, or Double.NEGATIVE_INFINITY if no samples have been added.
max() - Method in class com.xj.anylogic.engine.analysis.StatisticsContinuous
Returns the maximum sample value, or Double.NEGATIVE_INFINITY if no samples have been added.
max() - Method in class com.xj.anylogic.engine.analysis.StatisticsDiscrete
Returns the maximum sample value, or Double.NEGATIVE_INFINITY if no samples have been added.
max() - Method in class com.xj.anylogic.engine.HyperArray
Returns the maximum of all elements of the hyper array.
max(int...) - Method in class com.xj.anylogic.engine.HyperArray
Returns a partial maximum of hyper array elements, namely maximum across all dimensions whose indexes equal INDEX_CAN_VARY in the given index array.
MAX_COLORS - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
The number of (different) standard colors.
maximumX - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
maximumY - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
MAY - Static variable in class com.xj.anylogic.engine.Utilities
Value of the Utilities.getMonth(Date) method indicating the fifth month of the year in the Gregorian and Julian calendars.
mean() - Method in class com.xj.anylogic.engine.analysis.HistogramData
Returns the mean of the histogram.
mean() - Method in class com.xj.anylogic.engine.analysis.StatisticsContinuous
Returns the mean of the statistics at the time of last update, or 0 if no samples have been added.
mean(double) - Method in class com.xj.anylogic.engine.analysis.StatisticsContinuous
Returns the mean of the statistics at the given time assuming the last value added holds until the given time, or 0 if no samples have been added.
mean() - Method in class com.xj.anylogic.engine.analysis.StatisticsDiscrete
Returns the mean of the statistics, or 0 if no samples have been added.
meanConfidence() - Method in class com.xj.anylogic.engine.analysis.HistogramData
Returns the mean confidence interval of the histogram data.
meanConfidence() - Method in class com.xj.anylogic.engine.analysis.StatisticsContinuous
Returns the mean confidence of the statistics at the time of last update, or 0 if no samples have been added.
meanConfidence(double) - Method in class com.xj.anylogic.engine.analysis.StatisticsContinuous
Returns the mean confidence interval of the statistics at the given time assuming the last value added holds until the given time, or Double.POSITIVE_INFINITY if less than 2 samples have been added or if no time has elapsed.
meanConfidence() - Method in class com.xj.anylogic.engine.analysis.StatisticsDiscrete
Returns the mean confidence interval of the statistics, or 0 if no samples have been added.
MEDIUM_AQUA_MARINE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
MEDIUM_BLUE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
MEDIUM_ORCHID - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
MEDIUM_PURPLE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
MEDIUM_SEAGREEN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
MEDIUM_SLATEBLUE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
MEDIUM_SPRINGGREEN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
MEDIUM_TURQUOISE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
MEDIUM_VIOLETRED - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
mediumAquaMarine - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
mediumBlue - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
mediumOrchid - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
mediumPurple - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
mediumSeaGreen - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
mediumSlateBlue - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
mediumSpringGreen - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
mediumTurquoise - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
mediumVioletRed - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
MEMORY - Static variable in class com.xj.anylogic.engine.presentation.StatusBar
 
MIDNIGHT_BLUE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
midnightBlue - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
MILLISECOND - Static variable in class com.xj.anylogic.engine.Utilities
Millisecond time unit
millisecond() - Method in class com.xj.anylogic.engine.Utilities
Returns a time value equal to one millisecond according to the current time unit setting.
min(Collection<? extends ActiveObject>, String, String) - Method in class com.xj.anylogic.engine.ActiveObjectCollection
Returns the minimum of (numeric) field values for all active objects in this collection which have true value of a boolean field with name triggerFieldName (if specified)
min(String) - Method in class com.xj.anylogic.engine.ActiveObjectCollection
Returns the minimum of (numeric) field values for all active objects in this collection
min() - Method in class com.xj.anylogic.engine.analysis.HistogramData
Returns the minimum sample value, or Double.POSITIVE_INFINITY if no samples have been added.
min() - Method in class com.xj.anylogic.engine.analysis.StatisticsContinuous
Returns the minimum sample value, or Double.POSITIVE_INFINITY if no samples have been added.
min() - Method in class com.xj.anylogic.engine.analysis.StatisticsDiscrete
Returns the minimum sample value, or Double.POSITIVE_INFINITY if no samples have been added.
min() - Method in class com.xj.anylogic.engine.HyperArray
Returns the minimum of all elements of the hyper array.
min(int...) - Method in class com.xj.anylogic.engine.HyperArray
Returns a partial minimum of hyper array elements, namely minimum across all dimensions whose indexes equal INDEX_CAN_VARY in the given index array.
minimumX - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
minimumY - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
MINT_CREAM - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
mintCream - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
MINUTE - Static variable in class com.xj.anylogic.engine.Utilities
Minute time unit
minute() - Method in class com.xj.anylogic.engine.Utilities
Returns a time value equal to one minute according to the current time unit setting.
MISTY_ROSE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
mistyRose - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
moccasin - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
MOCCASIN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
MODE_APPLET - Static variable in class com.xj.anylogic.engine.presentation.Presentation
 
MODE_APPLICATION - Static variable in class com.xj.anylogic.engine.presentation.Presentation
 
MODE_COMPONENT - Static variable in class com.xj.anylogic.engine.presentation.Presentation
 
MODEL_TYPE_CONTINUOUS - Static variable in class com.xj.anylogic.engine.Engine
 
MODEL_TYPE_DISCRETE - Static variable in class com.xj.anylogic.engine.Engine
 
MODEL_TYPE_HYBRID - Static variable in class com.xj.anylogic.engine.Engine
 
MODEL_TYPE_UNKNOWN - Static variable in class com.xj.anylogic.engine.Engine
 
modelElementContains(double, double, double, double) - Static method in class com.xj.anylogic.engine.Presentable
Tests if a standard not resizable model element (like variable, parameter, event, port, pseudo state, etc.) contains the point with coordinates (x,y).
modelElementContains(double, double, double, double, double, double) - Static method in class com.xj.anylogic.engine.Presentable
Tests if a resizable model element (like stock variable) contains the point with coordinates (x,y).
modelExecutionCommandQueue - Variable in class com.xj.anylogic.engine.Experiment
This field shouldn't be accessed by user
is public due to technical reasons
modify(String) - Method in class com.xj.anylogic.engine.connectivity.Database
The method executes specified SQL query.
MONDAY - Static variable in class com.xj.anylogic.engine.Utilities
Value of the Utilities.getDayOfWeek(Date) method indicating Monday.
monitorStatus(COptQuestOptimization, COptQuestSolution, Engine) - Method in class com.xj.anylogic.engine.OptimizationCallback
This method is called at the end of each iteration (after OptimizationCallback.evaluate(COptQuestOptimization, COptQuestSolution, Engine)).
MONTH - Static variable in class com.xj.anylogic.engine.Utilities
Month time unit
mouseClicked(MouseEvent) - Method in class com.xj.anylogic.engine.presentation.Panel
A method of MouseListener interface.
mouseDragged(MouseEvent) - Method in class com.xj.anylogic.engine.presentation.Panel
A method of MouseMotionListener interface.
mouseEntered(MouseEvent) - Method in class com.xj.anylogic.engine.presentation.Panel
A method of MouseListener interface.
mouseExited(MouseEvent) - Method in class com.xj.anylogic.engine.presentation.Panel
A method of MouseListener interface.
mouseMoved(MouseEvent) - Method in class com.xj.anylogic.engine.presentation.Panel
A method of MouseMotionListener interface.
mousePressed(MouseEvent) - Method in class com.xj.anylogic.engine.presentation.Panel
A method of MouseListener interface.
mouseReleased(MouseEvent) - Method in class com.xj.anylogic.engine.presentation.Panel
A method of MouseListener interface.
mouseWheelMoved(MouseWheelEvent) - Method in class com.xj.anylogic.engine.presentation.Panel
A method of MouseWheelListener interface.
moveTo(double, double) - Method in class com.xj.anylogic.engine.AgentContinuous2D
Starts movement in the direction of the given target location in continuous 2D space.
moveTo(double, double, Path2D) - Method in class com.xj.anylogic.engine.AgentContinuous2D
Starts movement in the direction of the given target location in continuous 2D space along a given path.
moveTo(double, double) - Method in class com.xj.anylogic.engine.AgentContinuous3D
Deprecated. this method is public only for easy translation of 2D models to 3D and may be removed in future releases. Please use AgentContinuous3D.moveTo(double, double, double) method instead
moveTo(double, double, double) - Method in class com.xj.anylogic.engine.AgentContinuous3D
Starts movement in the direction of the given target location in continuous 3D.
moveTo(double, double, Path2D) - Method in class com.xj.anylogic.engine.AgentContinuous3D
Deprecated. this method is public only for easy translation of 2D models to 3D and may be removed in future releases. Please use AgentContinuous3D.moveTo(double, double, double, Path3D) method instead
moveTo(double, double, double, Path3D) - Method in class com.xj.anylogic.engine.AgentContinuous3D
Starts movement in the direction of the given target location in continuous 3D space along a given path.
moveTo(double, double) - Method in class com.xj.anylogic.engine.AgentContinuousGIS
Starts movement in the direction of the given target location in continuous GIS space.
moveToCurrentRow() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Moves the cursor to the remembered cursor position, usually the current row.
moveToInsertRow() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Moves the cursor to the insert row.
moveToNearestAgent(Iterable<? extends AgentContinuous>) - Method in class com.xj.anylogic.engine.AgentContinuous
Starts movement to the nearest agent from the given collection.
moveToNearestAgent(Iterable<? extends AgentContinuous>) - Method in class com.xj.anylogic.engine.AgentContinuous3D
 
moveToNextCell(int) - Method in class com.xj.anylogic.engine.AgentDiscrete2D
Moves the agent to an adjacent cell in a given direction.
mutexModelActionQueue - Variable in class com.xj.anylogic.engine.Experiment
This field shouldn't be accessed by user
is public due to technical reasons

N

NAVAJO_WHITE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
navajoWhite - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
navigateTo(ViewArea) - Method in class com.xj.anylogic.engine.presentation.Panel
Shows the given viewpoint in the model animation panel
navigateTo() - Method in class com.xj.anylogic.engine.presentation.ViewArea
Displays this view area in the model animation panel
NAVIGATION - Static variable in class com.xj.anylogic.engine.presentation.ToolBar
 
NAVIGATION_FULL - Static variable in class com.xj.anylogic.engine.Presentable
3D Window navigation mode constant.
NAVIGATION_FULL - Static variable in class com.xj.anylogic.engine.presentation.ShapeWindow3D
Navigation is fully allowed
NAVIGATION_LIMITED_TO_Z_ABOVE_ZERO - Static variable in class com.xj.anylogic.engine.Presentable
3D Window navigation mode constant.
NAVIGATION_LIMITED_TO_Z_ABOVE_ZERO - Static variable in class com.xj.anylogic.engine.presentation.ShapeWindow3D
Navigation is only allowed above Z=0 plane
NAVIGATION_NONE - Static variable in class com.xj.anylogic.engine.Presentable
3D Window navigation mode constant.
NAVIGATION_NONE - Static variable in class com.xj.anylogic.engine.presentation.ShapeWindow3D
Navigation is prohibited.
NAVIGATION_ROTATION_ONLY - Static variable in class com.xj.anylogic.engine.Presentable
3D Window navigation mode constant.
NAVIGATION_ROTATION_ONLY - Static variable in class com.xj.anylogic.engine.presentation.ShapeWindow3D
Navigation mode where user is able to rotate view only.
navy - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
NAVY - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
negativeBinomial(double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Negative Binomial distribution.
negativeBinomial(double, double, double, double, double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of truncated Negative Binomial distribution.
negativeBinomial(double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Negative Binomial distribution using the specified random number generator.
negativeBinomial(double, double, double, double, double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of truncated Negative Binomial distribution using the specified random number generator.
NEIGHBORHOOD_EUCLIDEAN - Static variable in class com.xj.anylogic.engine.EnvironmentDiscrete2D
 
NEIGHBORHOOD_MOORE - Static variable in class com.xj.anylogic.engine.EnvironmentDiscrete2D
 
NETWORK_ALL_IN_RANGE - Static variable in class com.xj.anylogic.engine.Environment
This network type is available only in continuous environments
NETWORK_RANDOM - Static variable in class com.xj.anylogic.engine.Environment
 
NETWORK_RING_LATTICE - Static variable in class com.xj.anylogic.engine.Environment
 
NETWORK_SCALE_FREE - Static variable in class com.xj.anylogic.engine.Environment
 
NETWORK_SMALL_WORLD - Static variable in class com.xj.anylogic.engine.Environment
 
NETWORK_USER_DEFINED - Static variable in class com.xj.anylogic.engine.Environment
 
next() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Moves the cursor froward one row from its current position.
NO_GENERATED_KEYS - Static variable in class com.xj.anylogic.engine.connectivity.Statement
The constant indicating that generated keys should not be made available for retrieval.
NONE - Static variable in class com.xj.anylogic.engine.analysis.Chart
 
NONE - Static variable in class com.xj.anylogic.engine.presentation.ViewArea
Scaling mode constant.
normal() - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Normal distribution with mean set to 0 and sigma set to 1.
normal(double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Normal distribution with mean set to 0.
normal(double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Normal distribution.
normal(double, double, double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of truncated Normal distribution.
normal(double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Normal distribution using the specified random number generator.
normal(double, double, double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of truncated Normal distribution using the specified random number generator.
NORTH - Static variable in class com.xj.anylogic.engine.Agent
 
NORTH - Static variable in class com.xj.anylogic.engine.analysis.Chart
 
NORTHEAST - Static variable in class com.xj.anylogic.engine.Agent
 
NORTHWEST - Static variable in class com.xj.anylogic.engine.Agent
 
nothingChanged() - Method in class com.xj.anylogic.engine.ActiveObject
If called during an event execution, prevents the engine from calling ActiveObject.onChange() of the active object that originated the event.
NOVEMBER - Static variable in class com.xj.anylogic.engine.Utilities
Value of the Utilities.getMonth(Date) method indicating the eleventh month of the year in the Gregorian and Julian calendars.

O

OCTOBER - Static variable in class com.xj.anylogic.engine.Utilities
Value of the Utilities.getMonth(Date) method indicating the tenth month of the year in the Gregorian and Julian calendars.
OLD_LACE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
oldLace - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
olive - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
OLIVE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
OLIVE_DRAB - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
oliveDrab - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
onActiveObjectDestroyed(ActiveObject) - Method in class com.xj.anylogic.engine.presentation.Presentation
A callback called by the engine when an active object is being destroyed.
onAfterStep() - Method in class com.xj.anylogic.engine.Environment
A callback that is called when at the end of every step after the agents have performed all their step actions.
onArrival() - Method in class com.xj.anylogic.engine.AgentContinuous
A callback that is called when the agent arrives to the target location after movement initiated by moveTo() in continuous 2D space.
onBeforeSimulationRun(ROOT) - Method in class com.xj.anylogic.engine.Experiment
User's extension point for Before Simulation Run Code
By default does nothing
onBeforeStep() - Method in class com.xj.anylogic.engine.Agent
A callback that is called at the beginning of every step in discrete time before onStep() of any agent is called.
onBeforeStep() - Method in class com.xj.anylogic.engine.Environment
A callback that is called at the beginning of every step before the agents are asked to perform any their step actions.
onChange() - Method in class com.xj.anylogic.engine.ActiveObject
Notification to the active object meaning "some of your data may have changed during this event".
onChange() - Method in class com.xj.anylogic.engine.EventCondition
Should be called when something changes in the object and probably condition changes.
onChange() - Method in class com.xj.anylogic.engine.EventRate
Should be called when something changes in the object (and probably the rate changes).
onChange() - Method in class com.xj.anylogic.engine.Statechart
Should be called if the statechart has at least one transition of type Condition or Rate when something changes in the active object and probably rate changes or condition becomes true.
onClick(double, double) - Method in class com.xj.anylogic.engine.AbstractShapeGISMap
Should be overridden to define the shape reaction on mouse click.
onClick(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape
Should be overridden to define the shape reaction on mouse click.
onClickAt(double, double, boolean) - Method in class com.xj.anylogic.engine.presentation.ReplicatedShape
Tests if any of the shapes in this replicated shape contains the point with the given coordinates and, if yes, executes the shape's reaction on click at that point.
onClickAt(double, double, boolean) - Method in class com.xj.anylogic.engine.presentation.Shape
Should be overridden to test if the shape contains the point with the given coordinates, and, if yes, execute the shape's reaction on click at that point.
onClickAt(double, double, boolean) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
 
onClickAt(double, double, boolean) - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
Tests if the object contains the point with the given coordinates and, if yes, executes the shape's reaction on click at that point.
onClickAt(double, double, boolean) - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
 
onClickAt(double, double, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeArc
Tests if the arc contains the point with the given coordinates and, if yes, executes the shape's reaction on click at that point.
onClickAt(double, double, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeCAD
Tests if the CAD drawing contains the point with the given coordinates and, if yes, executes the shape's reaction on click at that point.
onClickAt(double, double, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeControl
Tests if the control contains the point with the given coordinates and, if yes, executes the shape's reaction on click at that point.
onClickAt(double, double, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeCurve
Tests if the curve contains the point with the given coordinates and, if yes, executes the shape's reaction on click at that point.
onClickAt(double, double, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
 
onClickAt(double, double, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
Tests if the GIS map contains the point with the given coordinates and, if yes, executes the reaction on click at that point.
onClickAt(double, double, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeGroup
Tests if any of the group shapes contains the point with the given coordinates and, if yes, executes the shape's reaction on click at that point.
onClickAt(double, double, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeImage
Tests if the image contains the point with the given coordinates and, if yes, executes the shape's reaction on click at that point.
onClickAt(double, double, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeLine
Always returns false as line has no area and does not handle clicks.
onClickAt(double, double, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeOval
Tests if the oval contains the point with the given coordinates and, if yes, executes the shape's reaction on click at that point.
onClickAt(double, double, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapePixel
Always returns false as pixel has no area and does not handle clicks.
onClickAt(double, double, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapePolyLine
Tests if the polyline contains the point with the given coordinates and, if yes, executes the shape's reaction on click at that point.
onClickAt(double, double, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeRectangle
Tests if the rectangle contains the point with the given coordinates and, if yes, executes the shape's reaction on click at that point.
onClickAt(double, double, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeRoundedRectangle
Tests if the rounded rectangle contains the point with the given coordinates and, if yes, executes the shape's reaction on click at that point.
onClickAt(double, double, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeText
Tests if the text shape contains the point with the given coordinates and, if yes, executes the shape's reaction on click at that point.
onClickIconAt(double, double, boolean) - Method in class com.xj.anylogic.engine.Presentable
Tests if any of the icon shapes contain the point with the coordinates (px,py), and, if yes, executes the shape's reaction on click at that point.
onClickModelAt(Panel, double, double, int, boolean) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to test if any of the model elements contain the point with the coordinates (px,py), and, if yes, execute the corresponding action.
onClickPresentationAt(double, double, boolean) - Method in class com.xj.anylogic.engine.Presentable
Tests if any of the presentation shapes contain the point with the coordinates (px,py), and, if yes, executes the shape's reaction on click at that point.
onCreate() - Method in class com.xj.anylogic.engine.ActiveObject
Is called at the very end of create() method, i.e. when all parameters have been initialized, embedded objects are created (and their onCreate() has been called), but before any activities are started (no events are scheduled yet), thus also before the startup code is executed.
onDestroy() - Method in class com.xj.anylogic.engine.ActiveObject
Must be called when the active object is dynamically disposed.
onDestroy() - Method in class com.xj.anylogic.engine.Agent
This method must be called when the agent is destroyed.
onDestroy() - Method in class com.xj.anylogic.engine.AgentContinuous
This method must be called when the agent is destroyed.
onDestroy() - Method in class com.xj.anylogic.engine.Environment
This method must be called when the environment is destroyed.
onDestroy() - Method in class com.xj.anylogic.engine.EventCondition
 
onDestroy() - Method in class com.xj.anylogic.engine.EventOriginator
Discards the scheduled event, if any (deletes it from the engine).
onDestroy() - Method in class com.xj.anylogic.engine.Experiment
User extension point which is called when the experiment object is dynamically disposed - before closing the model window.
onDestroy() - Method in class com.xj.anylogic.engine.Port
Should be called when the port is destroyed, e.g. when the owner active object is destroyed.
onDestroy() - Method in class com.xj.anylogic.engine.Statechart
Should be called when the statechart is destroyed, e.g. when the owner active object is destroyed or when statechart comes to final state.
onDestroy() - Method in class com.xj.anylogic.engine.TransitionCondition
 
onDestroy_xjal() - Method in class com.xj.anylogic.engine.Experiment
This method normally shouldn't be called by user.
onDraw(Panel, Graphics2D) - Method in class com.xj.anylogic.engine.presentation.ShapeGroup
A callback called by the group after the group has drawn itself (and only if the group drawing is needed - it is visible, etc.).
onEngineFinished() - Method in class com.xj.anylogic.engine.Experiment
Is called by the engine when it finishes running and is intended to wrap up a single simulation run.
onError(Throwable) - Method in class com.xj.anylogic.engine.Experiment
This method may be overridden to perform custom processing on errors in the model execution (i.e. errors in the action code of events, dynamic events, transitions, entry/exit codes of states etc, formulas, conditions of events etc.)
onError(Throwable) - Method in class com.xj.anylogic.engine.ExperimentCustom
This method may be overridden to perform custom processing on errors in the model execution (i.e. errors in the action code of events, dynamic events, transitions, entry/exit codes of states etc, formulas, conditions of events etc.)
onItemRemoved(int, boolean) - Method in class com.xj.anylogic.engine.analysis.Chart
Executes specific action when user removes chart item.
onItemRemoved(int, int, int, boolean) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to execute the action associated with a non-persistent chart item-removed event.
onReceive(Object, AgentContinuous2D) - Method in class com.xj.anylogic.engine.AgentContinuous2D
A callback that is called when the agent receives a message from another agent.
onReceive(Object, AgentContinuous3D) - Method in class com.xj.anylogic.engine.AgentContinuous3D
A callback that is called when the agent receives a message from another agent.
onReceive(Object, AgentContinuousGIS) - Method in class com.xj.anylogic.engine.AgentContinuousGIS
A callback that is called when the agent receives a message from another agent.
onReceive(Object, AgentDiscrete2D) - Method in class com.xj.anylogic.engine.AgentDiscrete2D
A callback that is called when the agent receives a message from another agent.
onSelectionChanged(int[], boolean) - Method in class com.xj.anylogic.engine.analysis.Chart
Executes specific action when user clicks on legend and selects/deselects chart item(s).
onSelectionChanged(int, int, int[], boolean) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to execute the action associated with a non-persistent chart item-selection-changed event.
onShapeClick(int, int, double, double) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to define reaction on mouse click on a non-persistent shape.
onShapeClickAt(int, double, double, boolean) - Method in class com.xj.anylogic.engine.Presentable
Tests if a (possibly, replicated) non-persistent shape contains the point with the coordinates (px,py), and, if yes, executes the shape's reaction on click at that point.
onShapeGroupDraw(int, int, Panel, Graphics2D) - Method in class com.xj.anylogic.engine.Presentable
Should be overridden to do custom drawing after the (non-persistent) group contents has been drawn.
onStartup() - Method in class com.xj.anylogic.engine.ActiveObject
Is called after all activities are started in the object (initial events are scheduled) and onStartup() has been called for the embedded objects, but before any steps are made.
onStep() - Method in class com.xj.anylogic.engine.Agent
A callback that is called at every step in discrete time after onStep() of any agent is called.
OPEN_RESULTS - Static variable in class com.xj.anylogic.engine.Experiment
 
OPEN_SNAPSHOT - Static variable in class com.xj.anylogic.engine.Experiment
 
openWebSite(String) - Method in class com.xj.anylogic.engine.presentation.Presentation
Opens web page with the given URL in the browser
OptimizationCallback - Class in com.xj.anylogic.engine
This class is designed for usage in optimizations performed within custom experiments, see ExperimentOptimization.createOptimization(Engine, OptimizationCallback).
OptimizationCallback() - Constructor for class com.xj.anylogic.engine.OptimizationCallback
 
orange - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
ORANGE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
ORANGE_RED - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
orangeRed - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
orchid - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
ORCHID - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
OUTOFRANGE_CUSTOM - Static variable in class com.xj.anylogic.engine.TableFunction
 
OUTOFRANGE_ERROR - Static variable in class com.xj.anylogic.engine.TableFunction
 
OUTOFRANGE_EXTRAPOLATE - Static variable in class com.xj.anylogic.engine.TableFunction
 
OUTOFRANGE_NEAREST - Static variable in class com.xj.anylogic.engine.TableFunction
 
OUTOFRANGE_REPEAT - Static variable in class com.xj.anylogic.engine.TableFunction
 
ovalContains(double, double, double, double) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Tests if the oval with the given attributes contains the point with coordinates (x,y) relative to the oval center.

P

paintComponent(Graphics) - Method in class com.xj.anylogic.engine.presentation.Panel
Is called by Swing to paint the panel.
PALE_GOLDEN_ROD - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
PALE_GREEN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
PALE_TURQUOISE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
PALE_VIOLET_RED - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
paleGoldenRod - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
paleGreen - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
paleTurquoise - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
paleVioletRed - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
pan(int, int) - Method in class com.xj.anylogic.engine.AbstractShapeGISMap
Moves the map projection center
Parameters are amounts of delta in the resulting offset
One horizontal delta is a half of longitude difference from map projection center to the west/east bound of projection
One vertical delta is a half of latitude difference from map projection center to the south/north bound of projection
pan(int, int) - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
 
Panel - Class in com.xj.anylogic.engine.presentation
The class is responsible for displaying the experiment or active object presentation.
PAPAYA_WHIP - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
papayaWhip - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
pareto(double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Pareto distribution with min set to 1.
pareto(double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Pareto distribution.
pareto(double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Pareto distribution using the specified random number generator.
Path2D - Interface in com.xj.anylogic.engine
This interface represents a sequence of (x, y) points
Coordinates of all the points (Path2D.getPointDx(int), Path2D.getPointDy(int)) are relative to the base coordinates (Path2D.getX(), Path2D.getY())
Path3D - Interface in com.xj.anylogic.engine
This interface represents a sequence of (x, y, z) points
Coordinates of all the points (Path2D.getPointDx(int), Path2D.getPointDy(int), Path3D.getPointDz(int)) are relative to the base coordinates (Path2D.getX(), Path2D.getY(), Path3D.getZ())
pause() - Method in class com.xj.anylogic.engine.Engine
Engine command applicable only in RUNNING state (in other states does nothing and returns false).
PAUSE - Static variable in class com.xj.anylogic.engine.Experiment
 
pause() - Method in class com.xj.anylogic.engine.Experiment
Pauses the experiment execution.
pause() - Method in class com.xj.anylogic.engine.ExperimentSimulation
Pauses the model execution.
PAUSED - Static variable in class com.xj.anylogic.engine.Engine
 
PAUSED - Static variable in class com.xj.anylogic.engine.Experiment
 
pauseSimulation() - Method in class com.xj.anylogic.engine.ActiveObject
Engine command applicable only in RUNNING state (in other states does nothing and returns false).
PEACH_PUFF - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
peachPuff - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
pert(double, double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the PERT distribution.
pert(double, double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the PERT distribution using the specified random number generator.
peru - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
PERU - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
picBackgroundColor - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
picBorderColor - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
picHeight - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
picOffsetX - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
picOffsetY - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
picWidth - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
PieChart - Class in com.xj.anylogic.engine.analysis
The chart that displays a number of data items in the form of a pie where each data item has a sector with angular extension proportional to its fraction the total sum of the data items.
PieChart(Presentable, boolean, int, int, int, int, Color, Color, int, int, int, int, Color, Color, Color, int, int, List<DataItem>, List<String>, List<Color>) - Constructor for class com.xj.anylogic.engine.analysis.PieChart
Creates a persistent PieChart.
PieChart(Presentable, int, int) - Constructor for class com.xj.anylogic.engine.analysis.PieChart
Creates a non-persistent PieChart.
pink - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
PINK - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
PLEASE_WAIT - Static variable in class com.xj.anylogic.engine.Engine
 
PLEASE_WAIT - Static variable in class com.xj.anylogic.engine.Experiment
 
Plot - Class in com.xj.anylogic.engine.analysis
The chart that displays a collection of data sets as plots - polylines with point at each data point and straingh lines in between.
Plot(Presentable, boolean, int, int, int, int, Color, Color, int, int, int, int, Color, Color, Color, int, int, int, double, double, int, double, double, int, int, Color, Color, List<DataSet>, List<String>, List<Chart2DPlot.Appearance>) - Constructor for class com.xj.anylogic.engine.analysis.Plot
Creates a persistent Plot.
Plot(Presentable, int, int) - Constructor for class com.xj.anylogic.engine.analysis.Plot
Creates a non-persistent Plot.
plum - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
PLUM - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
PM - Static variable in class com.xj.anylogic.engine.Utilities
Value of the Utilities.getAmPm(Date) method indicating the period of the day from noon to just before midnight.
Point - Class in com.xj.anylogic.engine
Class representing Point structure: three coordinates (x, y, z).
Point() - Constructor for class com.xj.anylogic.engine.Point
Creates new point with zero (0, 0, 0) coordinates
Point(double, double, double) - Constructor for class com.xj.anylogic.engine.Point
Creates new point with the given coordinates.
Point(double, double) - Constructor for class com.xj.anylogic.engine.Point
Creates new point with the given (x, y) coordinates.
POINT_CIRCLE - Static variable in class com.xj.anylogic.engine.analysis.Chart
 
POINT_NONE - Static variable in class com.xj.anylogic.engine.analysis.Chart
 
POINT_SQUARE - Static variable in class com.xj.anylogic.engine.analysis.Chart
 
POINT_TRIANGLE - Static variable in class com.xj.anylogic.engine.analysis.Chart
 
poisson(double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Poisson distribution.
poisson(double, double, double, double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of truncated Poisson distribution.
poisson(double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Poisson distribution using the specified random number generator.
poisson(double, double, double, double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of truncated Poisson distribution using the specified random number generator.
polyLineContains(double, double, int, double[], double[]) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Tests if the polygon with given base points contains the point with coordinates (x,y) relative to the polygon first base point.
popupMenuCanceled(PopupMenuEvent) - Method in class com.xj.anylogic.engine.presentation.ToolBar
Method of PopupMenuListener interface.
popupMenuWillBecomeInvisible(PopupMenuEvent) - Method in class com.xj.anylogic.engine.presentation.ToolBar
Method of PopupMenuListener interface.
popupMenuWillBecomeVisible(PopupMenuEvent) - Method in class com.xj.anylogic.engine.presentation.ToolBar
Method of PopupMenuListener interface.
Port<InMessageType,OutMessageType> - Class in com.xj.anylogic.engine
Port is a universal interface of an active object via which it can send and receive messages - arbitrary objects.
Port(ActiveObject) - Constructor for class com.xj.anylogic.engine.Port
 
POWDER_BLUE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
powderBlue - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
prepareBeforeExperimentStart_xjal(Class<?>) - Static method in class com.xj.anylogic.engine.Utilities
This method is internal and isn't intended to be called by user (may be removed in future releases)
Presentable - Class in com.xj.anylogic.engine
A base for any object that can be displayed by presentation panel.
Presentable() - Constructor for class com.xj.anylogic.engine.Presentable
 
Presentation - Class in com.xj.anylogic.engine.presentation
This class creates AnyLogic GUI and controls the model execution in GUI applications and applets.
Presentation(Experiment<?>, int, Container) - Constructor for class com.xj.anylogic.engine.presentation.Presentation
Creates a Presentation (AnyLogic model GUI components) for a given experiment in a given mode: MODE_APPLICATION, MODE_APPLET, or MODE_COMPONENT.
presentationContains(double, double) - Method in class com.xj.anylogic.engine.Presentable
Tests if any of the presentation shapes contain the point with the coordinates (px,py).
previous() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Moves the cursor to the previous row in this ResultSet object.
print(boolean) - Method in class com.xj.anylogic.engine.connectivity.TextFile
Prints a boolean value.
print(char) - Method in class com.xj.anylogic.engine.connectivity.TextFile
Prints a character.
print(char[]) - Method in class com.xj.anylogic.engine.connectivity.TextFile
Prints an array of characters.
print(double) - Method in class com.xj.anylogic.engine.connectivity.TextFile
Prints a double-precision floating-point number.
print(float) - Method in class com.xj.anylogic.engine.connectivity.TextFile
Prints a floating-point number.
print(int) - Method in class com.xj.anylogic.engine.connectivity.TextFile
Prints an integer.
print(long) - Method in class com.xj.anylogic.engine.connectivity.TextFile
Prints a long integer.
print(Object) - Method in class com.xj.anylogic.engine.connectivity.TextFile
Prints an object.
print(String) - Method in class com.xj.anylogic.engine.connectivity.TextFile
Prints a string.
printf(Locale, String, Object...) - Method in class com.xj.anylogic.engine.connectivity.TextFile
A convenient method to write a formatted string to the text file using the specified format string and arguments.
printf(String, Object...) - Method in class com.xj.anylogic.engine.connectivity.TextFile
A convenient method to write a formatted string to the text file using the specified format string and arguments.
println() - Method in class com.xj.anylogic.engine.connectivity.TextFile
Terminates the current line by writing the line separator string.
println(boolean) - Method in class com.xj.anylogic.engine.connectivity.TextFile
Prints a boolean value and then terminates the line.
println(char) - Method in class com.xj.anylogic.engine.connectivity.TextFile
Prints a character and then terminates the line.
println(char[]) - Method in class com.xj.anylogic.engine.connectivity.TextFile
Prints an array of characters and then terminates the line.
println(double) - Method in class com.xj.anylogic.engine.connectivity.TextFile
Prints a double-precision floating-point number and then terminates the line.
println(float) - Method in class com.xj.anylogic.engine.connectivity.TextFile
Prints a floating-point number and then terminates the line.
println(int) - Method in class com.xj.anylogic.engine.connectivity.TextFile
Prints an integer and then terminates the line.
println(long) - Method in class com.xj.anylogic.engine.connectivity.TextFile
Prints a long integer and then terminates the line.
println(Object) - Method in class com.xj.anylogic.engine.connectivity.TextFile
Prints an Object and then terminates the line.
println(String) - Method in class com.xj.anylogic.engine.connectivity.TextFile
Prints a String and then terminates the line.
prod(int...) - Method in class com.xj.anylogic.engine.HyperArray
Returns a partial product of hyper array elements, namely product across all dimensions whose indexes equal INDEX_CAN_VARY in the given index array.
projectionContains(double, double) - Method in class com.xj.anylogic.engine.AbstractShapeGISMap
Returns true if the projection of the given point to screen is visible on this map
projectionContains(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
 
pulse(double, double) - Method in class com.xj.anylogic.engine.Utilities
Returns 1, starting at startTime, and lasting for interval pulseWidth; 0 is returned at all other times.
pulseTrain(double, double, double, double) - Method in class com.xj.anylogic.engine.Utilities
Returns 1, starting at startTime, and lasting for interval pulseWidth and then repeats this pattern every timeBetweenPulses time until endTime; 0 is returned at all other times.
purple - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
PURPLE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
putScalarPhaseVector_xjal(double[], double[]) - Method in class com.xj.anylogic.engine.ActiveObject
This method shouldn't be normally called by user.
putScalarPhaseVectorForInitialConditions_xjal(double[], double[]) - Method in class com.xj.anylogic.engine.ActiveObject
This method shouldn't be normally called by user.

Q

quantum(double, double) - Static method in class com.xj.anylogic.engine.Utilities
Returns the number smaller (by absolute value) than or equal to value that is an integer multiple of quantizer.
Query - Class in com.xj.anylogic.engine.connectivity
Query object for database connectivity
Works in 2 modes: Returns ResultSet object (see Query.execute()) which can be iterated to retrieve result values Maps rows of database resulting table to the fields of newly created elements in collection or new ActiveObjects in the Replicated Active Object element (see Query.executeAndMap())
This object is only available in the AnyLogic Professional
Query(String, Database, boolean, String) - Constructor for class com.xj.anylogic.engine.connectivity.Query
Creates new Query for work only with Query.execute() method
Query(String, Database, boolean, String, String[][]) - Constructor for class com.xj.anylogic.engine.connectivity.Query
Creates new Query for work in the Mapping mode (Query.executeAndMap() method)
Note the Query.execute() method is still available for this object

R

ramp(double, double, double) - Method in class com.xj.anylogic.engine.Utilities
Returns 0 until the startTime and then slopes upward until endTime and then holds constant.
random() - Method in class com.xj.anylogic.engine.ActiveObjectArrayList
Randomly returns one active object from this collection
(uses uniform distribution from the Engine)
This method runs in constant time
random() - Method in class com.xj.anylogic.engine.ActiveObjectCollection
Randomly returns one active object from this collection
(uses uniform distribution from the Engine)
This method runs in linear time
RANDOM - Static variable in class com.xj.anylogic.engine.Agent
 
RANDOM_CONNECTED - Static variable in class com.xj.anylogic.engine.Agent
 
RANDOM_NEIGHBOR - Static variable in class com.xj.anylogic.engine.Agent
This destination type is available only in discrete agents
randomFalse(double) - Method in class com.xj.anylogic.engine.Utilities
Generates false with the given probability p.
randomFalse(double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates false with the given probability p using the specified random number generator.
randomPointInside() - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
 
randomPointInside() - Method in class com.xj.anylogic.engine.presentation.ShapeCurve
This method isn't currently supported by Curve, it throws UnsupportedOperationException.
randomPointInside() - Method in class com.xj.anylogic.engine.presentation.ShapePolyLine
Returns the randomly chosen point inside the fill-area of the polyline (like if it was closed).
randomPointInside(Random) - Method in class com.xj.anylogic.engine.presentation.ShapePolyLine
Returns the randomly chosen point inside the fill-area of the polyline (like if it was closed).
randomTrue(double) - Method in class com.xj.anylogic.engine.Utilities
Generates true with the given probability p.
randomTrue(double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates true with the given probability p using the specified random number generator.
rayleigh(double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Rayleigh distribution with min set to 0.
rayleigh(double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Rayleigh distribution.
rayleigh(double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Rayleigh distribution using the specified random number generator.
READ - Static variable in class com.xj.anylogic.engine.connectivity.TextFile
'read' mode
readBoolean() - Method in class com.xj.anylogic.engine.connectivity.TextFile
Reads boolean string "true" or "false" (with or without quotation marks)
readByte() - Method in class com.xj.anylogic.engine.connectivity.TextFile
Reads and returns number as byte.
readChar() - Method in class com.xj.anylogic.engine.connectivity.TextFile
Reads and returns one character.
readCustomData(ObjectInputStream) - Method in class com.xj.anylogic.engine.Presentable
This method may be overridden to perform custom data reading when loading model snapshot
readDouble() - Method in class com.xj.anylogic.engine.connectivity.TextFile
Reads and returns a double value (number with floating-point and double-precision).
readFile() - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Loads the workbook from the file.
readFloat() - Method in class com.xj.anylogic.engine.connectivity.TextFile
Reads and returns a float value (number with floating-point).
readHyperArray(HyperArray, int, int, int, boolean) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Reads one- or two-dimensional HyperArray data from the sheet starting at the given cell.
readHyperArray(HyperArray, String, int, int, boolean) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Reads one- or two-dimensional HyperArray data from the sheet starting at the given cell.
readHyperArray(HyperArray, String, boolean) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Reads one- or two-dimensional HyperArray data from the sheet starting at the given cell.
readInt() - Method in class com.xj.anylogic.engine.connectivity.TextFile
Reads and returns an int value.
readLine() - Method in class com.xj.anylogic.engine.connectivity.TextFile
Read a line of text.
readLong() - Method in class com.xj.anylogic.engine.connectivity.TextFile
Reads and returns a long value.
readShort() - Method in class com.xj.anylogic.engine.connectivity.TextFile
Reads and returns a short value.
readString() - Method in class com.xj.anylogic.engine.connectivity.TextFile
Reads and returns a String which contains text from current reading position (which is after previously read separator), inclusive, to the next separator character position, exclusive
readTableFunction(TableFunction, int, int, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Reads the table function from the sheet starting at the row with index rowIndex:
- arguments are read from column at columnIndex
- values are read from column at columnIndex + 1

If there is not enough data in the sheet to fill in the length, then table function gets less points.
readTableFunction(TableFunction, String, int, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Reads the table function from the sheet starting at the row with index rowIndex:
- arguments are read from column at columnIndex
- values are read from column at columnIndex + 1

If there is not enough data in the sheet to fill in the length, then table function gets less points.
readTableFunction(TableFunction, String, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Reads the table function from the sheet starting at the row of the given cell:
- arguments are read from column of the given cell
- values are read from column next to the given cell

If there is not enough data in the sheet to fill in the length, then table function gets less points.
receive(Object) - Method in class com.xj.anylogic.engine.Agent
Immediately delivers a message to this agent.
receive(InMessageType) - Method in class com.xj.anylogic.engine.Port
Receives an incoming message.
receiveMessage(Object) - Method in class com.xj.anylogic.engine.Statechart
Posts a message to the statechart without queueing: the message is either immediately consumed (if there is a matching transition active) or is discarded.
receiveMessage(int) - Method in class com.xj.anylogic.engine.Statechart
Same as Statechart.receiveMessage(Object) but with an integer as message.
rectangleContains(double, double, double, double) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Tests if the rectangle with the given attributes contains the point with coordinates (x,y) relative to the rectangle "upper left" corner.
red - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
RED - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
refresh() - Method in class com.xj.anylogic.engine.analysis.BarChart
Causes the chart to refresh its picture and legend based on the newest data values.
refresh() - Method in class com.xj.anylogic.engine.analysis.Chart
Causes the chart to refresh its picture and legend based on the current data values and schedules the component repaint.
refresh() - Method in class com.xj.anylogic.engine.analysis.Histogram
Causes the chart to refresh its picture and legend based on the newest data values.
refresh() - Method in class com.xj.anylogic.engine.analysis.PieChart
Causes the chart to refresh its picture and legend based on the newest data values.
refresh() - Method in class com.xj.anylogic.engine.analysis.Plot
Causes the chart to refresh its picture and legend based on the newest data values.
refresh() - Method in class com.xj.anylogic.engine.analysis.StackChart
Causes the chart to refresh its picture and legend based on the newest data values.
refresh() - Method in class com.xj.anylogic.engine.analysis.TimeColorChart
Causes the chart to refresh its picture and legend based on the newest data values.
refresh() - Method in class com.xj.anylogic.engine.analysis.TimePlot
Causes the chart to refresh its picture and legend based on the newest data values.
refresh() - Method in class com.xj.anylogic.engine.analysis.TimeStackChart
Causes the chart to refresh its picture and legend based on the newest data values.
refresh() - Method in class com.xj.anylogic.engine.presentation.Presentation
Refreshes all presentation components (tool bar, status bar and the panel).
refreshRow() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Refreshes the current row with its most recent value in the database.
registerActiveObjectWithEquations(ActiveObject) - Method in class com.xj.anylogic.engine.Engine
Registers given active object with equations in Engine equations solver.
registerDelay(VariableDelay) - Method in class com.xj.anylogic.engine.Engine
Registers given delay in Engine equations solver.
registerNewRowElement(Object, boolean) - Method in class com.xj.anylogic.engine.connectivity.Query
Extension-point for element creation
In the Mapping mode, this method should be overridden to start given element (previously created by Query.createNewRowElementInstance() and parametrized) add it to the underlying collection and return it
registerPresentation_xjal(Presentation) - Method in class com.xj.anylogic.engine.Experiment
This method isn't designed to be called by user.
registerPresentation_xjal(Presentation) - Method in class com.xj.anylogic.engine.ExperimentSimulation
 
relative(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Moves the cursor a relative number of rows, either positive or negative.
relativeBarWidth - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
releaseStatement(Statement) - Method in class com.xj.anylogic.engine.connectivity.Database
Deprecated. call Statement.close() method instead
remove(ChartItem) - Method in class com.xj.anylogic.engine.analysis.Chart
Removes the given item (DataItem, DataSet, Histogram, Histogram2DData) from the chart.
remove(int) - Method in class com.xj.anylogic.engine.analysis.Chart
Removes the item (DataItem, DataSet, Histogram, etc.) with the given index from the chart.
remove(Component) - Method in class com.xj.anylogic.engine.presentation.Panel
 
remove(int) - Method in class com.xj.anylogic.engine.presentation.Panel
 
remove(Light3D) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
Tries to remove a light from the group, returns false if the light was not contained.
remove(Camera3D) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
Tries to remove a camera from the group, returns false if the camera was not contained.
remove(int) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
Always returns false (there is no non-persistent shape in 3d group).
remove(int) - Method in class com.xj.anylogic.engine.presentation.Shape3DImage
 
remove(Shape) - Method in class com.xj.anylogic.engine.presentation.ShapeGroup
Tries to remove a persistent shape from the group, returns false if the shape was not contained.
remove(int) - Method in class com.xj.anylogic.engine.presentation.ShapeGroup
Tries to remove a non-persistent shape from the group, returns false if the shape was not contained.
remove(ReplicatedShape<?>) - Method in class com.xj.anylogic.engine.presentation.ShapeGroup
Tries to remove a replicated shape from the group, returns false if the shape was not contained.
remove(int) - Method in class com.xj.anylogic.engine.presentation.ShapeImage
Removes the image with the given index from the image shape.
remove(int) - Method in class com.xj.anylogic.engine.presentation.ShapeTopLevelPresentationGroup
Tries to remove a non-persistent shape from the group, returns false if the shape was not contained.
remove(Component) - Method in class com.xj.anylogic.engine.presentation.ToolBar
 
remove(int) - Method in class com.xj.anylogic.engine.presentation.ToolBar
 
removeAll() - Method in class com.xj.anylogic.engine.analysis.Chart
Removes all items from the chart.
removeAll() - Method in class com.xj.anylogic.engine.presentation.ToolBar
 
removeAllEdges() - Method in class com.xj.anylogic.engine.graph.Graph
 
removeAllVetices() - Method in class com.xj.anylogic.engine.graph.Graph
 
removeEdge(Edge) - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangulation
 
removeEdge(Edge) - Method in class com.xj.anylogic.engine.graph.Graph
 
removeEdges(Collection<Edge>) - Method in class com.xj.anylogic.engine.graph.Graph
 
removeIncident(Triangle) - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangle
 
removeIncident(Edge) - Method in class com.xj.anylogic.engine.graph.Vertex
 
removeInfo(String) - Method in class com.xj.anylogic.engine.graph.AbstractGraphNode
 
removeNotify() - Method in class com.xj.anylogic.engine.presentation.Panel
 
removeNotify() - Method in class com.xj.anylogic.engine.presentation.StatusBar
 
removeSnapshotEventListener(SnapshotEventListener) - Method in class com.xj.anylogic.engine.presentation.Presentation
Unregisters listener for snapshot events (which was previously registered using Presentation.addSnapshotEventListener(SnapshotEventListener) method)
Does nothing if the given listener has already been removed
removeTriangle(Triangle) - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.impl.EdgeTriangulationInfoImpl
 
removeTriangle(Triangle) - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.impl.VertexTriangulationInfoImpl
 
removeTriangle(Triangle) - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangulation
 
removeVertex(Vertex) - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangulation
 
removeVertex(Vertex) - Method in class com.xj.anylogic.engine.graph.Graph
 
removeVertices(Collection<Vertex>) - Method in class com.xj.anylogic.engine.graph.Graph
 
ReplicatedShape<T extends Shape> - Class in com.xj.anylogic.engine.presentation
Persistent replicated shape - a container for a number of shapes of the same type but possibly different properties.
ReplicatedShape() - Constructor for class com.xj.anylogic.engine.presentation.ReplicatedShape
 
requestRedraw() - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
Schedules projection recreation and map image rendering to the next animation update
reset() - Method in class com.xj.anylogic.engine.analysis.DataSet
Discards all stored data and their minimum/maximum.
reset() - Method in class com.xj.anylogic.engine.analysis.Histogram2DData
Fully resets the histogram data: discards all PDF/CDF data and statistics.
reset() - Method in class com.xj.anylogic.engine.analysis.HistogramData
Fully resets the histogram data: discards all PDF/CDF data and statistics.
reset() - Method in class com.xj.anylogic.engine.analysis.HistogramSimpleData
Fully resets the histogram data: discards all PDF/CDF data and statistics.
reset() - Method in class com.xj.anylogic.engine.analysis.HistogramSmartData
Fully resets the histogram data object: discards all PDF/CDF data and statistics; also restores the initial interval width.
reset() - Method in class com.xj.anylogic.engine.analysis.StatisticsContinuous
Discards all statistics accumulated.
reset() - Method in class com.xj.anylogic.engine.analysis.StatisticsDiscrete
Discards all statistics accumulated.
reset() - Method in class com.xj.anylogic.engine.DynamicEvent
Discards the scheduled occurrence of the event unregisters this dynamic event at the active object
reset() - Method in class com.xj.anylogic.engine.Event
 
reset() - Method in class com.xj.anylogic.engine.EventCondition
Cancels the currently scheduled event, if any.
reset() - Method in class com.xj.anylogic.engine.EventRate
Cancels the currently scheduled event, if any.
reset() - Method in class com.xj.anylogic.engine.EventTimeout
Cancels the currently scheduled event, if any.
reset() - Method in class com.xj.anylogic.engine.Experiment
Is called each time before a new model is created and is intended to reset all data associated with the experiment.
restart() - Method in class com.xj.anylogic.engine.Event
 
restart() - Method in class com.xj.anylogic.engine.EventCondition
Resumes waiting on the condition.
restart() - Method in class com.xj.anylogic.engine.EventRate
Cancels the currently scheduled event, if any, and schedules the next occurrence according to the Rate.
restart() - Method in class com.xj.anylogic.engine.EventTimeout
Cancels the currently scheduled event, if any, and schedules the next occurrence according to the Timeout specified
restart(double) - Method in class com.xj.anylogic.engine.EventTimeout
Cancels the currently scheduled event, if any, and schedules the next occurrence in time t.
restartTo(double) - Method in class com.xj.anylogic.engine.EventTimeout
Cancels the currently scheduled event, if any, and schedules the next occurrence at the (absolute) model time time.
restartTo(Date) - Method in class com.xj.anylogic.engine.EventTimeout
Cancels the currently scheduled event, if any, and schedules the next occurrence at the (absolute) model date date.
restore(List<?>, List<?>) - Method in class com.xj.anylogic.engine.presentation.Panel
This method should not be called by user
restoreConnections_xjal(LinkedList<?>) - Method in class com.xj.anylogic.engine.Agent
This method should not be called by user
This method restores connections of this agent
restoreOwner(Object) - Method in class com.xj.anylogic.engine.ActiveObject
This method normally should not be called by user
This method restores owner of this object
The method is used in snapshot saving/loading
restoreOwner(Object) - Method in class com.xj.anylogic.engine.ActiveObjectCollection
This method normally should not be called by user
This method restores owner of this object
The method is used in snapshot saving/loading
restoreOwner(Object) - Method in class com.xj.anylogic.engine.analysis.TimeColorChart
 
restoreOwner(Object) - Method in class com.xj.anylogic.engine.analysis.TimePlot
 
restoreOwner(Object) - Method in class com.xj.anylogic.engine.analysis.TimeStackChart
 
restoreOwner(Object) - Method in class com.xj.anylogic.engine.connectivity.Database
This method normally should not be called by user
This method restores owner of this object
The method is used in snapshot saving/loading
restoreOwner(Object) - Method in class com.xj.anylogic.engine.connectivity.TextFile
This method normally should not be called by user
This method restores owner of this object
The method is used in snapshot saving/loading
restoreOwner(Object) - Method in class com.xj.anylogic.engine.Environment
This method normally should not be called by user
This method restores owner of this object
The method is used in snapshot saving/loading
restoreOwner(Object) - Method in class com.xj.anylogic.engine.Event
This method normally should not be called by user
This method restores owner of this object
The method is used in snapshot saving/loading
restoreOwner(Object) - Method in class com.xj.anylogic.engine.Port
This method normally should not be called by user
This method restores owner of this object
The method is used in snapshot saving/loading
restoreOwner(Object) - Method in class com.xj.anylogic.engine.presentation.ReplicatedShape
This method normally should not be called by user
This method restores owner of this object
The method is used in snapshot saving/loading
restoreOwner(Object) - Method in class com.xj.anylogic.engine.presentation.Shape
This method normally should not be called by user
This method restores owner of this object
The method is used in snapshot saving/loading
restoreOwner(Object) - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
 
restoreOwner(Object) - Method in class com.xj.anylogic.engine.presentation.ShapeCAD
 
restoreOwner(Object) - Method in class com.xj.anylogic.engine.presentation.ShapeControl
 
restoreOwner(Object) - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
 
restoreOwner(Object) - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
 
restoreOwner(Object) - Method in class com.xj.anylogic.engine.presentation.ShapeGroup
 
restoreOwner(Object) - Method in class com.xj.anylogic.engine.presentation.ShapeImage
 
restoreOwner(Object) - Method in class com.xj.anylogic.engine.presentation.ViewArea
This method normally should not be called by user
This method restores owner of this object
The method is used in snapshot saving/loading
restoreOwner(Object) - Method in class com.xj.anylogic.engine.Schedule
 
restoreOwner(Object) - Method in class com.xj.anylogic.engine.Statechart
This method normally should not be called by user
This method restores owner of this object
The method is used in snapshot saving/loading
restoreOwner(Object) - Method in class com.xj.anylogic.engine.Transition
This method normally should not be called by user
This method restores owner of this object
The method is used in snapshot saving/loading
ResultSet - Class in com.xj.anylogic.engine.connectivity
A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
resume() - Method in class com.xj.anylogic.engine.EventTimeout
Re-schedules the previously suspended event in the remaining time.
RETURN_GENERATED_KEYS - Static variable in class com.xj.anylogic.engine.connectivity.Statement
The constant indicating that generated keys should be made available for retrieval.
roofCeramicTexture - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
roofMetalTexture - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
ROSY_BROWN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
rosyBrown - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
roundedRectangleContains(double, double, double, double, double) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Tests if the rounded rectangle with the given attributes contains the point with coordinates (x,y) relative to the rectangle "upper left" corner.
rowDeleted() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves whether a row has been deleted.
rowInserted() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves whether the current row has had an insertion.
rowUpdated() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Retrieves whether the current row has been updated.
ROYAL_BLUE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
royalBlue - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
run() - Method in class com.xj.anylogic.engine.Engine
Engine command applicable only in PAUSED state (in other states does nothing and returns false).
RUN - Static variable in class com.xj.anylogic.engine.Experiment
 
run() - Method in class com.xj.anylogic.engine.Experiment
Starts the experiment execution from the current state.
run() - Method in class com.xj.anylogic.engine.ExperimentCustom
Use ExperimentCustom.createEngine()
run() - Method in class com.xj.anylogic.engine.ExperimentSimulation
Runs the model from the current state.
runFast() - Method in class com.xj.anylogic.engine.Engine
Runs the model in the fastest possible way in the same (calling) thread.
runFast(double) - Method in class com.xj.anylogic.engine.Engine
Calls Engine.runFast() but pauses the model execution at the specified model time and returns true
If the model finishes (because of stop time or finish() method called) before the pauseTime, the method runs the model until the finish moment only.
RUNNING - Static variable in class com.xj.anylogic.engine.Engine
 
RUNNING - Static variable in class com.xj.anylogic.engine.Experiment
 
runSimulation() - Method in class com.xj.anylogic.engine.ActiveObject
Engine command applicable only in PAUSED state (in other states does nothing and returns false).

S

SADDLE_BROWN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
saddleBrown - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
salmon - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
SALMON - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
sandTexture - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
SANDY_BROWN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
sandyBrown - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
SATURDAY - Static variable in class com.xj.anylogic.engine.Utilities
Value of the Utilities.getDayOfWeek(Date) method indicating Saturday.
SAVE_RESULTS - Static variable in class com.xj.anylogic.engine.Experiment
 
SAVE_SNAPSHOT - Static variable in class com.xj.anylogic.engine.Experiment
 
saveRootObjectSnapshot(String) - Method in class com.xj.anylogic.engine.Engine
Saves root object and current state of this Engine to a snapshot file with the given name.
saveSnapshot(String) - Method in class com.xj.anylogic.engine.presentation.Presentation
Pauses experiment if it is currently running, saves snapshot and then resumes experiment if it was running
On any error throws nothing.
SCALE_100_PERCENT - Static variable in class com.xj.anylogic.engine.analysis.Chart
 
SCALE_AUTO - Static variable in class com.xj.anylogic.engine.analysis.Chart
 
SCALE_FIXED - Static variable in class com.xj.anylogic.engine.analysis.Chart
 
scaleTypeX - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
scaleTypeY - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
Schedule<V extends java.io.Serializable> - Class in com.xj.anylogic.engine
Schedule class.
Schedule(Utilities, boolean, int, long, long, Long, V, long[], long[], Object[], boolean, boolean[], boolean) - Constructor for class com.xj.anylogic.engine.Schedule
Creates new schedule object
SDUtilities - Class in com.xj.anylogic.engine
This class contains functions commonly used in System Dynamic modeling.
SEA_GREEN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
SEA_SHELL - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
seaGreen - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
seaShell - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
SECOND - Static variable in class com.xj.anylogic.engine.Utilities
Second time unit
second() - Method in class com.xj.anylogic.engine.Utilities
Returns a time value equal to one second according to the current time unit setting.
SECONDS - Static variable in class com.xj.anylogic.engine.presentation.StatusBar
 
Segment2D - Interface in com.xj.anylogic.engine
This interface represents a segment: (x, y) - (x+dx, y+dy)
Segment3D - Interface in com.xj.anylogic.engine
This interface represents a segment: (x, y, z) - (x+dx, y+dy, z+dz)
selectItem(int, boolean) - Method in class com.xj.anylogic.engine.analysis.Chart
Selects/deselects (depending on selected value) chart item with given index
selectNthBestSolution(int) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Called by the user to identify the Nth best soluiton.
semiTransparent(Color) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesColor
Creaates a semitransparent version of the given color, regardless of its original transparency.
send(Object, int) - Method in class com.xj.anylogic.engine.Agent
Sends a message to an agent or a group of agents, as specified by the mode parameter.
send(Object, AgentContinuous2D) - Method in class com.xj.anylogic.engine.AgentContinuous2D
Sends a message to a given agent.
send(Object, AgentContinuous3D) - Method in class com.xj.anylogic.engine.AgentContinuous3D
Sends a message to a given agent.
send(Object, AgentContinuousGIS) - Method in class com.xj.anylogic.engine.AgentContinuousGIS
Sends a message to a given agent.
send(Object, AgentDiscrete2D) - Method in class com.xj.anylogic.engine.AgentDiscrete2D
Sends a message to a given agent.
send(OutMessageType) - Method in class com.xj.anylogic.engine.Port
Send the message out.
SEPTEMBER - Static variable in class com.xj.anylogic.engine.Utilities
Value of the Utilities.getMonth(Date) method indicating the ninth month of the year in the Gregorian and Julian calendars.
set(double, int...) - Method in class com.xj.anylogic.engine.HyperArray
Sets the element of this array specified by the dimension indexes to a given value.
set(double[]) - Method in class com.xj.anylogic.engine.HyperArray
Sets the hyper array elements to the values from a given array, where the first dimension index varies first.
set(double) - Method in class com.xj.anylogic.engine.HyperArray
Sets all elements of this array to a given value.
set3DElement_xjal(Element3D_xjal) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
 
set3DElement_xjal(Element3D_xjal) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
 
set3DElement_xjal(Element3D_xjal) - Method in class com.xj.anylogic.engine.presentation.Shape3DImage
 
set3DElement_xjal(Element3D_xjal) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
 
set3DElement_xjal(Element3D_xjal) - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
 
set3DElement_xjal(Element3D_xjal) - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
 
set3DElement_xjal(Element3D_xjal) - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
 
set3DElement_xjal(Element3D_xjal) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
 
set3DElement_xjal(Element3D_xjal) - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
 
set3DElement_xjal(Element3D_xjal) - Method in class com.xj.anylogic.engine.presentation.Shape3DText
 
set3DElement_xjal(Element3D_xjal) - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
 
set3DElement_xjal(Element3D_xjal) - Method in class com.xj.anylogic.engine.presentation.ShapeWindow3D
 
setActiveState_xjal(short) - Method in class com.xj.anylogic.engine.Statechart
This method is shouldn't be called by user (is public due to technical reasons)
setAlignment(int) - Method in class com.xj.anylogic.engine.presentation.Shape3DText
Sets the alignment of the text shape.
setAlignment(int) - Method in class com.xj.anylogic.engine.presentation.ShapeText
Sets the alignment of the text shape.
setAlignTo(int) - Method in class com.xj.anylogic.engine.presentation.ViewArea
Sets the view area point alignment
setAllowCustomization(boolean) - Method in class com.xj.anylogic.engine.presentation.ToolBar
Enables or disables toolbar sections showing/hiding using popup menu from right-click and extension button (enabled by default).
setAmbientColor(Color) - Method in class com.xj.anylogic.engine.presentation.Light3D
Sets the ambient color component
setAngle(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
 
setAngle(double) - Method in class com.xj.anylogic.engine.presentation.ShapeArc
Sets the the angular extent of the arc in radians, clockwise.
setAngleStart(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
 
setAngleStart(double) - Method in class com.xj.anylogic.engine.presentation.ShapeArc
Sets the starting angle of the arc (0 means 3 o'clock) in radians, clockwise.
setAngleX(double) - Method in class com.xj.anylogic.engine.presentation.Light3DDirectional
Sets the orientation of the light around X axis (CW, from +Y to +Z).
setAngleX(double) - Method in class com.xj.anylogic.engine.presentation.Light3DSpot
Sets the orientation of the light around X axis (CW, from +Y to +Z).
setAngleZ(double) - Method in class com.xj.anylogic.engine.presentation.Light3DDirectional
Sets the orientation of the light around Z axis (CW, from +X to +Y).
setAngleZ(double) - Method in class com.xj.anylogic.engine.presentation.Light3DSpot
Sets the orientation of the light around Z axis (CW, from +X to +Y).
setAnimationParameterEnabled(int, boolean) - Method in class com.xj.anylogic.engine.presentation.Panel
Sets animation drawing parameter for this panel
setAntiAliasingEnabled(boolean) - Method in class com.xj.anylogic.engine.presentation.Panel
Sets the anti-aliasing painting option.
setApproximationOrder(int) - Method in class com.xj.anylogic.engine.TableFunction
This method sets order of the approximation polynomial for the INTERPOLATION_APPROXIMATION mode.
setArgumentsAndValues(double[], double[]) - Method in class com.xj.anylogic.engine.TableFunction
Sets the new argument and value arrays for the table function.
setATOL(double) - Method in class com.xj.anylogic.engine.ActiveObjectIntegrationManager
 
setATOL(double) - Method in class com.xj.anylogic.engine.Engine
Sets the absolute tolerance of the numeric engine.
setAttenuation(double, double, double) - Method in class com.xj.anylogic.engine.presentation.Light3DPoint
Sets the attenuation factors of the light fading with the distance.
setAttenuation(double, double, double) - Method in class com.xj.anylogic.engine.presentation.Light3DSpot
Sets the attenuation factors of the light fading with the distance.
setAutoStop(boolean) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Sets the auto stop option.
setBackgroundColor(Color) - Method in class com.xj.anylogic.engine.presentation.Configuration3D
Sets the background color of 3D world of the active object
setBackgroundColor(Color) - Method in class com.xj.anylogic.engine.presentation.ShapeCAD
 
setBackgroundColor(Color) - Method in class com.xj.anylogic.engine.presentation.ShapeTextField
Sets the background color of this text field.
setCamera(Camera3D) - Method in class com.xj.anylogic.engine.presentation.ShapeWindow3D
Sets the 3D Window to the given camera (and doesn't follow the camera)
setCamera(Camera3D, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeWindow3D
Sets the 3D Window to the given camera and optionally starts following it.
setCamera(Camera3D, boolean, long) - Method in class com.xj.anylogic.engine.presentation.ShapeWindow3D
Sets the 3D Window to the given camera and optionally starts following it.
setCapacity(int) - Method in class com.xj.anylogic.engine.analysis.DataSet
Resizes the data set according to the new capacity.
setCDFEnabled(boolean) - Method in class com.xj.anylogic.engine.analysis.HistogramData
Enables or disables the CDF calculation.
setCell(int, int) - Method in class com.xj.anylogic.engine.AgentDiscrete2D
Puts the agent into a given cell.
setCellFormula(String, int, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Sets formula for this cell.
setCellFormula(String, String, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Sets formula for this cell.
setCellFormula(String, String) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Sets formula for this cell.
setCellValue(boolean, int, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Sets a boolean value for the cell.
setCellValue(double, int, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Sets a numeric value for the cell.
setCellValue(String, int, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Sets a string value for the cell.
setCellValue(Date, int, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Sets a date value for the cell.
setCellValue(boolean, String, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Sets a boolean value for the cell.
setCellValue(double, String, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Sets a numeric value for the cell.
setCellValue(String, String, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Sets a string value for the cell.
setCellValue(Date, String, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Sets a date value for the cell.
setCellValue(boolean, String) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Sets a boolean value for the cell.
setCellValue(double, String) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Sets a numeric value for the cell.
setCellValue(String, String) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Sets a string value for the cell.
setCellValue(Date, String) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Sets a date value for the cell.
setCenterLatitude(double) - Method in class com.xj.anylogic.engine.AbstractShapeGISMap
Sets the latitude of the map projection center, measured in degrees (-90 ...
setCenterLatitude(double) - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
 
setCenterLongitude(double) - Method in class com.xj.anylogic.engine.AbstractShapeGISMap
Sets the longitude of the map projection center, measured in degrees (-180 ...
setCenterLongitude(double) - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
 
setChanged() - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
This method may be used to tell AnyLogic that this workbook has unsaved changes and should be written on ExcelFile.writeFile() or included to the model snapshot if it has such setting.
setClosed(boolean) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
 
setClosed(boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeMultiplePoints
Sets the shape closed or open.
setColor(Color) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
Sets the color of the line.
setColor(Color) - Method in class com.xj.anylogic.engine.presentation.Shape3DText
Sets the color of the text.
setColor(Color) - Method in class com.xj.anylogic.engine.presentation.ShapeLine
Sets the color of the line.
setColor(Color) - Method in class com.xj.anylogic.engine.presentation.ShapePixel
Sets the color of the pixel.
setColor(Color) - Method in class com.xj.anylogic.engine.presentation.ShapeText
Sets the color of the text.
setCommandLineArguments_xjal(String[]) - Method in class com.xj.anylogic.engine.Experiment
This method should not be called by user
setCommandLineArguments_xjal(String[]) - Method in class com.xj.anylogic.engine.ExperimentCustom
This method should not be called by user
setConfirmWindowClose(boolean) - Method in class com.xj.anylogic.engine.presentation.Presentation
Configures the presentation window to show confirmation dialog when user tries to close the model window.
setConstantAttenuation(double) - Method in class com.xj.anylogic.engine.presentation.Light3DPoint
Sets the constant attenuation factor of the light
setConstantAttenuation(double) - Method in class com.xj.anylogic.engine.presentation.Light3DSpot
Sets the constant attenuation factor of the light
setConstraintEquation(COptQuestStringConstraint, String) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Sets the mathematical expression that defines the constraint

This is optimization setup method, user should not call it
setContextReference_xjal(Presentable) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
 
setContextReference_xjal(Presentable) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
 
setContextReference_xjal(Presentable) - Method in class com.xj.anylogic.engine.presentation.Shape3DImage
 
setContextReference_xjal(Presentable) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
 
setContextReference_xjal(Presentable) - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
 
setContextReference_xjal(Presentable) - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
 
setContextReference_xjal(Presentable) - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
 
setContextReference_xjal(Presentable) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
 
setContextReference_xjal(Presentable) - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
 
setContextReference_xjal(Presentable) - Method in class com.xj.anylogic.engine.presentation.Shape3DText
 
setContextReference_xjal(Presentable) - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
 
setControlValueToDefalt(Presentable, int, int) - Method in class com.xj.anylogic.engine.presentation.ShapeControlManager
Sets a (non-persistent) coltrol value to what was provided as the default one.
setControlValueToDefault(int, int) - Method in class com.xj.anylogic.engine.Presentable
Sets a non-persistent control value to what was provided as the default one.
setControlValueToDefault(int) - Method in class com.xj.anylogic.engine.Presentable
Sets a non-replicated non-persistent control value to what was provided as the default one.
setCurrentObjectiveValue(double) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Used to set the value of the objective for the current solution.
setCurrentRequirementValue_xjal(COptQuestRequirement, double) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Used to set the value of the requirement for the current solution.
setCursorName(String) - Method in class com.xj.anylogic.engine.connectivity.Statement
Sets the SQL cursor name to the given String, which will be used by subsequent Statement object execute methods.
setCustomLayerColor(String, Color) - Method in class com.xj.anylogic.engine.presentation.ShapeCAD
Sets custom color for all the shapes for the given layer.
setCutOffAngle(double) - Method in class com.xj.anylogic.engine.presentation.Light3DSpot
Sets the cut-off angle of light source.
setData(double[], int) - Method in class com.xj.anylogic.engine.HyperArray
Sets the hyper array elements to the values from a given array starting from the specified position, where the first dimension index varies first.
setDefaultFonts() - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Deprecated. this method shouldn't be called by user and will be removed in the next release
setDefaultRandomGenerator(Random) - Method in class com.xj.anylogic.engine.Engine
Changes the default random number generator.
setDefaultRandomGenerator(Random) - Method in class com.xj.anylogic.engine.Utilities
Sets the random number generator used by all probability distributions by default, i.e. if no particular generator is specified in the call to a probability distribution function.
setDestroyed() - Method in class com.xj.anylogic.engine.ActiveObject
Marks this object as subject to destruction after the current step is finished.
setDeterminate(boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeProgressBar
Sets determinate property of progress bar, which determines whether the progress bar is in determinate or indeterminate mode.
setDiffuseColor(Color) - Method in class com.xj.anylogic.engine.presentation.Light3D
Sets the diffuse color component
setDropOffRate(double) - Method in class com.xj.anylogic.engine.presentation.Light3DSpot
Sets the value of the exponent that can be used to control how the light intensity drops off from the center to the cut off angle.
setDx(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
Sets the difference of x coordinates of the line end and start points.
setDx(double) - Method in class com.xj.anylogic.engine.presentation.ShapeLine
Sets the difference of x coordinates of the line end and start points.
setDy(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
Sets the difference of y coordinates of the line end and start points.
setDy(double) - Method in class com.xj.anylogic.engine.presentation.ShapeLine
Sets the difference of y coordinates of the line end and start points.
setDz(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
Sets the difference of z coordinates of the arc end and start points.
setDz(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
Sets the difference of z coordinates of the line end and start points.
setEmbeddedObject_xjal(ActiveObject) - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
 
setEnabled(boolean) - Method in class com.xj.anylogic.engine.presentation.Light3D
Enables or disables this light
setEnabled(boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeControl
Sets the control enabled or disabled
setEndX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
Sets the x coordinate of the line end point.
setEndX(double) - Method in class com.xj.anylogic.engine.presentation.ShapeLine
Sets the x coordinate of the line end point.
setEndY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
Sets the y coordinate of the line end point.
setEndY(double) - Method in class com.xj.anylogic.engine.presentation.ShapeLine
Sets the y coordinate of the line end point.
setEndZ(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
Sets the z coordinate of the line end point.
setEngine(Engine) - Method in class com.xj.anylogic.engine.ActiveObject
Sets the simulation engine for the object.
setEnhancedModelElementsAnimationEnabled(boolean) - Method in class com.xj.anylogic.engine.presentation.Panel
Deprecated. may be removed in the next release. Please use setAnimationParameterEnabled(Panel.Panel.ANIM_ENHANCED_MODEL_ELEMENTS_DRAWING, enabled) instead
setEnvelopes(double[]) - Method in class com.xj.anylogic.engine.analysis.Histogram2DData
Sets the array of envelopes to calculate.
setEnvironment(Environment<?>) - Method in class com.xj.anylogic.engine.Agent
Sets up time, space, etc. type for the agent.
setEscapeProcessing(boolean) - Method in class com.xj.anylogic.engine.connectivity.Statement
Sets escape processing on or off.
setExperiment(Experiment<?>) - Method in class com.xj.anylogic.engine.Engine
Sets the experiment that will be controlling the model execution.
setFetchDirection(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Gives a hint as to the direction in which the rows in this ResultSet object will be processed.
setFetchDirection(int) - Method in class com.xj.anylogic.engine.connectivity.Statement
Gives the driver a hint as to the direction in which rows will be processed in ResultSet objects created using this Statement object.
setFetchSize(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for this ResultSet object.
setFetchSize(int) - Method in class com.xj.anylogic.engine.connectivity.Statement
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for ResultSet objects genrated by this Statement.
setFile(String, int) - Method in class com.xj.anylogic.engine.connectivity.TextFile
Sets the new file to be used with this TextFile object
If specified file differs from previously used and the latter is not closed, it will be closed
For TextFile based on URL or on file among class resources, the only possible mode is TextFile.READ
setFileName(String) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Switches this object to work with another file.
setFillColor(Object) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
 
setFillColor(Object) - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
 
setFillColor(Object) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
 
setFillColor(Object) - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
 
setFillColor(Color) - Method in class com.xj.anylogic.engine.presentation.ShapeLineFill
Sets the fill color of the shape.
setFillColor(Object) - Method in class com.xj.anylogic.engine.presentation.ShapeLineFill
Sets the fill color (or Texture) of the shape.
setFixedHorizontalScale(double, double) - Method in class com.xj.anylogic.engine.analysis.Plot
Sets fixed scale for horizontal axis of chart
setFixedReplicationsNumber(int) - Method in class com.xj.anylogic.engine.ExperimentOptimization
 
setFixedReplicationsNumber(int) - Method in class com.xj.anylogic.engine.ExperimentParamVariation
 
setFixedScale(double, double) - Method in class com.xj.anylogic.engine.analysis.BarChart
Sets fixed scale for the chart
setFixedScale(double) - Method in class com.xj.anylogic.engine.analysis.StackChart
Sets fixed scale for the chart
setFixedVerticalScale(double, double) - Method in class com.xj.anylogic.engine.analysis.Chart2DPlot
Sets fixed scale for vertical axis of chart
setFixedVerticalScale(double, double) - Method in class com.xj.anylogic.engine.analysis.Plot
 
setFixedVerticalScale(double, double) - Method in class com.xj.anylogic.engine.analysis.TimePlot
 
setFixedVerticalScale(double) - Method in class com.xj.anylogic.engine.analysis.TimeStackChart
Sets fixed scale for vertical axis of chart
setFont(Font) - Method in class com.xj.anylogic.engine.presentation.Shape3DText
Sets the font of the text shape.
setFont(Font) - Method in class com.xj.anylogic.engine.presentation.ShapeText
Sets the font of the text shape.
setFrameManagementAdaptive(boolean) - Method in class com.xj.anylogic.engine.presentation.Panel
Sets the mode of presentation frame painting management.
setFrameManagementBalance(double) - Method in class com.xj.anylogic.engine.presentation.Panel
Sets the balance between the CPU time available to presentation frame painting and the simulation (applies only in adaptive mode).
setFrameRate(double) - Method in class com.xj.anylogic.engine.presentation.Panel
Sets the frame rate.
setFullScreen(boolean) - Method in class com.xj.anylogic.engine.presentation.Presentation
In application mode, sets the full screen or normal.
setGlobal(boolean) - Method in class com.xj.anylogic.engine.presentation.Light3D
Sets whether this light should affect shapes outside the parent group of this light
setGridColor(Color) - Method in class com.xj.anylogic.engine.presentation.Configuration3D
Sets new grid color value or disables grid
setHeight(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DImage
 
setHeight(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
 
setHeight(double) - Method in class com.xj.anylogic.engine.presentation.ShapeCAD
Sets the height of the shape.
setHeight(double) - Method in class com.xj.anylogic.engine.presentation.ShapeControl
Sets the height of the control.
setHeight(double) - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
Sets the height of the shape.
setHeight(double) - Method in class com.xj.anylogic.engine.presentation.ShapeImage
Sets the height of the image.
setHeight(double) - Method in class com.xj.anylogic.engine.presentation.ShapeRectangle
Sets the height of the rectangle.
setHeight(double) - Method in class com.xj.anylogic.engine.presentation.ViewArea
Sets the height of the view area
setHTOL(double) - Method in class com.xj.anylogic.engine.ActiveObjectIntegrationManager
 
setHTOL(double) - Method in class com.xj.anylogic.engine.Engine
Sets the fixed step of the numeric engine.
setIDEDrivenMode_xjal(Date, long) - Method in class com.xj.anylogic.engine.analysis.TimeColorChart
This method shouldn't be called by user
(is public due to technical reasons)
setIDEDrivenMode_xjal(Date, long) - Method in class com.xj.anylogic.engine.analysis.TimePlot
This method shouldn't be called by user
(is public due to technical reasons)
setIDEDrivenMode_xjal(Date, long) - Method in class com.xj.anylogic.engine.analysis.TimeStackChart
This method shouldn't be called by user
(is public due to technical reasons)
setIndex(int) - Method in class com.xj.anylogic.engine.presentation.Shape3DImage
 
setIndex(int) - Method in class com.xj.anylogic.engine.presentation.ShapeImage
Sets the index of the image to display.
setInterpolationType(int) - Method in class com.xj.anylogic.engine.TableFunction
Sets the new interpolation type for the table function.
setItems(String[]) - Method in class com.xj.anylogic.engine.presentation.ShapeComboBox
Sets new items for this combo box
This method preserves current combo box value: if it is editable if it is not-editable and current value is contained in new texts This method doesn't execute user action code (even if current selection changes)
This method throws an exception if this combo box has numeric value-type (ShapeControl.TYPE_DOUBLE or ShapeControl.TYPE_INT) and some item(s) can't be parsed as a number.
setItems(String[], boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeComboBox
Sets new items for this combo box
This method preserves current combo box value: if it is editable if it is not-editable and current value is contained in new texts
setItems(String[]) - Method in class com.xj.anylogic.engine.presentation.ShapeListBox
Sets new items for this list box
This method preserves current list box values if current values are contained in new items.
setItems(String[], boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeListBox
Sets new items for this list box
This method preserves current list box values if current values are contained in new items.
setLayerVisible(String, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeCAD
Makes the layer with the given name visible/invisible.
setLayoutType(int) - Method in class com.xj.anylogic.engine.EnvironmentContinuous2D
Sets the layout type.
setLayoutType(int) - Method in class com.xj.anylogic.engine.EnvironmentDiscrete2D
Sets the layout type.
setLinearAttenuation(double) - Method in class com.xj.anylogic.engine.presentation.Light3DPoint
Sets the linear attenuation factor of the light
setLinearAttenuation(double) - Method in class com.xj.anylogic.engine.presentation.Light3DSpot
Sets the linear attenuation factor of the light
setLinearConstraintRHS(COptQuestConstraint, double) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Sets the right hand side value of a linear constraint

This is optimization setup method, user should not call it
setLineColor(Object) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
 
setLineColor(Object) - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
 
setLineColor(Object) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
 
setLineColor(Object) - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
 
setLineColor(Color) - Method in class com.xj.anylogic.engine.presentation.ShapeLineFill
Sets the line color of the shape.
setLineColor(Object) - Method in class com.xj.anylogic.engine.presentation.ShapeLineFill
Sets the line color (or Texture) of the shape.
setLineStyle(int) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
Does nothing: the only supported in 3D line style is solid
setLineStyle(int) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
Does nothing: the only supported in 3D line style is solid
setLineStyle(int) - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
Does nothing: the only supported in 3D line style is solid
setLineStyle(int) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
Does nothing: the only supported in 3D line style is solid
setLineStyle(int) - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
Does nothing: the only supported in 3D line style is solid
setLineStyle(int) - Method in class com.xj.anylogic.engine.presentation.ShapeLine
Sets the style of the line: ActiveObject.
setLineStyle(int) - Method in class com.xj.anylogic.engine.presentation.ShapeLineFill
Sets the line style of the shape: ActiveObject.
setLineWidth(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
 
setLineWidth(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
Sets the width of the line, 0 means thinnest possible
setLineWidth(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
 
setLineWidth(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
 
setLineWidth(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
 
setLineWidth(double) - Method in class com.xj.anylogic.engine.presentation.ShapeLine
Sets the width of the line, 0 means thinnest possible
setLineWidth(double) - Method in class com.xj.anylogic.engine.presentation.ShapeLineFill
Sets the line width of the shape, 0 means thinnest possible
setLoadRootFromSnapshot(String) - Method in class com.xj.anylogic.engine.Experiment
Tells this experiment to load the root object from AnyLogic snapshot file

This method is only available in the AnyLogic Professional
setLocation(double, double, double) - Method in class com.xj.anylogic.engine.Point
Sets the location of this Point to the given coordinates.
setLocation(double, double) - Method in class com.xj.anylogic.engine.Point
Sets the location of this Point to the given coordinates.
setLocation(Point) - Method in class com.xj.anylogic.engine.Point
Sets the location of this Point to the same coordinates as in the given Point object.
setLogBufferLength(int) - Method in class com.xj.anylogic.engine.ExperimentOptimization
 
setManualControlPoints(boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeCurve
Sets control points mode: manual or automatic.
setMapScale(double) - Method in class com.xj.anylogic.engine.AbstractShapeGISMap
Sets the scale of map projection
setMapScale(double) - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
 
setMaxFieldSize(int) - Method in class com.xj.anylogic.engine.connectivity.Statement
Sets the limit for the maximum number of bytes that can be returned for character and binary column values in a ResultSet object produced by this Statement object.
setMaximized(boolean) - Method in class com.xj.anylogic.engine.presentation.Presentation
In application mode, sets the window state to maximized or normal.
setMaximumIterations(int) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Sets the number of iterations the optimization should perform before stopping.
setMaxRows(int) - Method in class com.xj.anylogic.engine.connectivity.Statement
Sets the limit for the maximum number of rows that any ResultSet object generated by this Statement object can contain to the given number.
setMinMax(double, double) - Method in class com.xj.anylogic.engine.analysis.HistogramSimpleData
Fully resets the histogram data and sets the new range covered by intervals.
setMode(int) - Method in class com.xj.anylogic.engine.connectivity.TextFile
Sets the new mode of this TextFile object
If specified mode differs from previously used and the file is not closed, it will be closed
For TextFile based on URL or on file among class resources, the only possible mode is TextFile.READ
setName(String) - Method in class com.xj.anylogic.engine.Experiment
Sets the name of the experiment.
setNavigationMode(int) - Method in class com.xj.anylogic.engine.presentation.ShapeWindow3D
Sets the navigation mode (the freedom level of camera manipulation using mouse).
setNetworkAllInRange(double) - Method in class com.xj.anylogic.engine.EnvironmentContinuous
Sets network type to the one when agents are connected if the distance between them is not longer that a given one.
setNetworkRandom(double) - Method in class com.xj.anylogic.engine.Environment
Sets network type to random with a given average number of connections per agent.
setNetworkRingLattice(int) - Method in class com.xj.anylogic.engine.Environment
Sets network type to ring lattice.
setNetworkScaleFree(int) - Method in class com.xj.anylogic.engine.Environment
Sets the network type to "scale free".
setNetworkSmallWorld(int, double) - Method in class com.xj.anylogic.engine.Environment
Sets network type to "small world".
setNetworkUserDefined() - Method in class com.xj.anylogic.engine.Environment
Sets network type to user-defined.
setNPoints(int) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
 
setNPoints(int) - Method in class com.xj.anylogic.engine.presentation.ShapeMultiplePoints
Sets the number of points in the shape.
setObjectiveMaximize() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Sets the goal of the optimization to maximize the objective value

This is optimization setup method, user should not call it
setObjectiveMinimize() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Sets the goal of the optimization to minimize the objective value

This is optimization setup method, user should not call it
setOffsets(double, double) - Method in class com.xj.anylogic.engine.presentation.Panel
Sets the x and y offsets (in the model coordinates) of the presentation origin (0,0) from the top left corner of the panel.
setOffsetX(int) - Method in class com.xj.anylogic.engine.presentation.Panel
Sets the x offset (in the model coordinates) of the presentation origin (0,0) from the top left corner of the panel.
setOffsetY(int) - Method in class com.xj.anylogic.engine.presentation.Panel
Sets the y offset (in the model coordinates) of the presentation origin (0,0) from the top left corner of the panel.
setOutOfRangeAction(int) - Method in class com.xj.anylogic.engine.TableFunction
Sets the new action performed in case the argument provided in get() is out of range.
setOutOfRangeDefaultValue(double) - Method in class com.xj.anylogic.engine.TableFunction
Sets the value to be returned by get(x) in case x is out of range AND out of range action type is OUTOFRANGE_CUSTOM.
setOwner_xjal(ShapeEmbeddedObjectPresentation) - Method in class com.xj.anylogic.engine.presentation.ShapeTopLevelPresentationGroup
This method shouldn't be called by user.
setOwnerShape_xjal(ShapeEmbeddedObjectPresentation) - Method in class com.xj.anylogic.engine.ActiveObject
This method shouldn't be called by user.
setPanelSize(int, int) - Method in class com.xj.anylogic.engine.presentation.Presentation
In application mode, sets the size of the frame so that the frame's inner panel dimensions are exactly width by height pixels.
setPanningEnabled(boolean) - Method in class com.xj.anylogic.engine.presentation.Panel
Enables or disables panning with mouse right+drag, but does not affect programmatic changes of offsets that are always possible.
setPanningEnabled(boolean) - Method in class com.xj.anylogic.engine.presentation.Presentation
Enables or disables panning with mouse right+drag, but does not affect programmatic changes of offsets that are always possible.
setParametersToDefaultValues() - Method in class com.xj.anylogic.engine.ActiveObject
Sets all not dynamic parameters to their default values.
setParameterVariableLowerBound(COptQuestVariable, double) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Sets lower bound size for optimization parameter variable

This is optimization setup method, user should not call it
setParameterVariableName(COptQuestVariable, String) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Assigns a name to the variable
Names must be alphanumeric and cannot be a function name

This is optimization setup method, user should not call it
setParameterVariableStepSize(COptQuestVariable, double) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Sets step size for optimization parameter variable
Used for discrete variables

This is optimization setup method, user should not call it
setParameterVariableSuggestedValue(COptQuestVariable, double) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Allows the user to suggest a solution by setting a suggested value for each variable
ExperimentOptimization.addSuggestedSolution() indicates the suggested solution is complete and should be added to the set of solutions to be evaluated.
setParameterVariableUpperBound(COptQuestVariable, double) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Sets upper bound size for optimization parameter variable

This is optimization setup method, user should not call it
setPercentilesEnabled(boolean) - Method in class com.xj.anylogic.engine.analysis.HistogramData
Enables or disables calculation of percentiles (the data values corresponding to a certain low and high percent bounds).
setPercents(double, double) - Method in class com.xj.anylogic.engine.analysis.HistogramData
Sets the percent bounds for percentile calculation.
setPoint(int, double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
Sets the coordinates of a particular point of the shape relative to the start point.
setPoint(int, double, double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
Sets the coordinates of a particular point of the shape relative to the start point.
setPoint(int, double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeCurve
Sets the coordinates of a particular point of the shape relative to the start point.
setPoint(int, double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeMultiplePoints
Sets the coordinates of a particular point of the shape relative to the start point.
setPointDx(int, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
 
setPointDx(int, double) - Method in class com.xj.anylogic.engine.presentation.ShapeCurve
Sets the x coordinate of a particular point of the shape relative to the start point.
setPointDx(int, double) - Method in class com.xj.anylogic.engine.presentation.ShapeMultiplePoints
Sets the x coordinate of a particular point of the shape relative to the start point.
setPointDy(int, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
 
setPointDy(int, double) - Method in class com.xj.anylogic.engine.presentation.ShapeCurve
Sets the y coordinate of a particular point of the shape relative to the start point.
setPointDy(int, double) - Method in class com.xj.anylogic.engine.presentation.ShapeMultiplePoints
Sets the y coordinate of a particular point of the shape relative to the start point.
setPointDz(int, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
Sets the z coordinate of a particular point of the shape relative to the start point.
setPopupMenu_xjal(JMenuItem...) - Method in class com.xj.anylogic.engine.presentation.Panel
This method shouldn't be called by user and may be removed in future releases.
setPos(double, double, double) - Method in class com.xj.anylogic.engine.presentation.Camera3D
Sets the camera location
setPos(double, double, double) - Method in class com.xj.anylogic.engine.presentation.Light3DPoint
Sets the light source position
setPos(double, double, double) - Method in class com.xj.anylogic.engine.presentation.Light3DSpot
Sets the light source position
setPos(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape
Sets both coordinates of the shape
setPos(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
Sets (x, y) coordinates of the shape.
setPos(double, double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
Sets coordinates of the base arc center
setPos(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
 
setPos(double, double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
Sets coordinates of the shape
setPos(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DImage
Sets (x, y) coordinates of the shape.
setPos(double, double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DImage
Sets coordinates of the shape
setPos(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
Sets (x, y) coordinates of the shape.
setPos(double, double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
Sets coordinates of the shape
setPos(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
Sets (x, y) coordinates of the shape.
setPos(double, double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
Sets coordinates of the shape
setPos(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
Sets (x, y) coordinates of the shape.
setPos(double, double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
Sets coordinates of the base oval center
setPos(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
 
setPos(double, double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
Sets coordinates of the shape
setPos(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
Sets (x, y) coordinates of the shape.
setPos(double, double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
Sets coordinates of the shape
setPos(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
Sets (x, y) coordinates of the shape.
setPos(double, double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
Sets coordinates of the shape
setPos(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DText
Sets (x, y) coordinates of the shape.
setPos(double, double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DText
Sets coordinates of the shape
setPos(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
 
setPos(double, double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
Sets coordinates of the shape
setPresentable(Presentable) - Method in class com.xj.anylogic.engine.presentation.Presentation
Sets the presentable object to be displayed by the presentation panel.
setPresentation(Presentation) - Method in class com.xj.anylogic.engine.Engine
Sets the presentation object that will be displaying the model execution.
setProgressString(String) - Method in class com.xj.anylogic.engine.presentation.ShapeProgressBar
Sets the String value of the progress bar.
setProjectionCenter(double, double) - Method in class com.xj.anylogic.engine.AbstractShapeGISMap
Sets the center of the map projection
setProjectionCenter(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
 
setQuadraticAttenuation(double) - Method in class com.xj.anylogic.engine.presentation.Light3DPoint
Sets the quadratic attenuation factor of the light
setQuadraticAttenuation(double) - Method in class com.xj.anylogic.engine.presentation.Light3DSpot
Sets the quadratic attenuation factor of the light
setQueryTimeout(int) - Method in class com.xj.anylogic.engine.connectivity.Statement
Sets the number of seconds the driver will wait for a Statement object to execute to the given number of seconds.
setRadius(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
 
setRadius(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
 
setRadius(double) - Method in class com.xj.anylogic.engine.presentation.ShapeOval
Sets both radiuses of the oval to the same given value, i.e. makes it a circle.
setRadius(double) - Method in class com.xj.anylogic.engine.presentation.ShapeRoundedRectangle
Sets the corner radius of the rounded rectangle.
setRadiusX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
Sets the radius of the arc along X-axis.
setRadiusX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
Sets the radius of the oval along X-axis.
setRadiusX(double) - Method in class com.xj.anylogic.engine.presentation.ShapeOval
Sets the "horizontal" radius of the oval.
setRadiusY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
Sets the radius of the arc along Y-axis.
setRadiusY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
Sets the radius of the oval along Y-axis.
setRadiusY(double) - Method in class com.xj.anylogic.engine.presentation.ShapeOval
Sets the "vertical" radius of the oval.
setRange(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeProgressBar
Sets the minimum and maximum values of the progress bar.
setRange(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeSlider
Sets the minimum and maximum values of the slider.
setRange(double, double, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeSlider
Sets the minimum and maximum values of the slider.
setRange(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeTextField
Sets the minimum and maximum values of the text field with numeric value-type: ShapeControl.TYPE_DOUBLE, ShapeControl.TYPE_INT.
setRange(double, double, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeTextField
Sets the minimum and maximum values of the text field with numeric value-type: ShapeControl.TYPE_DOUBLE, ShapeControl.TYPE_INT.
setRealTimeMode(boolean) - Method in class com.xj.anylogic.engine.Engine
Sets the virtual or real time execution mode.
setRealTimeScale(double) - Method in class com.xj.anylogic.engine.Engine
Sets the model time to real time scale.
setRejectNonLinear(boolean) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Directs the OptQuest Engine to reject solutions that violate non-linear constraints without performing simulation.
setRequirementLowerBound(COptQuestRequirement, double) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Sets the lower bound of requirement to the input value

This is optimization setup method, user should not call it
setRequirementUpperBound(COptQuestRequirement, double) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Sets the upper bound of requirement to the input value

This is optimization setup method, user should not call it
setRotation(double) - Method in class com.xj.anylogic.engine.AgentContinuous2D
Sets the rotation (angle in radians) of the agent animation in continuous 2D space.
setRotation(double, boolean) - Method in class com.xj.anylogic.engine.AgentContinuous2D
Sets the rotation (angle in radians) of the agent animation in continuous 2D space.
setRotation(double) - Method in class com.xj.anylogic.engine.AgentContinuous3D
Sets the horizontal rotation (angle in radians) of the agent animation in continuous 3D space.
setRotation(double, boolean) - Method in class com.xj.anylogic.engine.AgentContinuous3D
Sets the horizontal rotation (angle in radians) of the agent animation in continuous 3D space.
setRotation(double, double) - Method in class com.xj.anylogic.engine.AgentContinuous3D
Sets the rotations (angles in radians) of the agent animation in continuous 3D space.
setRotation(double, double, boolean) - Method in class com.xj.anylogic.engine.AgentContinuous3D
Sets the rotations (angles in radians) of the agent animation in continuous 3D space.
setRotation(double) - Method in class com.xj.anylogic.engine.AgentContinuousGIS
Sets the rotation (angle in radians) of the agent animation in continuous 2D space.
setRotation(double, boolean) - Method in class com.xj.anylogic.engine.AgentContinuousGIS
Sets the rotation (angle in radians) of the agent animation in continuous 2D space.
setRotation(double) - Method in class com.xj.anylogic.engine.presentation.Shape
Sets the rotation of the shape.
setRotation(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
 
setRotation(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
Sets the horizontal rotation of the shape.
setRotation(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DImage
 
setRotation(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
 
setRotation(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
 
setRotation(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
 
setRotation(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
Sets the horizontal rotation of the shape.
setRotation(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
 
setRotation(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
 
setRotation(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DText
 
setRotation(double) - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
 
setRotation(double) - Method in class com.xj.anylogic.engine.presentation.ShapePolyLine
 
setRotationX(double) - Method in class com.xj.anylogic.engine.presentation.Camera3D
Sets the rotation of the camera around X axis (CW, from +Y to +Z).
setRotationX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
Sets rotation around X axis (CW from +Y to +Z) of the shape.
setRotationX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
Sets rotation around X axis (CW from +Y to +Z) of the shape.
setRotationY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
Sets rotation around Y axis (CW from +Z to +X) of the shape.
setRotationY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
Sets rotation around Y axis (CW from +Z to +X) of the shape.
setRotationZ(double) - Method in class com.xj.anylogic.engine.presentation.Camera3D
Sets the rotation of the camera in radians around Z axis (CW from +X to +Y)
setRotationZ(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
Sets the rotation of the shape around Z-axis.
setRotationZ(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
Sets the rotation of the shape around Z-axis.
setRTOL(double) - Method in class com.xj.anylogic.engine.ActiveObjectIntegrationManager
 
setRTOL(double) - Method in class com.xj.anylogic.engine.Engine
Sets the relative tolerance of the numeric engine.
setScale(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape
Sets the scales of the shape along both axes
setScale(double) - Method in class com.xj.anylogic.engine.presentation.Shape
Sets the same scale of the shape along both axes
setScale(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
Sets the scale of the shape along all the axes
setScale(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
 
setScale(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
Sets the scale of the figure along all the axes
setScale(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
 
setScale(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DImage
Sets the scale of the figure along all the axes
setScale(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DImage
 
setScale(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
Sets the scale of the shape along all the axes
setScale(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
Sets the scales of the shape along x and y axes (z-scale isn't changed)
setScale(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
Sets the scale of the object along all the axes
setScale(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
 
setScale(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
Sets the scale of the shape along all the axes
setScale(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
 
setScale(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
Sets the scale of the figure along all the axes
setScale(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
 
setScale(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
Sets the scale of the figure along all the axes
setScale(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
 
setScale(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
Sets the scale of the figure along all the axes
setScale(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
 
setScale(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DText
Sets the scale of the figure along all the axes
setScale(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DText
 
setScale(double) - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
Sets the scale of the figure along all the axes
setScale(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
 
setScale(double) - Method in class com.xj.anylogic.engine.presentation.ShapePolyLine
 
setScale(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapePolyLine
 
setScaleX(double) - Method in class com.xj.anylogic.engine.presentation.Shape
Sets the scale of the shape along x axis
setScaleX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
 
setScaleX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
 
setScaleX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DImage
 
setScaleX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
 
setScaleX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
 
setScaleX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
 
setScaleX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
 
setScaleX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
 
setScaleX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
 
setScaleX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DText
 
setScaleX(double) - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
 
setScaleX(double) - Method in class com.xj.anylogic.engine.presentation.ShapePolyLine
 
setScaleY(double) - Method in class com.xj.anylogic.engine.presentation.Shape
Sets the scale of the shape along y axis
setScaleY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
 
setScaleY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
 
setScaleY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DImage
 
setScaleY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
 
setScaleY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
 
setScaleY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
 
setScaleY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
 
setScaleY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
 
setScaleY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
 
setScaleY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DText
 
setScaleY(double) - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
 
setScaleY(double) - Method in class com.xj.anylogic.engine.presentation.ShapePolyLine
 
setScaleZ(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
Sets the scale of the shape along z axis
setScaleZ(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
Sets the scale of the shape along z axis
setScaleZ(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
Sets the scale of the shape along z axis
setScaleZ(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
Sets the scale of the shape along z axis
setScaleZ(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
Sets the scale of the shape along z axis
setScaleZ(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
Sets the scale of the shape along z axis
setScaleZ(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
Sets the scale of the shape along z axis
setScaleZ(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
Sets the scale of the shape along z axis
setScaleZ(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DText
Sets the scale of the shape along z axis
setScaleZ(double) - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
Sets the scale of the shape along z axis
setScaling(int) - Method in class com.xj.anylogic.engine.presentation.ViewArea
Sets scaling type for this view area
setSectionEnabled(int, boolean) - Method in class com.xj.anylogic.engine.presentation.ToolBar
Enables/disables all controls within a particular section on the toolbar.
setSectionVisible(int, boolean) - Method in class com.xj.anylogic.engine.presentation.StatusBar
Shows/hides a particular section on the status bar.
setSectionVisible(int, boolean) - Method in class com.xj.anylogic.engine.presentation.ToolBar
Shows/hides a particular section on the toolbar.
setSelected(boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeCheckBox
Sets the selected state of a persistent checkbox
Doesn't execute user action code
setSelected(boolean, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeCheckBox
Sets the selected state of a persistent checkbox
Executes user action code (if any exists) if callAction parameter is true
setSelectedItemIndices(int[]) - Method in class com.xj.anylogic.engine.analysis.Chart
Selects only chart items with given indices
setShape(Shape) - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
Sets the shape reference for this phantom shape.
setShapeDynamicProperties(T, int) - Method in class com.xj.anylogic.engine.presentation.ReplicatedShape
Sets the dynamic properties of a shape with the given index.
setSimultaneousEventsSelectionMode(int) - Method in class com.xj.anylogic.engine.Engine
Sets the mode of event selection among simultaneous events (if any occur)
The default mode is Engine.EVENT_SELECTION_DETERMINISTIC
setSize(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DImage
 
setSize(double, double) - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
 
setSize(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeImage
Sets the width and height of the image.
setSize(double, double) - Method in class com.xj.anylogic.engine.presentation.ShapeRectangle
Sets the width and height of the rectangle.
setSolverDAE(int) - Method in class com.xj.anylogic.engine.Engine
Sets solver type for mixed differential-algebraic equations
Available solvers: Engine.SOLVER_DAE_RK45_NEWTON (default) Engine.SOLVER_DAE_EULER_NEWTON
setSolverNAE(int) - Method in class com.xj.anylogic.engine.Engine
Sets solver type for algebraic equations
Available solvers: Engine.SOLVER_NAE_MODIFIED_NEWTON (default) Engine.SOLVER_NAE_FAST_NEWTON Engine.SOLVER_NAE_CLASSIC_NEWTON
setSolverODE(int) - Method in class com.xj.anylogic.engine.Engine
Sets solver type for ordinary differential equations
Available solvers: Engine.SOLVER_ODE_EULER (default) Engine.SOLVER_ODE_RK4
setSpaceContinuous(double, double) - Method in class com.xj.anylogic.engine.EnvironmentContinuous2D
Deprecated. replaced with EnvironmentContinuous2D.setupSpace(double, double)
setSpaceContinuous(AbstractShapeGISMap) - Method in class com.xj.anylogic.engine.EnvironmentContinuousGIS
Deprecated. replaced with EnvironmentContinuousGIS.setupSpace(AbstractShapeGISMap)
setSpaceDiscrete(double, double, int, int, int) - Method in class com.xj.anylogic.engine.EnvironmentDiscrete2D
Deprecated. replaced with EnvironmentDiscrete2D.setupSpace(double, double, int, int, int)
setSpecularColor(Color) - Method in class com.xj.anylogic.engine.presentation.Light3D
Sets the specular color component
setStartDate(Date) - Method in class com.xj.anylogic.engine.Engine
Sets the date corresponding to the start time of the simulation.
setStartTime(double) - Method in class com.xj.anylogic.engine.Engine
Sets the start time for the simulation - the initial value of the model clock.
setStopDate(Date) - Method in class com.xj.anylogic.engine.Engine
Sets the stop time of the simulation by converting the stop date provided to the model time, subject to the start time, start date and time unit settings.
setStopTime(double) - Method in class com.xj.anylogic.engine.Engine
Sets the stop time for the simulation.
setText(Object) - Method in class com.xj.anylogic.engine.presentation.Shape3DText
Sets the text of the text shape.
setText(Object) - Method in class com.xj.anylogic.engine.presentation.ShapeButton
Sets the button label text
setText(Object) - Method in class com.xj.anylogic.engine.presentation.ShapeCheckBox
Sets the checkbox label text
setText(Object) - Method in class com.xj.anylogic.engine.presentation.ShapeText
Sets the text of the text shape.
setText(String) - Method in class com.xj.anylogic.engine.presentation.ShapeTextField
Sets the text of the text field
Doesn't execute user action code
If value-type is numeric and the given text isn't a valid number, nothing will be changed, and if text is a number but not within [min, max], it will be corrected to min or max
setText(String, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeTextField
Sets the text of the text field
Executes user action code (if any exists) if callAction parameter is true
If value-type is numeric and the given text isn't a valid number, nothing will be changed, and if text is a number but not within [min, max], it will be corrected to min or max
setText(double) - Method in class com.xj.anylogic.engine.presentation.ShapeTextField
Sets the numeric value of the text field with value type ShapeControl.TYPE_DOUBLE or ShapeControl.TYPE_INT.
setText(double, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeTextField
Sets the numeric value of the text field with value type ShapeControl.TYPE_DOUBLE or ShapeControl.TYPE_INT.
setTextColor(Color) - Method in class com.xj.anylogic.engine.presentation.ShapeTextField
Sets the text color of this text field.
setTime(double) - Method in class com.xj.anylogic.engine.ActiveObjectIntegrationManager
 
setTimeUnit(long) - Method in class com.xj.anylogic.engine.Engine
Sets the correspondance between the model time unit and a real time unit.
setTitle(String) - Method in class com.xj.anylogic.engine.presentation.ViewArea
Sets the title of view area (will be shown in View areas menu)
setTTOL(double) - Method in class com.xj.anylogic.engine.ActiveObjectIntegrationManager
 
setTTOL(double) - Method in class com.xj.anylogic.engine.Engine
Sets the time tolerance of the numeric engine.
setup(Container) - Method in class com.xj.anylogic.engine.Experiment
Is called in static main() method of applications and in the init() method of applets, after the experiment is constructed.
setupEngine(Engine) - Method in class com.xj.anylogic.engine.Experiment
Is called for the simulation engine when it is created
setupEngine_xjal(Engine) - Method in class com.xj.anylogic.engine.ExperimentCustom
This method should not be called by user
setupPlainDependencyArc(Arc2D.Double, double, double, double, double, double) - Static method in class com.xj.anylogic.engine.ActiveObject
Deprecated. this method is deprecated and will be removed in the next release
setupRangeVariedParameter(ROOT, int, int, boolean) - Method in class com.xj.anylogic.engine.ExperimentParamVariation
This method should be overridden in experiments which work with parameters varied in range
setupRootParameters(ROOT, boolean) - Method in class com.xj.anylogic.engine.ExperimentCompareRuns
Is called to setup parameters of root active object.
setupRootParameters(ROOT, boolean) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Is called to setup parameters of root active object.
setupRootParameters(ROOT, int, boolean) - Method in class com.xj.anylogic.engine.ExperimentParamVariation
Setups all parameters of root object
Default implementation works only with range varied parameters
Override in subclass if experiment uses freeform parameters or uses range varied parameters and has fixed parameters, in this case overridden method should call super.setupRootParameters(root, index); and then setup values for fixed parameters
setupRootParameters(ROOT, boolean) - Method in class com.xj.anylogic.engine.ExperimentSimulation
Is called to setup parameters of root active object.
setupSpace(double, double) - Method in class com.xj.anylogic.engine.EnvironmentContinuous2D
Sets the space to the given dimensions.
setupSpace(double, double, double) - Method in class com.xj.anylogic.engine.EnvironmentContinuous3D
Sets the space to the given dimensions.
setupSpace(AbstractShapeGISMap) - Method in class com.xj.anylogic.engine.EnvironmentContinuousGIS
Sets the space to be based on given gisMap.
setupSpace(double, double, int, int, int) - Method in class com.xj.anylogic.engine.EnvironmentDiscrete2D
Sets the space type to discrete with the given dimensions and neighborhood type.
setURL(URL) - Method in class com.xj.anylogic.engine.connectivity.TextFile
Sets the new url to be used with this TextFile object
This method switches TextFile to the TextFile.READ mode
If specified url differs from previously used and the stream of latter is not closed, it will be closed
setUserControlledStop(boolean) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Indicates the user will stop the optimization by calling the ExperimentOptimization.stopOptimization() method

This is optimization setup method, user should not call it
setUseReplications(boolean) - Method in class com.xj.anylogic.engine.ExperimentOptimization
Sets optimization to use replications

This is optimization setup method, user should not call it
setUseReplications(boolean) - Method in class com.xj.anylogic.engine.ExperimentParamVariation
 
setValue(double) - Method in class com.xj.anylogic.engine.analysis.DataItem
Sets the value of the data item.
setValue(String) - Method in class com.xj.anylogic.engine.presentation.ShapeComboBox
Sets the selected text item of the combo box.
setValue(String, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeComboBox
Sets the selected text item of the combo box.
setValue(double) - Method in class com.xj.anylogic.engine.presentation.ShapeComboBox
Sets the numeric value of the combo box with value type ShapeControl.TYPE_DOUBLE or ShapeControl.TYPE_INT.
setValue(double, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeComboBox
Sets the numeric value of the combo box with value type ShapeControl.TYPE_DOUBLE or ShapeControl.TYPE_INT.
setValue(String) - Method in class com.xj.anylogic.engine.presentation.ShapeFileChooser
Sets the selected filename to given fileName
Doesn't execute user action code
setValue(String, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeFileChooser
Sets the selected filename to given fileName
Executes user action code (if any exists) if callAction parameter is true
setValue(String) - Method in class com.xj.anylogic.engine.presentation.ShapeListBox
Sets the selected text item of the list box.
setValue(String, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeListBox
Sets the selected text item of the list box.
setValue(double) - Method in class com.xj.anylogic.engine.presentation.ShapeProgressBar
Sets the value of the progress bar.
setValue(int) - Method in class com.xj.anylogic.engine.presentation.ShapeRadioButtonGroup
Sets the radio button with the given index selected, makes others deselected.
setValue(int, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeRadioButtonGroup
Sets the radio button with the given index selected, makes others deselected.
setValue(double) - Method in class com.xj.anylogic.engine.presentation.ShapeSlider
Sets the value of the slider.
setValue(double, boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeSlider
Sets the value of the slider.
setValues(String[]) - Method in class com.xj.anylogic.engine.presentation.ShapeListBox
Sets the selected text items of the list box (in the multiple-selection mode)
Clears list box selection if texts is null or empty
Doesn't execute user action code
setValues(String[], boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeListBox
Sets the selected text items of the list box (in the multiple-selection mode)
Clears list box selection if texts is null or empty
Executes user action code (if any exists) if callAction parameter is true
setValueToDefault() - Method in class com.xj.anylogic.engine.presentation.ShapeCheckBox
Sets the state of a non-persistent checkbox to what was provided as the default one.
setValueToDefault() - Method in class com.xj.anylogic.engine.presentation.ShapeComboBox
Sets the text of a non-persistent combo box to what was provided as the default one.
setValueToDefault() - Method in class com.xj.anylogic.engine.presentation.ShapeControl
Sets the value of a non-persistent control to what was provided as the default one.
setValueToDefault() - Method in class com.xj.anylogic.engine.presentation.ShapeFileChooser
Sets the selected filename of a non-persistent file chooser to what was provided as the default one.
setValueToDefault() - Method in class com.xj.anylogic.engine.presentation.ShapeListBox
Sets the text of a non-persistent list box to what was provided as the default one.
setValueToDefault() - Method in class com.xj.anylogic.engine.presentation.ShapeProgressBar
Does nothing since progress bar has no default value.
setValueToDefault() - Method in class com.xj.anylogic.engine.presentation.ShapeRadioButtonGroup
Sets the value of a non-persistent radio button group to what was provided as the default one.
setValueToDefault() - Method in class com.xj.anylogic.engine.presentation.ShapeSlider
Sets the value of a non-persistent slider to what was provided as the default one.
setValueToDefault() - Method in class com.xj.anylogic.engine.presentation.ShapeTextField
Sets the text of a non-persistent text field to what was provided as the default one.
setValueToDefault() - Method in class com.xj.anylogic.engine.presentation.ShapeWindow3D
Does nothing since window has no default value.
setVariableReplicationsNumber(int, int, int, double) - Method in class com.xj.anylogic.engine.ExperimentOptimization
 
setVariableReplicationsNumber(int, int, int, double) - Method in class com.xj.anylogic.engine.ExperimentParamVariation
 
setVelocity(double) - Method in class com.xj.anylogic.engine.AgentContinuous
Changes velocity of the agent in continuous space (measured in pixels per model-time-unit, and in GIS-based environments - in m/s).
setVisible(boolean) - Method in class com.xj.anylogic.engine.presentation.Shape
Sets the visibility of the shape.
setVisible(boolean) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
 
setVisible(boolean) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
 
setVisible(boolean) - Method in class com.xj.anylogic.engine.presentation.Shape3DImage
 
setVisible(boolean) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
 
setVisible(boolean) - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
 
setVisible(boolean) - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
 
setVisible(boolean) - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
 
setVisible(boolean) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
 
setVisible(boolean) - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
 
setVisible(boolean) - Method in class com.xj.anylogic.engine.presentation.Shape3DText
 
setVisible(boolean) - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
 
setVisible(boolean) - Method in class com.xj.anylogic.engine.presentation.ToolBar
 
setVisibleLayers(String...) - Method in class com.xj.anylogic.engine.presentation.ShapeCAD
Makes the layers with given names visible and hides all other layers in this CAD.
setVMethods(Number) - Method in class com.xj.anylogic.engine.Engine
 
setWidth(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DImage
 
setWidth(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
 
setWidth(double) - Method in class com.xj.anylogic.engine.presentation.ShapeCAD
Sets the width of the shape.
setWidth(double) - Method in class com.xj.anylogic.engine.presentation.ShapeControl
Sets the width of the control.
setWidth(double) - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
Sets the width of the shape.
setWidth(double) - Method in class com.xj.anylogic.engine.presentation.ShapeImage
Sets the width of the image.
setWidth(double) - Method in class com.xj.anylogic.engine.presentation.ShapeRectangle
Sets the width of the rectangle.
setWidth(double) - Method in class com.xj.anylogic.engine.presentation.ViewArea
Sets the width of the view area
setX(double) - Method in class com.xj.anylogic.engine.graph.algorithms.GeometryUtils.Point
 
setX(double) - Method in class com.xj.anylogic.engine.presentation.Camera3D
Sets the x coordinate of the camera location
setX(double) - Method in class com.xj.anylogic.engine.presentation.Light3DPoint
Sets the x coordinate of the light source position
setX(double) - Method in class com.xj.anylogic.engine.presentation.Light3DSpot
Sets the x coordinate of the light source position
setX(double) - Method in class com.xj.anylogic.engine.presentation.Shape
Sets the x coordinate of the shape
setX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
 
setX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
 
setX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DImage
 
setX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
 
setX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
 
setX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
 
setX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
 
setX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
 
setX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
 
setX(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DText
 
setX(double) - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
 
setX(double) - Method in class com.xj.anylogic.engine.presentation.ViewArea
Sets the x coordinate of the view area
setXY(double, double) - Method in class com.xj.anylogic.engine.AgentContinuous2D
Sets the coordinates of the agent location.
setXY(double, double) - Method in class com.xj.anylogic.engine.AgentContinuous3D
Deprecated. this method is public only for easy translation of 2D models to 3D and may be removed in future releases. Please use AgentContinuous3D.setXYZ(double, double, double) method instead
setXY(double, double) - Method in class com.xj.anylogic.engine.AgentContinuousGIS
Sets the coordinates of the agent location.
setXYZ(double, double, double) - Method in class com.xj.anylogic.engine.AgentContinuous3D
Sets the coordinates of the agent location in continuous 3D space.
setY(double) - Method in class com.xj.anylogic.engine.graph.algorithms.GeometryUtils.Point
 
setY(double) - Method in class com.xj.anylogic.engine.presentation.Camera3D
Sets the y coordinate of the camera location
setY(double) - Method in class com.xj.anylogic.engine.presentation.Light3DPoint
Sets the y coordinate of the light source position
setY(double) - Method in class com.xj.anylogic.engine.presentation.Light3DSpot
Sets the y coordinate of the light source position
setY(double) - Method in class com.xj.anylogic.engine.presentation.Shape
Sets the y coordinate of the shape
setY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
 
setY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
 
setY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DImage
 
setY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
 
setY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
 
setY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
 
setY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
 
setY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
 
setY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
 
setY(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DText
 
setY(double) - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
 
setY(double) - Method in class com.xj.anylogic.engine.presentation.ViewArea
Sets the y coordinate of the view area
setZ(double) - Method in class com.xj.anylogic.engine.presentation.Camera3D
Sets the z coordinate of the camera location
setZ(double) - Method in class com.xj.anylogic.engine.presentation.Light3DPoint
Sets the z coordinate of the light source position
setZ(double) - Method in class com.xj.anylogic.engine.presentation.Light3DSpot
Sets the z coordinate of the light source position
setZ(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
Sets the z coordinate of the arc base
setZ(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DGroup
Sets the z coordinate of the figure
setZ(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DImage
Sets the z coordinate of the figure
setZ(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
Sets the z coordinate of the figure
setZ(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DObject
Sets the z coordinate of the object
setZ(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
Sets the z coordinate of the oval base
setZ(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPhantom
Sets the z coordinate of the figure
setZ(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
Sets the z coordinate of the figure
setZ(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
Sets the z coordinate of the figure
setZ(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DText
Sets the z coordinate of the figure
setZ(double) - Method in class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
Sets the z coordinate of the figure
setZHeight(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DArc
Sets the height of the arc along Z-axis
setZHeight(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DLine
Sets the height of the shape along Z-axis
setZHeight(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DOval
Sets the height of the oval along Z-axis
setZHeight(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DPolyLine
Sets the height of the polyline along Z-axis
setZHeight(double) - Method in class com.xj.anylogic.engine.presentation.Shape3DRectangle
Sets the height of the rectangle along Z-axis
setZoom(double) - Method in class com.xj.anylogic.engine.presentation.Panel
Zooms the presentation in or out.
setZoom(double) - Method in class com.xj.anylogic.engine.presentation.ViewArea
Sets the zoom of the view area
setZoomEnabled(boolean) - Method in class com.xj.anylogic.engine.presentation.Panel
Enables or disables zoom initiated from the GUI (button. mouse, or keyboard), but does not affect programmatic changes of zoom that are always possible.
setZoomEnabled(boolean) - Method in class com.xj.anylogic.engine.presentation.Presentation
Enables or disables zoom initiated from the GUI (button. mouse, or keyboard), but does not affect programmatic changes of zoom that are always possible.
Shape - Class in com.xj.anylogic.engine.presentation
The base class for all persistent graphical shapes and also for all controls (persistent & not).
Shape() - Constructor for class com.xj.anylogic.engine.presentation.Shape
 
Shape3DArc - Class in com.xj.anylogic.engine.presentation
Persistent 3D arc shape.
Shape3DArc() - Constructor for class com.xj.anylogic.engine.presentation.Shape3DArc
Constructs a 3D arc with default attributes.
Shape3DArc(boolean, double, double, double, double, Object, Object, double, double, double, double, double, double, int) - Constructor for class com.xj.anylogic.engine.presentation.Shape3DArc
Deprecated. This constructor is obsolete and will be removed in future releases. Please use constructor Shape3DArc.Shape3DArc(boolean, double, double, double, double, Object, Object, double, double, double, double, double, double, double, int)
Shape3DArc(boolean, double, double, double, double, Object, Object, double, double, double, double, double, double, double, int) - Constructor for class com.xj.anylogic.engine.presentation.Shape3DArc
Constructs a 3D arc with specific attributes.
Shape3DGroup - Class in com.xj.anylogic.engine.presentation
Persistent 3D group shape.
Shape3DGroup(Presentable) - Constructor for class com.xj.anylogic.engine.presentation.Shape3DGroup
Constructs an empty group with default attributes.
Shape3DGroup(Presentable, boolean, double, double, double, double, Object...) - Constructor for class com.xj.anylogic.engine.presentation.Shape3DGroup
Constructs a group with specific attributes and possibly with some content
Shape3DImage - Class in com.xj.anylogic.engine.presentation
Persistent shape representing an image drawn on a horizontal rectangle in the 3D world.
Shape3DImage(Presentable, boolean, double, double, double, double, double, double, String, String[]) - Constructor for class com.xj.anylogic.engine.presentation.Shape3DImage
Constructs a 3D image shape with specific attributes.
Shape3DLine - Class in com.xj.anylogic.engine.presentation
Persistent 3D line shape.
Shape3DLine() - Constructor for class com.xj.anylogic.engine.presentation.Shape3DLine
Constructs a line with default attributes.
Shape3DLine(boolean, double, double, double, Object, double, double, double, double, double, int) - Constructor for class com.xj.anylogic.engine.presentation.Shape3DLine
Constructs a line with specific attributes.
Shape3DObject - Class in com.xj.anylogic.engine.presentation
Persistent 3D object shape loaded from X3D file.
Shape3DObject(Presentable, boolean, double, double, double, double, double, String, String, int, boolean, double, double, double, double) - Constructor for class com.xj.anylogic.engine.presentation.Shape3DObject
Constructs a 3D shape with specific attributes.
Shape3DOval - Class in com.xj.anylogic.engine.presentation
Persistent 3D oval shape.
Shape3DOval() - Constructor for class com.xj.anylogic.engine.presentation.Shape3DOval
Constructs a 3D oval with default attributes.
Shape3DOval(boolean, double, double, double, double, Object, Object, double, double, double, double, int) - Constructor for class com.xj.anylogic.engine.presentation.Shape3DOval
Constructs a 3D oval with specific attributes.
Shape3DPhantom - Class in com.xj.anylogic.engine.presentation
Persistent phantom shape.
Shape3DPhantom(boolean, double, double, double, double, Shape) - Constructor for class com.xj.anylogic.engine.presentation.Shape3DPhantom
Constructs a phantom shape with specified reference and attributes.
Shape3DPhantom() - Constructor for class com.xj.anylogic.engine.presentation.Shape3DPhantom
Constructs a phantom shape with empty reference and default attributes.
Shape3DPolyLine - Class in com.xj.anylogic.engine.presentation
Persistent 3D polyline shape.
Shape3DPolyLine() - Constructor for class com.xj.anylogic.engine.presentation.Shape3DPolyLine
Constructs a polyline with default attributes.
Shape3DPolyLine(boolean, double, double, double, Object, Object, int, double[], double[], double[], boolean, double, double, int) - Constructor for class com.xj.anylogic.engine.presentation.Shape3DPolyLine
Constructs a 3D polyline with specific attributes.
Shape3DRectangle - Class in com.xj.anylogic.engine.presentation
Persistent 3D rectangle shape.
Shape3DRectangle() - Constructor for class com.xj.anylogic.engine.presentation.Shape3DRectangle
Constructs a 3D rectangle with default attributes.
Shape3DRectangle(boolean, double, double, double, double, Object, Object, double, double, double, double, int) - Constructor for class com.xj.anylogic.engine.presentation.Shape3DRectangle
Constructs a 3D rectangle with specific attributes.
Shape3DText - Class in com.xj.anylogic.engine.presentation
Persistent 3D text shape.
Shape3DText() - Constructor for class com.xj.anylogic.engine.presentation.Shape3DText
Constructs a 3D text shape with default attributes.
Shape3DText(boolean, double, double, double, double, Color, String, Font, int) - Constructor for class com.xj.anylogic.engine.presentation.Shape3DText
Constructs a 3D text shape with specific attributes.
SHAPE_ARC - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_BUTTON - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_CAD - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_CHART_BAR - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_CHART_HISTOGRAM - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_CHART_HISTOGRAM2D - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_CHART_PIE - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_CHART_PLOT - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_CHART_STACK - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_CHART_TIME_COLOR - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_CHART_TIME_PLOT - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_CHART_TIME_STACK - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_CHECKBOX - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_COMBOBOX - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_CURVE - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_EMBEDDED_OBJECT - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_FILECHOOSER - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_GROUP - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_IMAGE - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_LINE - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_LISTBOX - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_OVAL - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_PIXEL - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_POLYLINE - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_PROGRESSBAR - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_RADIOBUTTONS - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_RECTANGLE - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_ROUNDED_RECTANGLE - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_SLIDER - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_TEXT - Static variable in class com.xj.anylogic.engine.Presentable
 
SHAPE_TEXTFIELD - Static variable in class com.xj.anylogic.engine.Presentable
 
ShapeArc - Class in com.xj.anylogic.engine.presentation
Persistent arc shape.
ShapeArc() - Constructor for class com.xj.anylogic.engine.presentation.ShapeArc
Constructs an arc with default attributes.
ShapeArc(boolean, double, double, double, Color, Color, double, double, double, double, double, int) - Constructor for class com.xj.anylogic.engine.presentation.ShapeArc
Constructs an arc with specific attributes.
ShapeArc(boolean, double, double, double, Object, Object, double, double, double, double, double, int) - Constructor for class com.xj.anylogic.engine.presentation.ShapeArc
Constructs an arc with specific attributes.
ShapeButton - Class in com.xj.anylogic.engine.presentation
Button control.
ShapeButton(Presentable, boolean, int, int, int, int, Color, Color, Font, String) - Constructor for class com.xj.anylogic.engine.presentation.ShapeButton
Creates a persistent button control.
ShapeCAD - Class in com.xj.anylogic.engine.presentation
Persistent CAD drawing shape.
ShapeCAD(Presentable, boolean, double, double, double, double, String, String, int, Color, String[], Color[], boolean) - Constructor for class com.xj.anylogic.engine.presentation.ShapeCAD
Deprecated. this constructor will be removed in the future releases, please use ShapeCAD.ShapeCAD(Presentable, boolean, double, double, double, double, String, String, int, Color, String[], Color[], int)
ShapeCAD(Presentable, boolean, double, double, double, double, String, String, int, Color, String[], Color[], int) - Constructor for class com.xj.anylogic.engine.presentation.ShapeCAD
Constructs a CAD drawing shape with specific attributes.
ShapeCheckBox - Class in com.xj.anylogic.engine.presentation
Checkbox control.
ShapeCheckBox(Presentable, boolean, int, int, int, int, Color, Color, Font, String) - Constructor for class com.xj.anylogic.engine.presentation.ShapeCheckBox
Creates a persistent checkbox control.
ShapeComboBox - Class in com.xj.anylogic.engine.presentation
Combo box control.
ShapeComboBox(Presentable, boolean, int, int, int, int, Color, Color, Font, String[], boolean) - Constructor for class com.xj.anylogic.engine.presentation.ShapeComboBox
Deprecated. use ShapeComboBox.ShapeComboBox(Presentable, boolean, int, int, int, int, Color, Color, Font, String[], boolean, int)
ShapeComboBox(Presentable, boolean, int, int, int, int, Color, Color, Font, String[], boolean, int) - Constructor for class com.xj.anylogic.engine.presentation.ShapeComboBox
Creates a persistent combo box control.
ShapeControl - Class in com.xj.anylogic.engine.presentation
The base class for all controls, i.e. presentation shapes that have JComponents, (like buttons, sliders, text fields, and also charts) both persistent and not persistent.
ShapeControlManager - Class in com.xj.anylogic.engine.presentation
This class is responsible for displaying controls, i.e. presentation elements that have JComponents (like slider, button, text field, etc, or charts), both persistent or non-persistent, i.e. existing only while they are visible.
ShapeCurve - Class in com.xj.anylogic.engine.presentation
Persistent curve shape.
ShapeCurve() - Constructor for class com.xj.anylogic.engine.presentation.ShapeCurve
Constructs a curve with default attributes.
ShapeCurve(boolean, double, double, Color, Color, int, double[], double[], boolean, double, int) - Constructor for class com.xj.anylogic.engine.presentation.ShapeCurve
Deprecated. use ShapeCurve.ShapeCurve(boolean, double, double, Object, Object, int, boolean, double[], double[], boolean, double, int)
ShapeCurve(boolean, double, double, Color, Color, int, boolean, double[], double[], boolean, double, int) - Constructor for class com.xj.anylogic.engine.presentation.ShapeCurve
Constructs a curve with specific attributes.
ShapeCurve(boolean, double, double, Object, Object, int, boolean, double[], double[], boolean, double, int) - Constructor for class com.xj.anylogic.engine.presentation.ShapeCurve
Constructs a curve with specific attributes.
ShapeEmbeddedObjectPresentation - Class in com.xj.anylogic.engine.presentation
Persistent presentation of Embedded Object shape.
ShapeEmbeddedObjectPresentation(Presentable, boolean, double, double, double, double, boolean, ActiveObject) - Constructor for class com.xj.anylogic.engine.presentation.ShapeEmbeddedObjectPresentation
Constructs an embedded object presentation with specific attributes
ShapeFileChooser - Class in com.xj.anylogic.engine.presentation
File chooser control.
ShapeFileChooser(Presentable, boolean, int, int, int, int, Color, Color, Font, String, int, String[][]) - Constructor for class com.xj.anylogic.engine.presentation.ShapeFileChooser
Creates a persistent list box control.
ShapeGISMap - Class in com.xj.anylogic.engine.presentation
GIS map projection manager and map renderer (persistent GIS Map shape which displays and map projection)
GIS map is a Shape and it can be placed on the model animation: it renders the associated map projection on the screen
This class provides several projection methods General information:
Coordinates of any point are presented as: the longitude of point, measured in degrees (-180 ...
ShapeGISMap(Presentable, boolean, double, double, double, double, String, ShapeGISMap.Layer[], double, double, double, Color, Color) - Constructor for class com.xj.anylogic.engine.presentation.ShapeGISMap
Constructs a GIS Map shape with specific attributes.
ShapeGISMap.Layer - Class in com.xj.anylogic.engine.presentation
Class which stores GIS map layer information
ShapeGISMap.Layer(String, String, Color, Color, int) - Constructor for class com.xj.anylogic.engine.presentation.ShapeGISMap.Layer
Creates new Layer descriptor
ShapeGroup - Class in com.xj.anylogic.engine.presentation
Persistent group shape.
ShapeGroup(Presentable) - Constructor for class com.xj.anylogic.engine.presentation.ShapeGroup
Constructs an empty group with default attributes.
ShapeGroup(Presentable, boolean, double, double, double, Object...) - Constructor for class com.xj.anylogic.engine.presentation.ShapeGroup
Constructs a group with specific attributes and possibly with some content
ShapeImage - Class in com.xj.anylogic.engine.presentation
Persistent image shape.
ShapeImage(Presentable, boolean, double, double, double, double, double, String[]) - Constructor for class com.xj.anylogic.engine.presentation.ShapeImage
Deprecated. use ShapeImage.ShapeImage(Presentable, boolean, double, double, double, double, double, String, String[])
ShapeImage(Presentable, boolean, double, double, double, double, double, String, String[]) - Constructor for class com.xj.anylogic.engine.presentation.ShapeImage
Constructs an image shape with specific attributes.
ShapeLine - Class in com.xj.anylogic.engine.presentation
Persistent line shape.
ShapeLine() - Constructor for class com.xj.anylogic.engine.presentation.ShapeLine
Constructs a line with default attributes.
ShapeLine(boolean, double, double, Color, double, double, double, int) - Constructor for class com.xj.anylogic.engine.presentation.ShapeLine
Constructs a line with specific attributes.
ShapeLine(boolean, double, double, Object, double, double, double, int) - Constructor for class com.xj.anylogic.engine.presentation.ShapeLine
Constructs a line with specific attributes.
ShapeLineFill - Class in com.xj.anylogic.engine.presentation
An intermediate base class - for all shapes that have line and fill.
ShapeLineFill() - Constructor for class com.xj.anylogic.engine.presentation.ShapeLineFill
 
ShapeListBox - Class in com.xj.anylogic.engine.presentation
List box control.
ShapeListBox(Presentable, boolean, int, int, int, int, Color, Color, Font, String[], boolean) - Constructor for class com.xj.anylogic.engine.presentation.ShapeListBox
Creates a persistent list box control.
ShapeMultiplePoints - Class in com.xj.anylogic.engine.presentation
A base class for shapes having multiple points, such as polyline or curve.
ShapeMultiplePoints() - Constructor for class com.xj.anylogic.engine.presentation.ShapeMultiplePoints
 
ShapeOval - Class in com.xj.anylogic.engine.presentation
Persistent oval shape.
ShapeOval() - Constructor for class com.xj.anylogic.engine.presentation.ShapeOval
Constructs an oval with default attributes.
ShapeOval(boolean, double, double, double, Color, Color, double, double, double, int) - Constructor for class com.xj.anylogic.engine.presentation.ShapeOval
Constructs an oval with specific attributes.
ShapeOval(boolean, double, double, double, Object, Object, double, double, double, int) - Constructor for class com.xj.anylogic.engine.presentation.ShapeOval
Constructs an oval with specific attributes.
ShapePixel - Class in com.xj.anylogic.engine.presentation
Persistent pixel shape.
ShapePixel() - Constructor for class com.xj.anylogic.engine.presentation.ShapePixel
Constructs a pixel with default attributes.
ShapePixel(boolean, double, double, Color) - Constructor for class com.xj.anylogic.engine.presentation.ShapePixel
Constructs a pixel with specific attributes.
ShapePolyLine - Class in com.xj.anylogic.engine.presentation
Persistent polyline shape.
ShapePolyLine() - Constructor for class com.xj.anylogic.engine.presentation.ShapePolyLine
Constructs a polyline with default attributes.
ShapePolyLine(boolean, double, double, Color, Color, int, double[], double[], boolean, double, int) - Constructor for class com.xj.anylogic.engine.presentation.ShapePolyLine
Constructs a polyline with specific attributes.
ShapePolyLine(boolean, double, double, Object, Object, int, double[], double[], boolean, double, int) - Constructor for class com.xj.anylogic.engine.presentation.ShapePolyLine
Constructs a polyline with specific attributes.
ShapeProgressBar - Class in com.xj.anylogic.engine.presentation
Progress bar control.
ShapeProgressBar(Presentable, boolean, int, int, int, int, Color, boolean, double, double) - Constructor for class com.xj.anylogic.engine.presentation.ShapeProgressBar
Creates a persistent progress bar control.
ShapeRadioButtonGroup - Class in com.xj.anylogic.engine.presentation
A group of radio buttons.
ShapeRadioButtonGroup(Presentable, boolean, int, int, int, int, Color, Color, Font, boolean, String[]) - Constructor for class com.xj.anylogic.engine.presentation.ShapeRadioButtonGroup
Creates a persistent radio button group control.
ShapeRectangle - Class in com.xj.anylogic.engine.presentation
Persistent rectangle shape.
ShapeRectangle() - Constructor for class com.xj.anylogic.engine.presentation.ShapeRectangle
Constructs a rectangle with default attributes.
ShapeRectangle(boolean, double, double, double, Color, Color, double, double, double, int) - Constructor for class com.xj.anylogic.engine.presentation.ShapeRectangle
Constructs a rectangle with specific attributes.
ShapeRectangle(boolean, double, double, double, Object, Object, double, double, double, int) - Constructor for class com.xj.anylogic.engine.presentation.ShapeRectangle
Constructs a rectangle with specific attributes.
ShapeRoundedRectangle - Class in com.xj.anylogic.engine.presentation
Persistent rounded rectangle shape.
ShapeRoundedRectangle() - Constructor for class com.xj.anylogic.engine.presentation.ShapeRoundedRectangle
Constructs a rounded rectangle with default attributes.
ShapeRoundedRectangle(boolean, double, double, double, Color, Color, double, double, double, double, int) - Constructor for class com.xj.anylogic.engine.presentation.ShapeRoundedRectangle
Constructs a rounded rectangle with specific attributes.
ShapeRoundedRectangle(boolean, double, double, double, Object, Object, double, double, double, double, int) - Constructor for class com.xj.anylogic.engine.presentation.ShapeRoundedRectangle
Constructs a rounded rectangle with specific attributes.
ShapeSlider - Class in com.xj.anylogic.engine.presentation
Slider control.
ShapeSlider(Presentable, boolean, int, int, int, int, Color, boolean, double, double) - Constructor for class com.xj.anylogic.engine.presentation.ShapeSlider
Deprecated. use ShapeSlider.ShapeSlider(Presentable, boolean, int, int, int, int, Color, boolean, double, double, int)
ShapeSlider(Presentable, boolean, int, int, int, int, Color, boolean, double, double, int) - Constructor for class com.xj.anylogic.engine.presentation.ShapeSlider
Creates a persistent slider control.
ShapeText - Class in com.xj.anylogic.engine.presentation
Persistent text shape.
ShapeText() - Constructor for class com.xj.anylogic.engine.presentation.ShapeText
Constructs a text shape with default attributes.
ShapeText(boolean, double, double, double, Color, String, Font, int) - Constructor for class com.xj.anylogic.engine.presentation.ShapeText
Constructs a text shape with specific attributes.
ShapeTextField - Class in com.xj.anylogic.engine.presentation
TextField control.
ShapeTextField(Presentable, boolean, int, int, int, int, Color, Color, Font) - Constructor for class com.xj.anylogic.engine.presentation.ShapeTextField
Creates a persistent text field control.
ShapeTextField(Presentable, boolean, int, int, int, int, Color, Color, Font, int, double, double) - Constructor for class com.xj.anylogic.engine.presentation.ShapeTextField
Creates a persistent text field control.
ShapeTopLevelPresentationGroup - Class in com.xj.anylogic.engine.presentation
Top-level group of active object or experiment presentation
ShapeTopLevelPresentationGroup(Presentable, boolean, double, double, double, double, Object...) - Constructor for class com.xj.anylogic.engine.presentation.ShapeTopLevelPresentationGroup
Constructs a top-level presentation group with specific attributes and possibly with some content
ShapeWindow3D - Class in com.xj.anylogic.engine.presentation
The window showing 3D world on the model animation.
ShapeWindow3D(Presentable, boolean, int, int, int, int, int) - Constructor for class com.xj.anylogic.engine.presentation.ShapeWindow3D
Creates a (persistent) 3d scene window control.
show(boolean) - Method in class com.xj.anylogic.engine.presentation.ToolBar
 
showCDF - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
showErrorDialog(String, String) - Method in class com.xj.anylogic.engine.presentation.Presentation
Shows a standard error dialog box with the given text.
showMean - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
showMessageDialog(String) - Method in class com.xj.anylogic.engine.presentation.Presentation
Shows a standard message dialog box with the given text.
showPDF - Variable in class com.xj.anylogic.engine.analysis.Chart.Properties
 
SHRINK_TO_FIT - Static variable in class com.xj.anylogic.engine.presentation.ViewArea
Scaling mode constant.
SHRINK_TO_HEIGHT - Static variable in class com.xj.anylogic.engine.presentation.ViewArea
Scaling mode constant.
SHRINK_TO_WIDTH - Static variable in class com.xj.anylogic.engine.presentation.ViewArea
Scaling mode constant.
sienna - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
SIENNA - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
silver - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
SILVER - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
SIMULATION - Static variable in class com.xj.anylogic.engine.presentation.StatusBar
 
size() - Method in class com.xj.anylogic.engine.ActiveObjectArrayList
 
size() - Method in class com.xj.anylogic.engine.ActiveObjectCollection
Returns the number of elements in this replicated active object.
size() - Method in class com.xj.anylogic.engine.ActiveObjectLinkedHashSet
 
size() - Method in class com.xj.anylogic.engine.analysis.DataSet
Returns the number of items stored in the data set.
size() - Method in class com.xj.anylogic.engine.connectivity.KeyValueTable
Returns the number of key-value mappings in this KeyValueTable.
size() - Method in class com.xj.anylogic.engine.Dimension
Returns the number of indexes in the dimension.
size() - Method in class com.xj.anylogic.engine.Environment.AgentCollection
Returns the number of agents in the collection.
size() - Method in class com.xj.anylogic.engine.Environment
Returns the number of agents registered with this environment.
size() - Method in class com.xj.anylogic.engine.HyperArray
Returns the total number of elements in the hyper array.
size() - Method in class com.xj.anylogic.engine.presentation.ReplicatedShape
Returns the current number of shapes, which may not always equal to what is returned by getReplication().
size() - Method in class com.xj.anylogic.engine.presentation.ShapeGroup
Returns the number of shapes in the group.
skipChars(long) - Method in class com.xj.anylogic.engine.connectivity.TextFile
Skip characters (as well as separator characters).
skipTokens(int) - Method in class com.xj.anylogic.engine.connectivity.TextFile
Skips tokens (texts between separators declared in the constructor)
SKY_BLUE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
skyBlue - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
SLATE_BLUE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
SLATE_GRAY - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
slateBlue - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
slateGray - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
SnapshotEventListener - Class in com.xj.anylogic.engine.presentation
Listener of snapshot events, it is notified about changes performed by Presentation.saveSnapshot(String) and Presentation.loadSnapshot(String) methods
Listener is not notified about operations performed using save/restore snapshot buttons on the toolbar as well as on automatic root object loads in the corresponding experiments
SnapshotEventListener() - Constructor for class com.xj.anylogic.engine.presentation.SnapshotEventListener
Creates new listener which will be notified on each snapshot operation, until it is manually removed from presentation using Presentation.removeSnapshotEventListener(SnapshotEventListener) method
SnapshotEventListener(boolean) - Constructor for class com.xj.anylogic.engine.presentation.SnapshotEventListener
Creates new listener
snapshotLoaded(String) - Method in class com.xj.anylogic.engine.presentation.SnapshotEventListener
This callback is invoked when snapshot is successfully loaded
Default implementation does nothing
snapshotSaved(String) - Method in class com.xj.anylogic.engine.presentation.SnapshotEventListener
This callback is invoked when snapshot is successfully saved
Default implementation does nothing
snow - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
SNOW - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
snowTexture - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
SOLOUT(double, double[], double[]) - Method in class com.xj.anylogic.engine.ActiveObjectIntegrationManager
 
SOLVER_DAE_EULER_NEWTON - Static variable in class com.xj.anylogic.engine.Engine
 
SOLVER_DAE_RK45_NEWTON - Static variable in class com.xj.anylogic.engine.Engine
 
SOLVER_NAE_CLASSIC_NEWTON - Static variable in class com.xj.anylogic.engine.Engine
 
SOLVER_NAE_FAST_NEWTON - Static variable in class com.xj.anylogic.engine.Engine
 
SOLVER_NAE_MODIFIED_NEWTON - Static variable in class com.xj.anylogic.engine.Engine
 
SOLVER_ODE_EULER - Static variable in class com.xj.anylogic.engine.Engine
 
SOLVER_ODE_RK4 - Static variable in class com.xj.anylogic.engine.Engine
 
SOURCE_X_PROPERTY - Static variable in interface com.xj.anylogic.engine.graph.algorithms.IEdgeGeometryInfo
 
SOURCE_Y_PROPERTY - Static variable in interface com.xj.anylogic.engine.graph.algorithms.IEdgeGeometryInfo
 
SOUTH - Static variable in class com.xj.anylogic.engine.Agent
 
SOUTH - Static variable in class com.xj.anylogic.engine.analysis.Chart
 
SOUTHEAST - Static variable in class com.xj.anylogic.engine.Agent
 
SOUTHWEST - Static variable in class com.xj.anylogic.engine.Agent
 
SPACE_CONTINUOUS_2D - Static variable in class com.xj.anylogic.engine.Environment
 
SPACE_DISCRETE_2D - Static variable in class com.xj.anylogic.engine.Environment
 
spaceTypeToString(int) - Static method in class com.xj.anylogic.engine.Environment
Deprecated. use Environment.formatSpaceType()
SPECIFIED_ZOOM - Static variable in class com.xj.anylogic.engine.presentation.ViewArea
Scaling mode constant.
spectrumColor(int, int) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesColor
Returns a good looking spectrum color constructed from a given integer repeated with a given period.
SPRING_GREEN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
springGreen - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
sqr(double) - Static method in class com.xj.anylogic.engine.Utilities
Returns the square of the given value (v2)
StackChart - Class in com.xj.anylogic.engine.analysis
The chart that displays a number of data items in the form of a stack where each data item has a bar with dimension proportional to its fraction the total sum of the data items.
StackChart(Presentable, boolean, int, int, int, int, Color, Color, int, int, int, int, Color, Color, Color, int, int, int, int, double, double, int, Color, Color, List<DataItem>, List<String>, List<Color>) - Constructor for class com.xj.anylogic.engine.analysis.StackChart
Creates a persistent StackChart If the collection of DataItem objects and a collection of their colors are null, new empty collections are created.
StackChart(Presentable, int, int) - Constructor for class com.xj.anylogic.engine.analysis.StackChart
Creates a non-persistent StackChart.
start() - Method in class com.xj.anylogic.engine.ActiveObject
Starts activities (e.g. schedules initial events) in this active object: events, statecharts and embedded objects, submits equations.
start(ActiveObject) - Method in class com.xj.anylogic.engine.Engine
Engine command applicable only in IDLE state (in other states does nothing and returns false).
start() - Method in class com.xj.anylogic.engine.Event
Should be called whe the active objects starts.
start() - Method in class com.xj.anylogic.engine.EventCondition
Should be called whe the active objects starts.
start() - Method in class com.xj.anylogic.engine.EventRate
Should be called when the active objects starts.
start() - Method in class com.xj.anylogic.engine.EventTimeout
Should be called whe the active objects starts.
start() - Method in class com.xj.anylogic.engine.presentation.Presentation
Starts the GUI, subject to mode: in application mode initializes and shows frame; in application and applet mode lays out the toolbar, panel and the status bar.
start() - Method in class com.xj.anylogic.engine.Statechart
Should be called when the active object starts.
start() - Method in class com.xj.anylogic.engine.TransitionCondition
Should be called whe the statechart enters to the transition's source state.
start() - Method in class com.xj.anylogic.engine.TransitionMessage
Should be called whe the statechart enters to the transition's source state.
start() - Method in class com.xj.anylogic.engine.TransitionRate
Should be called whe the statechart enters to the transition's source state.
start() - Method in class com.xj.anylogic.engine.TransitionTimeout
Should be called whe the statechart enters to the transition's source state.
stateChanged(ChangeEvent) - Method in class com.xj.anylogic.engine.presentation.ShapeSlider
ChangeListener implementation.
stateChanged(ChangeEvent) - Method in class com.xj.anylogic.engine.presentation.ToolBar
Method of ChangeListener interface.
Statechart - Class in com.xj.anylogic.engine
Statechart - the most advanced construct to describe event- and time-driven behavior.
Statechart(ActiveObject, short) - Constructor for class com.xj.anylogic.engine.Statechart
Constructs the statechart object.
stateContainsState(short, short) - Method in class com.xj.anylogic.engine.ActiveObject
Checks if one state of a statechart contains another (deep contents - inside contained composite states - are also checked).
Statement - Class in com.xj.anylogic.engine.connectivity
The object used for executing a static SQL statement and returning the results it produces.
StatisticsContinuous - Class in com.xj.anylogic.engine.analysis
Statistics on a value that persists in continuous time but changes only at discrete time moments (like e.g. queue length).
StatisticsContinuous() - Constructor for class com.xj.anylogic.engine.analysis.StatisticsContinuous
Creates a continuous statistics.
StatisticsContinuous(DataUpdater) - Constructor for class com.xj.anylogic.engine.analysis.StatisticsContinuous
Creates a continuous statistics.
StatisticsDiscrete - Class in com.xj.anylogic.engine.analysis
Statistics on a series of data samples of type double.
StatisticsDiscrete() - Constructor for class com.xj.anylogic.engine.analysis.StatisticsDiscrete
Creates a discrete statistics.
StatisticsDiscrete(DataUpdater) - Constructor for class com.xj.anylogic.engine.analysis.StatisticsDiscrete
Creates a discrete statistics.
STATUS - Static variable in class com.xj.anylogic.engine.presentation.StatusBar
 
StatusBar - Class in com.xj.anylogic.engine.presentation
Displays the information about the running experiment: model time, date, steps, performance indicators (simulation time, events per second, memory consumption) and the presentation frame rate.
stddev() - Method in class com.xj.anylogic.engine.HyperArray
Returns the standard deviation across all elements of the hyper array.
STEEL_BLUE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
steelBlue - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
step() - Method in class com.xj.anylogic.engine.Engine
Makes at most one discrete step of the model (can be done from the PAUSED state only).
STEP - Static variable in class com.xj.anylogic.engine.Experiment
 
step() - Method in class com.xj.anylogic.engine.Experiment
Performs one step of experiment execution.
step() - Method in class com.xj.anylogic.engine.ExperimentSimulation
Performs one step of the model execution.
STEP - Static variable in class com.xj.anylogic.engine.presentation.StatusBar
 
step(double, double) - Method in class com.xj.anylogic.engine.Utilities
Returns 0 until the stepTime and then returns height
stop() - Method in class com.xj.anylogic.engine.AgentContinuous
Stops movement in continuous 2D, 3D or GIS space, if any.
stop() - Method in class com.xj.anylogic.engine.AgentContinuous3D
Stops movement in continuous 3D, if any.
stop() - Method in class com.xj.anylogic.engine.Engine
Stops and destroys the model, see also Engine.finish() method, which doesn't destroy the model.
STOP - Static variable in class com.xj.anylogic.engine.Experiment
 
stop() - Method in class com.xj.anylogic.engine.Experiment
Terminates the experiment execution.
stop() - Method in class com.xj.anylogic.engine.ExperimentSimulation
Terminates the model execution, destroys and forgets the model and calls garbage collector, but keeps all experiment data.
stopOptimization() - Method in class com.xj.anylogic.engine.ExperimentOptimization
Stops the currently running optimization

This is optimization setup method, user should not call it
stopSimulation() - Method in class com.xj.anylogic.engine.ActiveObject
Engine command applicable only in any non-IDLE state (in IDLE state does nothing and returns false).
storeSample() - Method in class com.xj.anylogic.engine.VariableDelay
Stores sample if needed
stringColorConstantToInt(String) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
submitPredicate(EventOriginator) - Method in class com.xj.anylogic.engine.Engine
Registers an EventOriginator instance in 'predicates' array.
SUCCESS_NO_INFO - Static variable in class com.xj.anylogic.engine.connectivity.Statement
The constant indicating that a batch statement executed successfully but that no count of the number of rows it affected is available.
sum(String, String) - Method in class com.xj.anylogic.engine.ActiveObjectCollection
Returns the sum of (numeric) field values for all active objects in this collection which have true value of a boolean field with name triggerFieldName (if specified)
sum(String) - Method in class com.xj.anylogic.engine.ActiveObjectCollection
Returns the sum of (numeric) field values for all active objects in this collection
sum() - Method in class com.xj.anylogic.engine.analysis.StatisticsDiscrete
The method returns sum of the samples added to the statistics, or 0 if no samples have been added.
sum() - Method in class com.xj.anylogic.engine.HyperArray
Returns the sum of all elements of the hyper array.
sum(int...) - Method in class com.xj.anylogic.engine.HyperArray
Returns a partial sum of hyper array elements, namely sum across all dimensions whose indexes equal INDEX_CAN_VARY in the given index array.
SUNDAY - Static variable in class com.xj.anylogic.engine.Utilities
Value of the Utilities.getDayOfWeek(Date) method indicating Sunday.
suspend() - Method in class com.xj.anylogic.engine.EventTimeout
Cancels the currently scheduled event, if any, and remembers the remaining time so that it can be resumed by calling EventTimeout.resume().
swapWithAgent(AgentDiscrete2D) - Method in class com.xj.anylogic.engine.AgentDiscrete2D
Swaps the cell location of this agent with another agent.
swapWithCell(int, int) - Method in class com.xj.anylogic.engine.AgentDiscrete2D
Swaps this agent with an agent at the cell with the given row and column.
swapWithNextCell(int) - Method in class com.xj.anylogic.engine.AgentDiscrete2D
Swaps the agent with an agent at the adjacent cell in a given direction.

T

TableFunction - Class in com.xj.anylogic.engine
Table function enables the user to define functions by giving a number of (argument, value) pairs, i.e. a number of base points on a plot.
TableFunction(double[], double[], int, int, double) - Constructor for class com.xj.anylogic.engine.TableFunction
Deprecated. please use TableFunction.TableFunction(double[], double[], int, int, int, double) constructor instead
TableFunction(double[], double[], int, int, int, double) - Constructor for class com.xj.anylogic.engine.TableFunction
Creates a new table function with the given arguments, values, interpolation type and out of range behavior type.
tan - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
TAN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
TARGET_X_PROPERTY - Static variable in interface com.xj.anylogic.engine.graph.algorithms.IEdgeGeometryInfo
 
TARGET_Y_PROPERTY - Static variable in interface com.xj.anylogic.engine.graph.algorithms.IEdgeGeometryInfo
 
tarmacTexture - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
teal - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
TEAL - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
testConditionOf(EventCondition) - Method in class com.xj.anylogic.engine.ActiveObject
Tests the condition expression of a condition event.
testConditionOf(TransitionCondition) - Method in class com.xj.anylogic.engine.ActiveObject
Tests the condition expression of a transition event.
testGuardOf(TransitionTimeout) - Method in class com.xj.anylogic.engine.ActiveObject
Tests the guard expression of a timeout transition.
testGuardOf(TransitionRate) - Method in class com.xj.anylogic.engine.ActiveObject
Tests the guard expression of a rate transition.
testGuardOf(TransitionCondition) - Method in class com.xj.anylogic.engine.ActiveObject
Tests the guard expression of a condition transition.
testGuardOf(TransitionMessage) - Method in class com.xj.anylogic.engine.ActiveObject
Tests the guard expression of a message transition.
testMessageOf(TransitionMessage, Object) - Method in class com.xj.anylogic.engine.ActiveObject
Tests the message received by the statechart against the trigger description of a message transition - for Object message type.
textContains(double, double, String, Font, int) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Tests if a (possibly, multi-line) text with given font and alignment contains the point with coordinates (x,y) relative to the text base point (which is NOT the beginning of the baseline, but top left, right or center of text, depending on alignment).
TextFile - Class in com.xj.anylogic.engine.connectivity
Text File access utility Write mode description:
This object has following methods for writing to the file: print(value) - prints given value to the file: TextFile.print(double), TextFile.print(String), etc.
TextFile(Presentable, String, int, String, String, char[]) - Constructor for class com.xj.anylogic.engine.connectivity.TextFile
Creates new TextFile object based on given name of file
TextFile(Presentable, String, URL, String, char[]) - Constructor for class com.xj.anylogic.engine.connectivity.TextFile
Creates new TextFile object in TextFile.READ mode, based on given URL
Texture - Class in com.xj.anylogic.engine.presentation
Objects of this class may be used to define the appearance of shapes' parts.
thistle - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
THISTLE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
THURSDAY - Static variable in class com.xj.anylogic.engine.Utilities
Value of the Utilities.getDayOfWeek(Date) method indicating Thursday.
time() - Method in class com.xj.anylogic.engine.Engine
Returns the current model (logical) time.
TIME - Static variable in class com.xj.anylogic.engine.presentation.StatusBar
 
time() - Method in class com.xj.anylogic.engine.Utilities
Returns the current model (logical) time.
TIME_CONTINUOUS - Static variable in class com.xj.anylogic.engine.Environment
 
TIME_DISCRETE - Static variable in class com.xj.anylogic.engine.Environment
 
TIME_SCALE - Static variable in class com.xj.anylogic.engine.presentation.ToolBar
 
TIME_UNIT_DAY - Static variable in class com.xj.anylogic.engine.Utilities
One of the possible time units.
TIME_UNIT_HOUR - Static variable in class com.xj.anylogic.engine.Utilities
One of the possible time units.
TIME_UNIT_MILLISECOND - Static variable in class com.xj.anylogic.engine.Utilities
One of the possible time units.
TIME_UNIT_MINUTE - Static variable in class com.xj.anylogic.engine.Utilities
One of the possible time units.
TIME_UNIT_SECOND - Static variable in class com.xj.anylogic.engine.Utilities
One of the possible time units.
TIME_UNIT_WEEK - Static variable in class com.xj.anylogic.engine.Utilities
One of the possible time units.
TimeColorChart - Class in com.xj.anylogic.engine.analysis
The chart that displays a collection of data sets as a number of horizontal strips with color varying along the X (time) axis.
TimeColorChart(Presentable, boolean, int, int, int, int, Color, Color, int, int, int, int, Color, Color, Color, int, int, double, String, double, int, Color, Color, List<DataSet>, List<String>, TimeColorChart.ColorMap) - Constructor for class com.xj.anylogic.engine.analysis.TimeColorChart
Creates a persistent TimeColorChart.
TimeColorChart(Presentable, int, int) - Constructor for class com.xj.anylogic.engine.analysis.TimeColorChart
Creates a non-persistent TimeColorChart.
TimeColorChart.ColorMap - Class in com.xj.anylogic.engine.analysis
The class used to convert double values to Color.
TimeColorChart.ColorMap() - Constructor for class com.xj.anylogic.engine.analysis.TimeColorChart.ColorMap
 
TimePlot - Class in com.xj.anylogic.engine.analysis
The chart that displays a collection of data sets as plots - polylines with point at each data point and straight lines in between.
TimePlot(Presentable, boolean, int, int, int, int, Color, Color, int, int, int, int, Color, Color, Color, int, int, double, String, int, double, double, int, int, Color, Color, List<DataSet>, List<String>, List<Chart2DPlot.Appearance>) - Constructor for class com.xj.anylogic.engine.analysis.TimePlot
Creates a persistent TimePlot.
TimePlot(Presentable, int, int) - Constructor for class com.xj.anylogic.engine.analysis.TimePlot
Creates a non-persistent TimePlot.
TimeStackChart - Class in com.xj.anylogic.engine.analysis
The chart that displays a collection of data sets in the form of a timed stack, i.e. a each data set is shown as a horizontal strip with height proportional to the fraction of its value in the total of all data sets at each time moment.
TimeStackChart(Presentable, boolean, int, int, int, int, Color, Color, int, int, int, int, Color, Color, Color, int, int, double, String, int, double, int, int, Color, Color, List<DataSet>, List<String>, List<Color>) - Constructor for class com.xj.anylogic.engine.analysis.TimeStackChart
Creates a persistent TimeStackChart.
TimeStackChart(Presentable, int, int) - Constructor for class com.xj.anylogic.engine.analysis.TimeStackChart
Creates a non-persistent TimeStackChart.
timeToArrival() - Method in class com.xj.anylogic.engine.AgentContinuous
Returns the time to arrival to the target location in continuous 2D space or GIS space, in model-time units.
timeToDate(double) - Method in class com.xj.anylogic.engine.Engine
Converts the given model time to date with respect to the start date, start time and model time unit settings, null if the time is infinity.
timeToDate(double) - Method in class com.xj.anylogic.engine.Utilities
Converts the given model time to date with respect to the start date, start time and model time unit settings, null if the time is infinity.
toDate(int, int, int, int, int, int) - Static method in class com.xj.anylogic.engine.Utilities
Returns the date in the default time zone with given field values.
toDateInMillis(int, int, int, int, int, int) - Static method in class com.xj.anylogic.engine.Utilities
Same as Utilities.toDate(int, int, int, int, int, int) but returns the date in its milliseconds representation (see Date.getTime()), i.e.
toLatitude(int, int, double, boolean) - Static method in class com.xj.anylogic.engine.Utilities
Converts latitude from human-readable format (e.g. 59° 56' 0" North) to format used in the model
toLongitude(int, int, double, boolean) - Static method in class com.xj.anylogic.engine.Utilities
Converts longitude from human-readable format (e.g. 30° 20' 0" East) to format used in the model
tomato - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
TOMATO - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
ToolBar - Class in com.xj.anylogic.engine.presentation
The toolbar used to control the experiment execution and presentation.
TOP_LEFT - Static variable in class com.xj.anylogic.engine.presentation.ViewArea
Alignment constant.
TOP_RIGHT - Static variable in class com.xj.anylogic.engine.presentation.ViewArea
Alignment constant.
toString() - Method in class com.xj.anylogic.engine.ActiveObject
Returns a (possibly, multi-line) textual information on the active object.
toString() - Method in class com.xj.anylogic.engine.ActiveObjectArrayList
 
toString() - Method in class com.xj.anylogic.engine.ActiveObjectLinkedHashSet
 
toString() - Method in class com.xj.anylogic.engine.analysis.DataItem
Returns the textual representation of the data item - the formatted value.
toString() - Method in class com.xj.anylogic.engine.analysis.DataSet
Returns a tab-separated multi-line textual representation of the data set containing not more than 1000 data items.
toString() - Method in class com.xj.anylogic.engine.analysis.Histogram2DData
Returns a tab-separated multi-line textual representation of the histogram data.
toString() - Method in class com.xj.anylogic.engine.analysis.HistogramData
Returns a tab-separated multi-line textual representation of the histogram data.
toString() - Method in class com.xj.anylogic.engine.analysis.StatisticsContinuous
Returns the tab-separated multiline textual representation of the statistics corresponding to the time of last update.
toString() - Method in class com.xj.anylogic.engine.analysis.StatisticsDiscrete
Returns the tab-separated multiline textual representation of the statistics.
toString() - Method in class com.xj.anylogic.engine.connectivity.Database
Returns formatted database connection properties (excluding password value)
toString() - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
 
toString() - Method in class com.xj.anylogic.engine.connectivity.Insert
 
toString() - Method in class com.xj.anylogic.engine.connectivity.Query
 
toString() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
 
toString() - Method in class com.xj.anylogic.engine.connectivity.Statement
 
toString() - Method in class com.xj.anylogic.engine.connectivity.TextFile
 
toString() - Method in class com.xj.anylogic.engine.connectivity.Update
 
toString() - Method in class com.xj.anylogic.engine.CustomDistribution
Returns the textual representation of the custom distribution.
toString() - Method in class com.xj.anylogic.engine.Environment
 
toString() - Method in class com.xj.anylogic.engine.EventOriginator
 
toString() - Method in class com.xj.anylogic.engine.HyperArray
Prints out the hyper array in the following form:
- if the hyper array is dimensionless, just prints its only element value
- for a uni-dimensional hyper array prints every element value on a separate line
- for two-dimensional hyper array prints as a tab separated 2D table with element values (dimension 0 vs dimension 1)
- for three and more dimensions prints a number of such tables, a table for each combination of indexes in dimensions 2 and higher.
toString() - Method in class com.xj.anylogic.engine.Point
 
toString() - Method in class com.xj.anylogic.engine.Port
 
toString() - Method in class com.xj.anylogic.engine.presentation.Camera3D
 
toString() - Method in class com.xj.anylogic.engine.presentation.Texture
 
toString() - Method in class com.xj.anylogic.engine.Schedule
 
toString() - Method in class com.xj.anylogic.engine.Statechart
 
toString() - Method in class com.xj.anylogic.engine.TableFunction
Returns the textual representation of the table function.
toTimeout(int, double) - Method in class com.xj.anylogic.engine.Utilities
Returns timeout, in model time units, which equals to the given amount of timeUnits from current model date
e.g.
trace(Object) - Static method in class com.xj.anylogic.engine.Utilities
Prints a string representation of an object to the standard output stream.
traceln(Object) - Static method in class com.xj.anylogic.engine.Utilities
Prints a string representation of an object with a line delimiter at the end to the standard output stream.
traceln() - Static method in class com.xj.anylogic.engine.Utilities
Prints a line delimiter to the standard output stream.
traceln(String, Object...) - Static method in class com.xj.anylogic.engine.Utilities
The same as Utilities.traceln(Object) but allows text format syntax like in String.format(String, Object...) method
transformX(double, double, double, double, double, double) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Transforms the x coordinate of a given point according to the base coordinates, rotation and scale.
transformY(double, double, double, double, double, double) - Static method in class com.xj.anylogic.engine.presentation.UtilitiesDrawing
Transforms the y coordinate of a given point according to the base coordinates, rotation and scale.
Transition - Class in com.xj.anylogic.engine
Base class for all kinds of statechart transitions: TransitionTimeout, TransitionRate, TransitionCondition and TransitionMessage
Memory: sizeof(EventOriginator) = 22 bytes
TransitionCondition - Class in com.xj.anylogic.engine
Statechart transition with trigger of type condition.
TransitionCondition(ActiveObject) - Constructor for class com.xj.anylogic.engine.TransitionCondition
Constructs the transition object with Condition trigger.
TransitionMessage - Class in com.xj.anylogic.engine
Statechart transition with trigger of type message.
TransitionMessage(ActiveObject) - Constructor for class com.xj.anylogic.engine.TransitionMessage
Constructs the transition object with Message trigger.
TransitionRate - Class in com.xj.anylogic.engine
Statechart transition with trigger of type rate.
TransitionRate(ActiveObject) - Constructor for class com.xj.anylogic.engine.TransitionRate
Constructs the transition object with Rate trigger.
TransitionTimeout - Class in com.xj.anylogic.engine
Statechart transition with trigger of type timeout.
TransitionTimeout(ActiveObject) - Constructor for class com.xj.anylogic.engine.TransitionTimeout
Constructs the transition object with Timeout trigger.
transparent - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
TRANSPARENT - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
Triangle - Class in com.xj.anylogic.engine.graph.algorithms.triangulation
 
triangular(double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Triangular distribution with mode set to (min + max)/2.
triangular(double, double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Triangular distribution.
triangular(double, double, double, double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of truncated Triangular distribution.
triangular(double, double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Triangular distribution using the specified random number generator.
triangular(double, double, double, double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of truncated Triangular distribution using the specified random number generator.
triangulate() - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangulator
 
triangulate(Collection<Vertex>) - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangulator
 
triangulate(Collection<Vertex>, Collection<Edge>) - Method in class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangulator
 
Triangulation - Class in com.xj.anylogic.engine.graph.algorithms.triangulation
 
Triangulation(Graph) - Constructor for class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangulation
 
TriangulationBuilder - Class in com.xj.anylogic.engine.graph.algorithms.triangulation
 
TriangulationBuilder(Graph) - Constructor for class com.xj.anylogic.engine.graph.algorithms.triangulation.TriangulationBuilder
 
TriangulationDualGraphBuilder - Class in com.xj.anylogic.engine.graph.algorithms.triangulation
 
TriangulationDualGraphBuilder(Triangulation, IGeometryInfoFactory) - Constructor for class com.xj.anylogic.engine.graph.algorithms.triangulation.TriangulationDualGraphBuilder
 
TriangulationFragmentator - Class in com.xj.anylogic.engine.graph.algorithms.triangulation
 
TriangulationFragmentator(IGeometryInfoFactory) - Constructor for class com.xj.anylogic.engine.graph.algorithms.triangulation.TriangulationFragmentator
 
TriangulationInfoFactoryImpl - Class in com.xj.anylogic.engine.graph.algorithms.triangulation.impl
 
TriangulationInfoFactoryImpl() - Constructor for class com.xj.anylogic.engine.graph.algorithms.triangulation.impl.TriangulationInfoFactoryImpl
 
TriangulationUtils - Class in com.xj.anylogic.engine.graph.algorithms.triangulation
 
Triangulator - Class in com.xj.anylogic.engine.graph.algorithms.triangulation
 
Triangulator(Graph, IGeometryInfoFactory) - Constructor for class com.xj.anylogic.engine.graph.algorithms.triangulation.Triangulator
 
TUESDAY - Static variable in class com.xj.anylogic.engine.Utilities
Value of the Utilities.getDayOfWeek(Date) method indicating Tuesday.
turquoise - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
TURQUOISE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
TYPE_DOUBLE - Static variable in class com.xj.anylogic.engine.presentation.ShapeControl
Control value-type constant for double number editing mode, applicable for ShapeSlider, ShapeTextField, ShapeComboBox.
TYPE_FORWARD_ONLY - Static variable in class com.xj.anylogic.engine.connectivity.ResultSet
The constant indicating the type for a ResultSet object whose cursor may move only forward.
TYPE_INT - Static variable in class com.xj.anylogic.engine.presentation.ShapeControl
Control value-type constant for int number editing mode, applicable for ShapeSlider, ShapeTextField, ShapeComboBox.
TYPE_OPEN - Static variable in class com.xj.anylogic.engine.presentation.ShapeFileChooser
 
TYPE_SAVE - Static variable in class com.xj.anylogic.engine.presentation.ShapeFileChooser
 
TYPE_SCROLL_INSENSITIVE - Static variable in class com.xj.anylogic.engine.connectivity.ResultSet
The constant indicating the type for a ResultSet object that is scrollable but generally not sensitive to changes to the data that underlies the ResultSet.
TYPE_SCROLL_SENSITIVE - Static variable in class com.xj.anylogic.engine.connectivity.ResultSet
The constant indicating the type for a ResultSet object that is scrollable and generally sensitive to changes to the data that underlies the ResultSet.
TYPE_STRING - Static variable in class com.xj.anylogic.engine.presentation.ShapeControl
Control value-type constant for String editing mode, applicable for ShapeTextField, ShapeComboBox.

U

UNDECIMBER - Static variable in class com.xj.anylogic.engine.Utilities
Value of the Utilities.getMonth(Date) method indicating the thirteenth month of the year.
uniform() - Method in class com.xj.anylogic.engine.Utilities
Generates a random value uniformly distributed on the interval [0,1), the upper bound is not included.
uniform(Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a random value uniformly distributed on the interval [0,1), using the specified random number generator.
uniform(double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Uniform distribution on the interval [0, max).
uniform(double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Uniform distribution on the interval [min, max).
uniform(double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Uniform distribution on the interval [min, max) using the specified random number generator.
uniform_discr(int) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Discrete Uniform distribution in the interval [0, max], both 0 and max included!
uniform_discr(int, int) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Discrete Uniform distribution on the interval [min, max], both min and max included!
uniform_discr(int, int, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Discrete Uniform distribution on the interval [min, max] using the specified random number generator, both 0 and max included!
uniform_pos() - Method in class com.xj.anylogic.engine.Utilities
Generates a positive random value uniformly distributed on the interval (0,1).
uniform_pos(Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a positive random value uniformly distributed on the interval (0,1), using the specified random number generator.
UNKNOWN_NAME - Static variable in class com.xj.anylogic.engine.presentation.Shape
This string is returned by Shape.getName() for shapes with unknown names.
unmap(Port<InMessageType, OutMessageType>) - Method in class com.xj.anylogic.engine.Port
Unmaps (disconnects) the port from a port of an embedded object.
unmap(Statechart) - Method in class com.xj.anylogic.engine.Port
Unmaps (disconnects) the port from the statechart of the same active object.
unregisterActiveObjectWithEquations(ActiveObject) - Method in class com.xj.anylogic.engine.Engine
Unregisters the active object from the engine equations solver.
unregisterDelay(VariableDelay) - Method in class com.xj.anylogic.engine.Engine
Unregisters the delay from the engine equations solver.
unsubmitPredicate(EventOriginator) - Method in class com.xj.anylogic.engine.Engine
Unregisters given EventOriginator from the list 'predicates'.
update() - Method in class com.xj.anylogic.engine.analysis.Chart
Refreshes a (non-persistent) chart on each frame.
update() - Method in class com.xj.anylogic.engine.analysis.ChartItem
Should be overridden and perform chart-dependent update.
update() - Method in class com.xj.anylogic.engine.analysis.DataItem
Should be overridden and call setValue(...) if the user has specified the value for item.
update() - Method in class com.xj.anylogic.engine.analysis.DataSet
Should be overridden and call add( x, y ) if the user has specified the values for horizontal and/or vertical axes.
update(DataSet) - Method in class com.xj.anylogic.engine.analysis.DataUpdater
Another way to override DataSet.update()
update(HistogramData) - Method in class com.xj.anylogic.engine.analysis.DataUpdater
Another way to override HistogramData.update()
update(Histogram2DData) - Method in class com.xj.anylogic.engine.analysis.DataUpdater
Another way to override Histogram2DData.update()
update(StatisticsContinuous) - Method in class com.xj.anylogic.engine.analysis.DataUpdater
Another way to override StatisticsContinuous.update()
update(StatisticsDiscrete) - Method in class com.xj.anylogic.engine.analysis.DataUpdater
Another way to override StatisticsDiscrete.update()
update() - Method in class com.xj.anylogic.engine.analysis.Histogram2DData
Should be overridden and call add( xval, yval ) if the user has specified the values to add.
update() - Method in class com.xj.anylogic.engine.analysis.HistogramData
Should be overridden and call add( val ) if the user has specified the value to add.
update() - Method in class com.xj.anylogic.engine.analysis.StatisticsContinuous
Should be overridden and call add( val, time() ) if the user has specified the value.
update() - Method in class com.xj.anylogic.engine.analysis.StatisticsDiscrete
Should be overridden and call add( val ) if the user has specified the value.
Update - Class in com.xj.anylogic.engine.connectivity
Object performing rows update in the database table
This object is only available in the AnyLogic Professional
Update(String, Database, String, String, String[][]) - Constructor for class com.xj.anylogic.engine.connectivity.Update
Creates new Update object for table with given name with names of key column to be checked and columns to be updated specified
update() - Method in class com.xj.anylogic.engine.presentation.Camera3D
User extension point for cameras changing at a model run-time
This callback method should be overridden to set up-to-date values of camera properties using methods setX(double), setY(double) etc.
update() - Method in class com.xj.anylogic.engine.presentation.Light3D
User extension point for dynamic properties update code
update() - Method in class com.xj.anylogic.engine.presentation.ShapeButton
Updates the speific properties of a non-persistent button that are to be updated on each frame: text.
update() - Method in class com.xj.anylogic.engine.presentation.ShapeCheckBox
Updates the specific properties of a non-persistent checkbox that are to be updated on each frame: text.
update() - Method in class com.xj.anylogic.engine.presentation.ShapeControl
Updates the speific properties of a (non-persistent) control that are to be updated on each frame.
update() - Method in class com.xj.anylogic.engine.presentation.ShapeProgressBar
Updates the specific properties of a non-persistent progress bar that are to be updated on each frame: min/max.
update() - Method in class com.xj.anylogic.engine.presentation.ShapeSlider
Updates the specific properties of a non-persistent slider that are to be updated on each frame: min/max.
update() - Method in class com.xj.anylogic.engine.presentation.ShapeTextField
Updates the specific properties of a text field that are to be updated on each frame: min/max.
updateArray(int, Array) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a java.sql.Array value.
updateArray(String, Array) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a java.sql.Array value.
updateAsciiStream(int, InputStream, int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(String, InputStream, int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateBigDecimal(int, BigDecimal) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a java.math.BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a java.sql.BigDecimal value.
updateBinaryStream(int, InputStream, int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(String, InputStream, int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBlob(int, Blob) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a java.sql.Blob value.
updateBlob(String, Blob) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a java.sql.Blob value.
updateBoolean(int, boolean) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a boolean value.
updateBoolean(String, boolean) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a boolean value.
updateByte(int, byte) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a byte value.
updateByte(String, byte) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a byte value.
updateBytes(int, byte[]) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a byte array value.
updateBytes(String, byte[]) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a byte array value.
updateCharacterStream(int, Reader, int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a character stream value, which will have the specified number of bytes.
updateCharacterStream(String, Reader, int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a character stream value, which will have the specified number of bytes.
updateClob(int, Clob) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a java.sql.Clob value.
updateClob(String, Clob) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a java.sql.Clob value.
updateData() - Method in class com.xj.anylogic.engine.analysis.Chart
Updates all data items / data sets displayed by this chart.
updateDate(int, Date) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a java.sql.Date value.
updateDate(String, Date) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a java.sql.Date value.
updateDouble(int, double) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a double value.
updateDouble(String, double) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a double value.
updateFloat(int, float) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a float value.
updateFloat(String, float) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a float value.
updateInt(int, int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with an int value.
updateInt(String, int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with an int value.
updateLong(int, long) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a long value.
updateLong(String, long) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a long value.
updateNull(int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a null value.
updateNull(String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a null value.
updateObject(int, Object, int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with an Object value.
updateObject(int, Object) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with an Object value.
updateObject(String, Object, int) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with an Object value.
updateObject(String, Object) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with an Object value.
updateRef(int, Ref) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a java.sql.Ref value.
updateRef(String, Ref) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a java.sql.Ref value.
updateRow() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the underlying database with the new contents of the current row of this ResultSet object.
updateShort(int, short) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a short value.
updateShort(String, short) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a short value.
updateString(int, String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a String value.
updateString(String, String) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a String value.
updateTime(int, Time) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a java.sql.Time value.
updateTime(String, Time) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a java.sql.Time value.
updateTimestamp(int, Timestamp) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a java.sql.Timestamp value.
updateTimestamp(String, Timestamp) - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Updates the designated column with a java.sql.Timestamp value.
Utilities - Class in com.xj.anylogic.engine
This class provides a lot of commonly used functions and constants, including the probability distributions and mathematical functions.
Utilities() - Constructor for class com.xj.anylogic.engine.Utilities
 
UtilitiesColor - Class in com.xj.anylogic.engine.presentation
 
UtilitiesDrawing - Class in com.xj.anylogic.engine.presentation
This is a collection of static functions which could be useful for drawing.

V

value - Variable in class com.xj.anylogic.engine.presentation.ShapeCheckBox
The current state of the check box (true means selected) that can be accessed in the overridden action() method.
value - Variable in class com.xj.anylogic.engine.presentation.ShapeComboBox
The currently selected item of the combo box that can be accessed in the overridden action() method.
value - Variable in class com.xj.anylogic.engine.presentation.ShapeFileChooser
Returns the currently selected file name (or empty string if no file selected) that can be accessed in the overridden action() method.
value - Variable in class com.xj.anylogic.engine.presentation.ShapeListBox
The currently selected item of the list box (or first item of multiselection) that can be accessed in the overridden action() method.
value - Variable in class com.xj.anylogic.engine.presentation.ShapeRadioButtonGroup
The currently selected radio button (-1 if none) that can be accessed in the overridden action() method.
value - Variable in class com.xj.anylogic.engine.presentation.ShapeSlider
The current value of the slider that can be accessed in the overridden action() method.
value - Variable in class com.xj.anylogic.engine.presentation.ShapeTextField
The current text in the text field that can be accessed in the overridden action() method.
valueChanged(ListSelectionEvent) - Method in class com.xj.anylogic.engine.presentation.ShapeListBox
ListSelectionListener implementation.
valueOf(String) - Static method in enum com.xj.anylogic.engine.graph.algorithms.GraphNodeInfos
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.xj.anylogic.engine.VariableDelay.Type
Returns the enum constant of this type with the specified name.
values() - Method in class com.xj.anylogic.engine.connectivity.KeyValueTable
Returns a Collection view of the values contained in this KeyValueTable.
values() - Static method in enum com.xj.anylogic.engine.graph.algorithms.GraphNodeInfos
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class com.xj.anylogic.engine.presentation.ShapeListBox
The currently selected items of the list box (in the multiple-selection mode) that can be accessed in the overridden action() method.
values() - Static method in enum com.xj.anylogic.engine.VariableDelay.Type
Returns an array containing the constants of this enum type, in the order they are declared.
VariableDelay - Class in com.xj.anylogic.engine
VariableDelay object accumulates a history of an expression (of type double or HyperArray and generates delayed values of the expression using the accumulated information.
VariableDelay(VariableDelay.Type, ActiveObject) - Constructor for class com.xj.anylogic.engine.VariableDelay
Constructor
VariableDelay(VariableDelay.Type, ActiveObject, Dimension...) - Constructor for class com.xj.anylogic.engine.VariableDelay
 
VariableDelay.Type - Enum in com.xj.anylogic.engine
Type of delay object, see description on items
variance() - Method in class com.xj.anylogic.engine.analysis.StatisticsContinuous
Returns the variance of the statistics at the time of last update, or 0 if no samples have been added.
variance(double) - Method in class com.xj.anylogic.engine.analysis.StatisticsContinuous
Returns the variance of the statistics at the given time assuming the last value added holds until the given time, or 0 if no samples have been added.
variance() - Method in class com.xj.anylogic.engine.analysis.StatisticsDiscrete
Returns the variance of the statistics, or 0 if less than 2 samples have been added.
Vertex - Class in com.xj.anylogic.engine.graph
 
VertexGeometryInfoImpl - Class in com.xj.anylogic.engine.graph.algorithms.impl
 
VertexGeometryInfoImpl(Vertex, double, double) - Constructor for class com.xj.anylogic.engine.graph.algorithms.impl.VertexGeometryInfoImpl
 
VertexTriangulationInfoImpl - Class in com.xj.anylogic.engine.graph.algorithms.triangulation.impl
 
VertexTriangulationInfoImpl(Vertex) - Constructor for class com.xj.anylogic.engine.graph.algorithms.triangulation.impl.VertexTriangulationInfoImpl
 
VIEW - Static variable in class com.xj.anylogic.engine.presentation.ToolBar
 
ViewArea - Class in com.xj.anylogic.engine.presentation
View area class.
ViewArea(Presentable, String) - Constructor for class com.xj.anylogic.engine.presentation.ViewArea
Constructor, creates new ViewArea with top-left alignment at (0, 0) point and without zoom change.
ViewArea(Presentable, String, double, double, int) - Constructor for class com.xj.anylogic.engine.presentation.ViewArea
Constructor, creates new ViewArea object referencing to the given coordinates, without zoom change
ViewArea(Presentable, String, double, double, int, int, double, double, double) - Constructor for class com.xj.anylogic.engine.presentation.ViewArea
Constructor, creates new ViewArea with specified parameters
violet - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
VIOLET - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
VIOLET_RED - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
violetRed - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 

W

wasNull() - Method in class com.xj.anylogic.engine.connectivity.ResultSet
Reports whether the last column read had a value of SQL NULL.
waterTexture - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
WEDNESDAY - Static variable in class com.xj.anylogic.engine.Utilities
Value of the Utilities.getDayOfWeek(Date) method indicating Wednesday.
WEEK - Static variable in class com.xj.anylogic.engine.Utilities
Week time unit
week() - Method in class com.xj.anylogic.engine.Utilities
Returns a time value equal to one week according to the current time unit setting.
weibull(double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Weibull distribution with min set to 0.
weibull(double, double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Weibull distribution.
weibull(double, double, double, double, double) - Method in class com.xj.anylogic.engine.Utilities
Generates a sample of truncated Weibull distribution.
weibull(double, double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of the Weibull distribution using the specified random number generator.
weibull(double, double, double, double, double, Random) - Static method in class com.xj.anylogic.engine.Utilities
Generates a sample of truncated Weibull distribution using the specified random number generator.
WEST - Static variable in class com.xj.anylogic.engine.Agent
 
WEST - Static variable in class com.xj.anylogic.engine.analysis.Chart
 
wheat - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
WHEAT - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
white - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
WHITE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
WHITE_SMOKE - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
whiteSmoke - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
WRITE - Static variable in class com.xj.anylogic.engine.connectivity.TextFile
'write' mode
write(ObjectOutputStream) - Method in class com.xj.anylogic.engine.presentation.Panel
This method should not be called by user
WRITE_APPEND - Static variable in class com.xj.anylogic.engine.connectivity.TextFile
'write/append' mode
writeCustomData(ObjectOutputStream) - Method in class com.xj.anylogic.engine.Presentable
This method may be overridden to perform custom data writing when saving model snapshot
writeDataSet(DataSet, int, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Writes the given data set to the sheet starting at the given cell.
writeDataSet(DataSet, String, int, int) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Writes the given data set to the sheet starting at the given cell.
writeDataSet(DataSet, String) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Writes the given data set to the sheet starting at the given cell.
writeFile() - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Stores the current workbook to the file.
writeFile(boolean) - Method in class com.xj.anylogic.engine.connectivity.ExcelFile
Stores the current workbook to the file.

X

x - Variable in class com.xj.anylogic.engine.Point
The x coordinate of this Point.
X_PROPERTY - Static variable in interface com.xj.anylogic.engine.graph.algorithms.IVertexGeometryInfo
 
xFromScreen(int) - Method in class com.xj.anylogic.engine.presentation.Panel
Converts a given screen (panel) x coordinate to presentable x coordinate
xidz(double, double, double) - Static method in class com.xj.anylogic.engine.Utilities
Tries to divide the first argument by the second.
xToScreen(double) - Method in class com.xj.anylogic.engine.presentation.Panel
Converts a given presentable x coordinate to screen (panel) x coordinate
XYZ_AXIS_ORDER - Static variable in class com.xj.anylogic.engine.presentation.Shape3DObject
 

Y

y - Variable in class com.xj.anylogic.engine.Point
The y coordinate of this Point.
Y_PROPERTY - Static variable in interface com.xj.anylogic.engine.graph.algorithms.IVertexGeometryInfo
 
YEAR - Static variable in class com.xj.anylogic.engine.Utilities
Year time unit
yellow - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
YELLOW - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
YELLOW_GREEN - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
yellowGreen - Static variable in class com.xj.anylogic.engine.presentation.UtilitiesColor
 
yFromScreen(int) - Method in class com.xj.anylogic.engine.presentation.Panel
Converts a given screen (panel) y coordinate to presentable x coordinate
yToScreen(double) - Method in class com.xj.anylogic.engine.presentation.Panel
Converts a given presentable y coordinate to screen (panel) y coordinate
YZX_AXIS_ORDER - Static variable in class com.xj.anylogic.engine.presentation.Shape3DObject
 

Z

z - Variable in class com.xj.anylogic.engine.Point
The z coordinate of this Point.
zidz(double, double) - Static method in class com.xj.anylogic.engine.Utilities
Tries to divide the first argument by the second.
ZOOM_TO_FIT - Static variable in class com.xj.anylogic.engine.presentation.ViewArea
Scaling mode constant.
ZOOM_TO_HEIGHT - Static variable in class com.xj.anylogic.engine.presentation.ViewArea
Scaling mode constant.
ZOOM_TO_WIDTH - Static variable in class com.xj.anylogic.engine.presentation.ViewArea
Scaling mode constant.
zoomIn() - Method in class com.xj.anylogic.engine.AbstractShapeGISMap
Increases scale of map projection (x 2)
zoomIn() - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
 
zoomOut() - Method in class com.xj.anylogic.engine.AbstractShapeGISMap
Decreases scale of map projection (x 1/2)
zoomOut() - Method in class com.xj.anylogic.engine.presentation.ShapeGISMap
 
ZXY_AXIS_ORDER - Static variable in class com.xj.anylogic.engine.presentation.Shape3DObject
 

_

_add(E) - Method in class com.xj.anylogic.engine.ActiveObjectArrayList
 
_add(E) - Method in class com.xj.anylogic.engine.ActiveObjectCollection
This method should not be called by user
Call add_EONAME() method of class containing embedded object with name EONAME
_add(E) - Method in class com.xj.anylogic.engine.ActiveObjectLinkedHashSet
 
_remove(E) - Method in class com.xj.anylogic.engine.ActiveObjectArrayList
 
_remove(E) - Method in class com.xj.anylogic.engine.ActiveObjectCollection
This method should not be called by user
Call remove_EONAME() method of class containing embedded object with name EONAME
_remove(E) - Method in class com.xj.anylogic.engine.ActiveObjectLinkedHashSet
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

Copyright © 1991-2008 XJ Technlogies. All Rights Reserved.