Uses of Interface
repast.simphony.query.Query
Packages that use Query
Package
Description
-
Uses of Query in repast.simphony.essentials
Methods in repast.simphony.essentials that return QueryMethods in repast.simphony.essentials with parameters of type Query -
Uses of Query in repast.simphony.query
Subinterfaces of Query in repast.simphony.queryClasses in repast.simphony.query that implement QueryModifier and TypeClassDescriptionclassDeprecated.UseContext.getObjectsAsStream(Class)and the Java 8+ streaming APIStreaminstead.classAndQuery<T>Deprecated.UseContext.getObjectsAsStream(Class)and the Java 8+ streaming APIStreaminstead.classDeprecated.UseContext.getObjectsAsStream(Class)and the Java 8+ streaming APIStreaminstead.classNotQuery<T>Deprecated.UseContext.getObjectsAsStream(Class)and the Java 8+ streaming APIStreaminstead.classOrQuery<T>Deprecated.UseContext.getObjectsAsStream(Class)and the Java 8+ streaming APIStreaminstead.classDeprecated.UseContext.getObjectsAsStream(Class)and the Java 8+ streaming APIStreaminstead.classDeprecated.UseContext.getObjectsAsStream(Class)and the Java 8+ streaming APIStreaminstead.classDeprecated.UseContext.getObjectsAsStream(Class)and the Java 8+ streaming APIStreaminstead.classDeprecated.UseContext.getObjectsAsStream(Class)and the Java 8+ streaming APIStreaminstead.classDeprecated.UseContext.getObjectsAsStream(Class)and the Java 8+ streaming APIStreaminstead.classDeprecated.UseContext.getObjectsAsStream(Class)and the Java 8+ streaming APIStreaminstead.classBase class for queries whose results contains all the objects within some distance of a specified object.Constructors in repast.simphony.query with parameters of type QueryModifierConstructorDescriptionDeprecated.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
Classes in repast.simphony.query.space.continuous that implement QueryModifier and TypeClassDescriptionclassA within type query over a continous space. -
Uses of Query in repast.simphony.query.space.gis
Classes in repast.simphony.query.space.gis that implement QueryModifier and TypeClassDescriptionclassAbstract implementation of geometry based queries.classQuery that determines what objects are contained by a geometry.classQuery that returns items in a geography that are some specified distance from another item or a geometry.classQuery that determines what objects are intersected by a geometry.classTouchesQuery<T>Query that returns objects touched by a geometry.classWithinQuery<T>Query that returns objects a specific a geometry is within. -
Uses of Query in repast.simphony.query.space.graph
Classes in repast.simphony.query.space.graph that implement QueryModifier and TypeClassDescriptionclassclassA Query that returns all nodes within some given path length of a specified node.classQueries a network(s) for the adjacent nodes to a specified node.classQueries a network(s) for the predecessor nodes of a specified node.classQueries a network(s) for the successor nodes of a specified node. -
Uses of Query in repast.simphony.query.space.grid
Classes in repast.simphony.query.space.grid that implement QueryModifier and TypeClassDescriptionclassAbstract base class for grid queries.classGridWithin<T>A within type query over a grid space.classMooreQuery<T>Queries a grid for the Moore neighborhood of a specific point or object.classVNQuery<T>Queries a grid for the Von Neumann neighborhood of a specific point or object.
Context.getObjectsAsStream(Class)and the Java 8+ streaming APIStreaminstead.