Uses of Interface
repast.simphony.query.Query
Package
Description
-
Uses of Query in repast.simphony.essentials
-
Uses of Query in repast.simphony.query
Modifier and TypeClassDescriptionclass
Deprecated.UseContext.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead.class
AndQuery<T>
Deprecated.UseContext.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead.class
Deprecated.UseContext.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead.class
NotQuery<T>
Deprecated.UseContext.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead.class
OrQuery<T>
Deprecated.UseContext.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead.class
Deprecated.UseContext.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead.class
Deprecated.UseContext.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead.class
Deprecated.UseContext.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead.class
Deprecated.UseContext.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead.class
Deprecated.UseContext.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead.class
Deprecated.UseContext.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead.class
Base class for queries whose results contains all the objects within some distance of a specified object.ModifierConstructorDescriptionDeprecated.Creates an AndQuery from the two sub-queries.Deprecated.Creates a NotQuery whose results will contain all the members of the specified context that are not in the specified query's results.Deprecated.Creates an OrQuery from the two sub-queries. -
Uses of Query in repast.simphony.query.space.continuous
Modifier and TypeClassDescriptionclass
A within type query over a continous space. -
Uses of Query in repast.simphony.query.space.gis
Modifier and TypeClassDescriptionclass
Abstract implementation of geometry based queries.class
Query that determines what objects are contained by a geometry.class
Query that returns items in a geography that are some specified distance from another item or a geometry.class
Query that determines what objects are intersected by a geometry.class
TouchesQuery<T>
Query that returns objects touched by a geometry.class
WithinQuery<T>
Query that returns objects a specific a geometry is within. -
Uses of Query in repast.simphony.query.space.graph
Modifier and TypeClassDescriptionclass
class
A Query that returns all nodes within some given path length of a specified node.class
Queries a network(s) for the adjacent nodes to a specified node.class
Queries a network(s) for the predecessor nodes of a specified node.class
Queries a network(s) for the successor nodes of a specified node. -
Uses of Query in repast.simphony.query.space.grid
Modifier and TypeClassDescriptionclass
Abstract base class for grid queries.class
GridWithin<T>
A within type query over a grid space.class
MooreQuery<T>
Queries a grid for the Moore neighborhood of a specific point or object.class
VNQuery<T>
Queries a grid for the Von Neumann neighborhood of a specific point or object.
Context.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead.