Uses of Interface
repast.simphony.space.continuous.ContinuousAdder
Package
Description
-
Uses of ContinuousAdder 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 ContinuousAdder 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 ContinuousAdder in repast.simphony.space.continuous
Modifier 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.Modifier 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.Modifier 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.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 ContinuousAdder 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 ContinuousAdder in repast.simphony.visualization.editor.space
Modifier and TypeMethodDescriptionProjected3DSpace.getAdder()
Gets the adder used by this space to add new objects.Modifier and TypeMethodDescriptionvoid
Projected3DSpace.setAdder
(ContinuousAdder<T> adder) Sets the adder used by this space to add new objects.