Uses of Interface
repast.simphony.space.grid.Grid
Packages that use Grid
Package
Description
-
Uses of Grid in repast.simphony.context.space.grid
Classes in repast.simphony.context.space.grid that implement GridModifier and TypeClassDescriptionclass
Default implementation of an n-dimensional grid.class
ContextGrid<T>
Default implementation of an n-dimensional grid.Methods in repast.simphony.context.space.grid that return GridModifier 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
Methods in repast.simphony.essentials that return GridModifier 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
Methods in repast.simphony.freezedry.freezedryers.proj with parameters of type Grid -
Uses of Grid in repast.simphony.query.space.grid
Fields in repast.simphony.query.space.grid declared as GridConstructors in repast.simphony.query.space.grid with parameters of type GridModifierConstructorDescriptionAbstractGridQuery
(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
Methods in repast.simphony.query.space.projection with parameters of type GridModifier 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
Methods in repast.simphony.relogo that return Grid -
Uses of Grid in repast.simphony.space.grid
Classes in repast.simphony.space.grid that implement GridModifier 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.Methods in repast.simphony.space.grid with parameters of type GridModifier and TypeMethodDescriptionvoid
Adds the specified object to the space at a random location.void
Adds the specified object to the space.Constructors in repast.simphony.space.grid with parameters of type GridModifierConstructorDescriptionMooreContains
(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
Methods in repast.simphony.space.projection with parameters of type Grid -
Uses of Grid in repast.simphony.ui.probe
Constructors in repast.simphony.ui.probe with parameters of type Grid -
Uses of Grid in repast.simphony.visualization.editor
Constructors in repast.simphony.visualization.editor with parameters of type GridModifierConstructorDescriptionGridAddHandler
(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
Classes in repast.simphony.visualization.editor.space that implement GridModifier and TypeClassDescriptionclass
A grid that reprojects a 3D grid into a 2D grid.Constructors in repast.simphony.visualization.editor.space with parameters of type Grid -
Uses of Grid in repast.simphony.visualization.grid
Methods in repast.simphony.visualization.grid with parameters of type GridModifier and TypeMethodDescriptionvoid
Grid2DLayout.setProjection
(Grid grid) void
Grid3DLayout.setProjection
(Grid grid) Constructors in repast.simphony.visualization.grid with parameters of type Grid