Uses of Interface
repast.simphony.space.continuous.PointTranslator
Package
Description
-
Uses of PointTranslator in repast.simphony.context.space.continuous
Modifier and TypeMethodDescription<T> ContinuousSpace<T>
ContinuousSpaceFactory.createContinuousSpace
(String name, Context<T> context, ContinuousAdder<T> adder, PointTranslator translator, double... size) <T> ContinuousSpace<T>
ContinuousSpaceFactory.createContinuousSpace
(String name, Context<T> context, ContinuousAdder<T> adder, PointTranslator translator, double[] size, double[] origin) <T> ContinuousSpace<T>
DefaultContinuousSpaceFactory.createContinuousSpace
(String name, Context<T> context, ContinuousAdder<T> adder, PointTranslator translator, double... size) <T> ContinuousSpace<T>
DefaultContinuousSpaceFactory.createContinuousSpace
(String name, Context<T> context, ContinuousAdder<T> adder, PointTranslator translator, double[] size, double[] origin) ModifierConstructorDescriptionContextSpace
(String name, ContinuousAdder<T> adder, PointTranslator translator, double... size) Constructs this space with the specified name, adder, translator, accessor and size.ContextSpace
(String name, ContinuousAdder<T> adder, PointTranslator translator, double[] size, double[] origin) Constructs this space with the specified name, adder, translator, accessor and size. -
Uses of PointTranslator in repast.simphony.context.space.physics
Modifier and TypeMethodDescription<T> PhysicsSpace<T>
DefaultPhysicsSpaceFactory.createPhysicsSpace
(String name, Context<T> context, ContinuousAdder<T> adder, PointTranslator translator, double... size) <T> PhysicsSpace<T>
DefaultPhysicsSpaceFactory.createPhysicsSpace
(String name, Context<T> context, ContinuousAdder<T> adder, PointTranslator translator, double[] size, double[] origin) <T> PhysicsSpace<T>
DefaultPhysicsSpaceFactory.createPhysicsSpace
(String name, Context<T> context, ContinuousAdder<T> adder, PointTranslator translator, double xdim, double ydim, double zdim) <T> PhysicsSpace<T>
PhysicsSpaceFactory.createPhysicsSpace
(String name, Context<T> context, ContinuousAdder<T> adder, PointTranslator translator, double... size) <T> PhysicsSpace<T>
PhysicsSpaceFactory.createPhysicsSpace
(String name, Context<T> context, ContinuousAdder<T> adder, PointTranslator translator, double[] size, double[] origin) ModifierConstructorDescriptionContextPhysics
(String name, ContinuousAdder<T> adder, PointTranslator translator, double[] size, double[] origin) Constructs this space with the specified name, adder, translator, accessor and size.ContextPhysics
(String name, ContinuousAdder<T> adder, PointTranslator translator, double xdim, double ydim, double zdim) Constructs this space with the specified name, adder, translator, accessor and size. -
Uses of PointTranslator in repast.simphony.relogo.factories
ModifierConstructorDescriptionprotected
RLWorldDimensions
(int minPxcor, int maxPxcor, int minPycor, int maxPycor, PointTranslator pt) -
Uses of PointTranslator in repast.simphony.space.continuous
Modifier and TypeInterfaceDescriptioninterface
This represents aPointTranslator
that performs an operation using its methods, and then after it has finished doing its translations will pass its result to anotherPointTranslator
.Modifier and TypeClassDescriptionclass
Implements transform according to default continuous space moveTo semantics.class
Calculates a new location by translating a current one.class
This represents an infinite space.class
Border implementation where translates across the border limits are clamped to the border coordinates.class
Strict border implementation.class
Periodic type border implementation.Modifier and TypeMethodDescriptionPointTranslatorDecorator.getDecorated()
Retrieves the translator being decorated.AbstractContinuousSpace.getPointTranslator()
Retrieves the rule being used for controlling what happens at or beyond the borders of the space.ContinuousSpace.getPointTranslator()
Retrieves the rule being used for controlling what happens at or beyond the borders of the space.Modifier and TypeMethodDescriptionvoid
PointTranslatorDecorator.decorate
(PointTranslator decorated) Sets the translator to decorate.void
AbstractContinuousSpace.setPointTranslator
(PointTranslator rule) Sets the rule to use for controlling what happens at or beyond the borders of the space.void
ContinuousSpace.setPointTranslator
(PointTranslator rule) Sets the rule to use for controlling what happens at or beyond the borders of the space.ModifierConstructorDescriptionAbstractContinuousSpace
(String name, ContinuousAdder<T> adder, PointTranslator translator, CoordinateAccessor<T, U> accessor, double... size) Constructs this space with the specified name, adder, translator, accessor and size.AbstractContinuousSpace
(String name, ContinuousAdder<T> adder, PointTranslator translator, CoordinateAccessor<T, U> accessor, double[] size, double[] origin) Constructs this space with the specified name, adder, translator, accessor and size.DefaultContinuousSpace
(String name, ContinuousAdder<T> adder, PointTranslator translator, double... size) Constructs this space with the specified name, adder, translator, accessor and size.DefaultContinuousSpace
(String name, ContinuousAdder<T> adder, PointTranslator translator, double[] size, double[] origin) Constructs this space with the specified name, adder, translator, accessor and size.DefaultContinuousSpace
(String name, ContinuousAdder<T> adder, PointTranslator translator, CoordinateAccessor<T, Map<NdPoint, Object>> accessor, double... size) Constructs this space with the specified name, adder, translator, accessor and size. -
Uses of PointTranslator in repast.simphony.space.physics
ModifierConstructorDescriptionDefaultPhysicsSpace
(String name, ContinuousAdder<T> adder, PointTranslator translator, double[] size, double[] origin) Constructs this space with the specified name, adder, translator, size and origin.DefaultPhysicsSpace
(String name, ContinuousAdder<T> adder, PointTranslator translator, double xdim, double ydim, double zdim) Constructs this space with the specified name, adder, translator, and size. -
Uses of PointTranslator in repast.simphony.valueLayer
Modifier and TypeMethodDescriptionContinuousValueLayer.getPointTranslator()
Retrieves the rule being used for controlling what happens at or beyond the borders of the value layer.Modifier and TypeMethodDescriptionvoid
ContinuousValueLayer.setPointTranslator
(PointTranslator rule) Sets the rule to use for controlling what happens at or beyond the borders of the value layer.ModifierConstructorDescriptionContinuousValueLayer
(String name, boolean dense, PointTranslator translator, double... dimensions) Creates a ContinuousValueLayer with the specified name, density, translator, and dimensions.ContinuousValueLayer
(String name, double defaultVal, boolean dense, PointTranslator translator, double... dimensions) Creates a ContinuousValueLayer with the specified name, density, defaultValue, translator, and dimensions. -
Uses of PointTranslator in repast.simphony.visualization.editor.space
Modifier and TypeMethodDescriptionProjected3DSpace.getPointTranslator()
Retrieves the rule being used for controlling what happens at or beyond the borders of the space.Modifier and TypeMethodDescriptionvoid
Projected3DSpace.setPointTranslator
(PointTranslator rule) Sets the rule to use for controlling what happens at or beyond the borders of the space.