Uses of Interface
repast.simphony.space.grid.Grid
Package
Description
-
Uses of Grid in repast.simphony.context.space.grid
Modifier and TypeClassDescriptionclass
Default implementation of an n-dimensional grid.class
ContextGrid<T>
Default implementation of an n-dimensional grid.Modifier and TypeMethodDescription<T> Grid<T>
DefaultGridFactory.createGrid
(String name, Context<T> context, GridBuilderParameters<T> params) <T> Grid<T>
GridFactory.createGrid
(String name, Context<T> context, GridBuilderParameters<T> params) -
Uses of Grid in repast.simphony.essentials
Modifier and TypeMethodDescriptionstatic Grid
RepastEssentials.CreateGrid
(String parentContextPath, String newProjectionName, String borders, int... dimensions) static Grid
RepastEssentials.CreateGrid
(String parentContextPath, String newProjectionName, String borders, BigDecimal... dimensions) static Grid
Finds the Grid projection from the given path. -
Uses of Grid in repast.simphony.freezedry.freezedryers.proj
-
Uses of Grid in repast.simphony.query.space.grid
ModifierConstructorDescriptionAbstractGridQuery
(Grid<T> grid, T source, int... extent) Creates a GridCellNgh using the specified grid, point, type and extent.GridWithin
(Grid<T> space, T obj, double distance) Creates a GridWithin query that will find all the objects within the specified distance of the specified object in the specified space.MooreQuery
(Grid<T> grid, T source, int... extent) Creates a Moore query on the specified grid using the specified object as the source where the neighborhood is specified by the extent.Creates a Von Neumann query on the specified grid using the specified object as the source where the neighborhood is specified by the extent. -
Uses of Grid in repast.simphony.query.space.projection
Modifier and TypeMethodDescriptionboolean
Evaluates the Grid against this predicate.boolean
Evaluates against the specified space testing if the the two objects are within some distance of each other in that space.boolean
Evaluates the Grid against this predicate.boolean
Evaluates the Grid against this predicate. -
Uses of Grid in repast.simphony.relogo
-
Uses of Grid in repast.simphony.space.grid
Modifier and TypeClassDescriptionclass
AbstractGrid<T,
U> Default implementation of an n-dimensional grid.class
DefaultGrid<T>
A default implementation of a grid backed by a map.class
Default implementation of an n-dimensional continuous space.Modifier and TypeMethodDescriptionvoid
Adds the specified object to the space at a random location.void
Adds the specified object to the space.ModifierConstructorDescriptionMooreContains
(Grid<T> grid) Creates a MooreContains for the specified grid.VNContains
(Grid<T> grid) Creates a VN contains for the specified grid. -
Uses of Grid in repast.simphony.space.projection
-
Uses of Grid in repast.simphony.ui.probe
-
Uses of Grid in repast.simphony.visualization.editor
ModifierConstructorDescriptionGridAddHandler
(org.piccolo2d.PCanvas canvas, DisplayEditor2D editor, Grid grid) Deprecated.GridAddListener
(Grid grid, GridAddHandler handler) Deprecated.GridMoveHandler
(org.piccolo2d.PCanvas canvas, Display2D display, Grid grid, List<Network> nets, EditorNotifier notifier) Deprecated. -
Uses of Grid in repast.simphony.visualization.editor.space
Modifier and TypeClassDescriptionclass
A grid that reprojects a 3D grid into a 2D grid. -
Uses of Grid in repast.simphony.visualization.grid
Modifier and TypeMethodDescriptionvoid
Grid2DLayout.setProjection
(Grid grid) void
Grid3DLayout.setProjection
(Grid grid)