Uses of Interface
repast.simphony.space.continuous.PointTranslator
Packages that use PointTranslator
Package
Description
-
Uses of PointTranslator in repast.simphony.context.space.continuous
Methods in repast.simphony.context.space.continuous with parameters of type PointTranslatorModifier 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) Constructors in repast.simphony.context.space.continuous with parameters of type PointTranslatorModifierConstructorDescriptionContextSpace
(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
Methods in repast.simphony.context.space.physics with parameters of type PointTranslatorModifier 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) Constructors in repast.simphony.context.space.physics with parameters of type PointTranslatorModifierConstructorDescriptionContextPhysics
(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
Methods in repast.simphony.relogo.factories that return PointTranslatorConstructors in repast.simphony.relogo.factories with parameters of type PointTranslatorModifierConstructorDescriptionprotected
RLWorldDimensions
(int minPxcor, int maxPxcor, int minPycor, int maxPycor, PointTranslator pt) -
Uses of PointTranslator in repast.simphony.space.continuous
Subinterfaces of PointTranslator in repast.simphony.space.continuousModifier 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
.Classes in repast.simphony.space.continuous that implement PointTranslatorModifier 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.Fields in repast.simphony.space.continuous declared as PointTranslatorMethods in repast.simphony.space.continuous that return PointTranslatorModifier 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.Methods in repast.simphony.space.continuous with parameters of type PointTranslatorModifier 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.Constructors in repast.simphony.space.continuous with parameters of type PointTranslatorModifierConstructorDescriptionAbstractContinuousSpace
(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
Constructors in repast.simphony.space.physics with parameters of type PointTranslatorModifierConstructorDescriptionDefaultPhysicsSpace
(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
Fields in repast.simphony.valueLayer declared as PointTranslatorMethods in repast.simphony.valueLayer that return PointTranslatorModifier and TypeMethodDescriptionContinuousValueLayer.getPointTranslator()
Retrieves the rule being used for controlling what happens at or beyond the borders of the value layer.Methods in repast.simphony.valueLayer with parameters of type PointTranslatorModifier and TypeMethodDescriptionvoid
ContinuousValueLayer.setPointTranslator
(PointTranslator rule) Sets the rule to use for controlling what happens at or beyond the borders of the value layer.Constructors in repast.simphony.valueLayer with parameters of type PointTranslatorModifierConstructorDescriptionContinuousValueLayer
(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
Methods in repast.simphony.visualization.editor.space that return PointTranslatorModifier and TypeMethodDescriptionProjected3DSpace.getPointTranslator()
Retrieves the rule being used for controlling what happens at or beyond the borders of the space.Methods in repast.simphony.visualization.editor.space with parameters of type PointTranslatorModifier and TypeMethodDescriptionvoid
Projected3DSpace.setPointTranslator
(PointTranslator rule) Sets the rule to use for controlling what happens at or beyond the borders of the space.