Uses of Interface
repast.simphony.space.projection.Projection
Packages that use Projection
Package
Description
-
Uses of Projection in repast.simphony.context
Methods in repast.simphony.context with type parameters of type ProjectionModifier and TypeMethodDescription<X extends Projection<?>>
XAbstractContext.getProjection(Class<X> projection, String name) <X extends Projection<?>>
XContext.getProjection(Class<X> projection, String name) Gets the named projection.<X extends Projection<?>>
XFormerDefaultContext.getProjection(Class<X> projection, String name) <X extends Projection<?>>
Iterable<X>AbstractContext.getProjections(Class<X> clazz) <X extends Projection<?>>
Iterable<X>Context.getProjections(Class<X> clazz) Gets all the projections in this Context of the specified type.<X extends Projection<?>>
Iterable<X>FormerDefaultContext.getProjections(Class<X> clazz) Methods in repast.simphony.context that return ProjectionModifier and TypeMethodDescriptionProjection<?>AbstractContext.getProjection(String name) Projection<?>Context.getProjection(String name) Gets the named projection.Projection<? super T>ContextEvent.getProjection()Gets the project that was the target of the event.Projection<?>FormerDefaultContext.getProjection(String name) Projection<? super T>AbstractContext.removeProjection(String projectionName) Removes the named projection from this Context.Projection<? super T>Context.removeProjection(String projectionName) Removes the named projection from this Context.Projection<? super T>FormerDefaultContext.removeProjection(String projectionName) Removes the named projection from this Context.Methods in repast.simphony.context that return types with arguments of type ProjectionModifier and TypeMethodDescriptionCollection<Projection<?>>AbstractContext.getProjections()Gets an iterable over all the projections contained by this Context.Collection<Projection<?>>Context.getProjections()Gets an iterable over all the projections contained by this Context.Collection<Projection<?>>FormerDefaultContext.getProjections()Methods in repast.simphony.context with parameters of type ProjectionModifier and TypeMethodDescriptionvoidAbstractContext.addProjection(Projection<? super T> projection) voidContext.addProjection(Projection<? super T> projection) Adds the specified Projection to this Context.voidFormerDefaultContext.addProjection(Projection<? super T> projection) Constructors in repast.simphony.context with parameters of type ProjectionModifierConstructorDescriptionContextEvent(ContextEvent.EventType type, Context<T> context, Projection<? super T> projection) Creates a new instance of ContextEvent with a given type, context and Projection. -
Uses of Projection in repast.simphony.context.space.continuous
Classes in repast.simphony.context.space.continuous that implement ProjectionModifier and TypeClassDescriptionclassContextSpace<T>Default implementation of an n-dimensional continuous space. -
Uses of Projection in repast.simphony.context.space.gis
Classes in repast.simphony.context.space.gis that implement Projection -
Uses of Projection in repast.simphony.context.space.graph
Classes in repast.simphony.context.space.graph that implement Projection -
Uses of Projection in repast.simphony.context.space.grid
Classes in repast.simphony.context.space.grid that implement ProjectionModifier and TypeClassDescriptionclassDefault implementation of an n-dimensional grid.classContextGrid<T>Default implementation of an n-dimensional grid. -
Uses of Projection in repast.simphony.context.space.physics
Classes in repast.simphony.context.space.physics that implement ProjectionModifier and TypeClassDescriptionclassDefault implementation of an n-dimensional continuous space. -
Uses of Projection in repast.simphony.engine.environment
Classes in repast.simphony.engine.environment with type parameters of type ProjectionModifier and TypeInterfaceDescriptioninterfaceProjectionRegistryData<T extends Projection<?>>Projection registry data stores information about the available projection types and their associated capabilities, such as converters, loaders, and GUI panels. -
Uses of Projection in repast.simphony.essentials
Methods in repast.simphony.essentials that return ProjectionModifier and TypeMethodDescriptionstatic ProjectionRepastEssentials.CreateProjection(String parentContextPath, String newProjectionName, String newProjectionType) static ProjectionRepastEssentials.CreateProjection(String parentContextPath, String newProjectionName, String newProjectionType, boolean optionalProjectionKind) static ProjectionRepastEssentials.CreateProjection(String parentContextPath, String newProjectionName, String newProjectionType, boolean optionalProjectionKind, String optionalBorders, int... optionalDimensions) static ProjectionRepastEssentials.CreateProjection(String parentContextPath, String newProjectionName, String newProjectionType, int... optionalDimensions) static ProjectionRepastEssentials.CreateProjection(String parentContextPath, String newProjectionName, String newProjectionType, String optionalBorders, int... optionalDimensions) static ProjectionRepastEssentials.CreateProjection(String parentContextPath, String newProjectionName, String newProjectionType, String optionalBorders, BigDecimal... optionalDimensions) static ProjectionRepastEssentials.CreateProjection(String parentContextPath, String newProjectionName, String newProjectionType, BigDecimal... optionalDimensions) static ProjectionRepastEssentials.FindProjection(String projectionPath) static ProjectionRepastEssentials.RemoveProjection(String path) -
Uses of Projection in repast.simphony.freezedry.freezedryers
Methods in repast.simphony.freezedry.freezedryers that return ProjectionModifier and TypeMethodDescriptionprotected ProjectionContextFreezeDryer.getProjection(Object obj, String key) -
Uses of Projection in repast.simphony.freezedry.freezedryers.proj
Classes in repast.simphony.freezedry.freezedryers.proj with type parameters of type ProjectionModifier and TypeClassDescriptionclassProjectionDryer<T extends Projection>Implementations of this class will handle storing settings for some projections.Methods in repast.simphony.freezedry.freezedryers.proj with type parameters of type ProjectionModifier and TypeMethodDescriptionstatic <T extends Projection>
ProjectionDryer<T>Retrieves the last added dryer that handles the given type. -
Uses of Projection in repast.simphony.query.space.projection
Methods in repast.simphony.query.space.projection with parameters of type ProjectionModifier and TypeMethodDescriptionbooleanSpatialPredicate.evaluate(Projection projection) Evaluates the projection against this predicate.booleanWithin.evaluate(Projection projection) -
Uses of Projection in repast.simphony.space.continuous
Subinterfaces of Projection in repast.simphony.space.continuousModifier and TypeInterfaceDescriptioninterfaceAn n-dimensional continuous space.Classes in repast.simphony.space.continuous that implement ProjectionModifier and TypeClassDescriptionclassDefault implementation of an n-dimensional continuous space.classDefault implementation of an n-dimensional continuous space. -
Uses of Projection in repast.simphony.space.gis
Subinterfaces of Projection in repast.simphony.space.gisModifier and TypeInterfaceDescriptioninterfaceGeography<T>Space that locates objects in a geographic gis-type space.Classes in repast.simphony.space.gis that implement ProjectionModifier and TypeClassDescriptionclassDefault implementation of Geography, a geographic GIS type space. -
Uses of Projection in repast.simphony.space.graph
Subinterfaces of Projection in repast.simphony.space.graphClasses in repast.simphony.space.graph that implement Projection -
Uses of Projection in repast.simphony.space.grid
Subinterfaces of Projection in repast.simphony.space.gridModifier and TypeInterfaceDescriptioninterfaceGrid<T>Interface for classes implementing grid type projection space.Classes in repast.simphony.space.grid that implement ProjectionModifier and TypeClassDescriptionclassAbstractGrid<T,U> Default implementation of an n-dimensional grid.classDefaultGrid<T>A default implementation of a grid backed by a map.classDefault implementation of an n-dimensional continuous space. -
Uses of Projection in repast.simphony.space.physics
Subinterfaces of Projection in repast.simphony.space.physicsClasses in repast.simphony.space.physics that implement ProjectionModifier and TypeClassDescriptionclassA special 3-dimensional subclass of continuous space that determines the positions of agents based on physics. -
Uses of Projection in repast.simphony.space.projection
Classes in repast.simphony.space.projection that implement ProjectionMethods in repast.simphony.space.projection that return ProjectionModifier and TypeMethodDescriptionProjectionEvent.getProjection()Gets the projection associated with this event.Methods in repast.simphony.space.projection with parameters of type ProjectionModifier and TypeMethodDescriptionbooleanProjectionPredicate.evaluate(Projection projection) Evaluates the projection against this predicate.Constructors in repast.simphony.space.projection with parameters of type ProjectionModifierConstructorDescriptionProjectionEvent(Projection<T> projection, Object subject, ProjectionEvent.Type type) Creates a ProjectionEvent for the specified projection, specified object and of the specified type. -
Uses of Projection in repast.simphony.visualization
Classes in repast.simphony.visualization with type parameters of type ProjectionModifier and TypeInterfaceDescriptioninterfaceLayout<T,U extends Projection<?>> Interface for display layouts.Fields in repast.simphony.visualization with type parameters of type ProjectionMethods in repast.simphony.visualization that return types with arguments of type ProjectionModifier and TypeMethodDescriptionAbstractDisplayData.getProjections()Gets an iterable over the projections to be displayed.DisplayData.getProjections()Gets an iterable over the projections to be displayed.Methods in repast.simphony.visualization with parameters of type Projection -
Uses of Projection in repast.simphony.visualization.decorator
Classes in repast.simphony.visualization.decorator with type parameters of type ProjectionModifier and TypeClassDescriptionclassAbstractProjectionDecorator<T extends Projection<?>>interfaceProjectionDecorator2D<T extends Projection<?>>Interface for classes that will decorate projection visualizations.interfaceProjectionDecorator3D<T extends Projection>Interface for classes that will decorate projection visualizations.Fields in repast.simphony.visualization.decorator declared as Projection -
Uses of Projection in repast.simphony.visualization.editor
Methods in repast.simphony.visualization.editor with parameters of type ProjectionModifier and TypeMethodDescriptionvoidSyntheticDisplayData.addProjection(Projection proj) Deprecated. -
Uses of Projection in repast.simphony.visualization.editor.space
Classes in repast.simphony.visualization.editor.space that implement ProjectionModifier and TypeClassDescriptionclassA grid that reprojects a 3D grid into a 2D grid.classA space that reprojects a 3D continuous space into a 2D grid. -
Uses of Projection in repast.simphony.visualization.engine
Methods in repast.simphony.visualization.engine that return types with arguments of type ProjectionModifier and TypeMethodDescriptionprotected Layout<?,? extends Projection<?>> AbstractCartesianDisplayCreator.createLayout(String layoutClassName) -
Uses of Projection in repast.simphony.visualization.visualization2D
Methods in repast.simphony.visualization.visualization2D with parameters of type ProjectionModifier and TypeMethodDescriptionvoidArbitraryLayout.setProjection(Projection projection) voidRandom2DLayout.setProjection(Projection projection) -
Uses of Projection in repast.simphony.visualization.visualization3D
Classes in repast.simphony.visualization.visualization3D with type parameters of type Projection -
Uses of Projection in repast.simphony.visualization.visualization3D.layout
Methods in repast.simphony.visualization.visualization3D.layout with parameters of type ProjectionModifier and TypeMethodDescriptionvoidRandom3DLayout.setProjection(Projection projection) voidSphericalLayout.setProjection(Projection projection)