Uses of Interface
repast.simphony.space.continuous.ContinuousAdder
Packages that use ContinuousAdder
Package
Description
-
Uses of ContinuousAdder in repast.simphony.context.space.continuous
Methods in repast.simphony.context.space.continuous with parameters of type ContinuousAdderModifier 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 ContinuousAdderModifierConstructorDescriptionContextSpace
(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 ContinuousAdder in repast.simphony.context.space.physics
Methods in repast.simphony.context.space.physics with parameters of type ContinuousAdderModifier 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 ContinuousAdderModifierConstructorDescriptionContextPhysics
(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 ContinuousAdder in repast.simphony.space.continuous
Classes in repast.simphony.space.continuous that implement ContinuousAdderModifier and TypeClassDescriptionclass
This will place the added object at a random location in the space.class
This is a simple implementation of an adder that doesn't perform any action.Fields in repast.simphony.space.continuous declared as ContinuousAdderMethods in repast.simphony.space.continuous that return ContinuousAdderModifier and TypeMethodDescriptionAbstractContinuousSpace.getAdder()
Gets the adder used by this space to add new objects.ContinuousSpace.getAdder()
Gets the adder used by this space to add new objects.Methods in repast.simphony.space.continuous with parameters of type ContinuousAdderModifier and TypeMethodDescriptionvoid
AbstractContinuousSpace.setAdder
(ContinuousAdder<T> adder) Sets the adder used by this space to add new objects.void
ContinuousSpace.setAdder
(ContinuousAdder<T> adder) Sets the adder used by this space to add new objects.Constructors in repast.simphony.space.continuous with parameters of type ContinuousAdderModifierConstructorDescriptionAbstractContinuousSpace
(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 ContinuousAdder in repast.simphony.space.physics
Constructors in repast.simphony.space.physics with parameters of type ContinuousAdderModifierConstructorDescriptionDefaultPhysicsSpace
(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 ContinuousAdder in repast.simphony.visualization.editor.space
Methods in repast.simphony.visualization.editor.space that return ContinuousAdderModifier and TypeMethodDescriptionProjected3DSpace.getAdder()
Gets the adder used by this space to add new objects.Methods in repast.simphony.visualization.editor.space with parameters of type ContinuousAdderModifier and TypeMethodDescriptionvoid
Projected3DSpace.setAdder
(ContinuousAdder<T> adder) Sets the adder used by this space to add new objects.