Uses of Interface
repast.simphony.space.projection.ProjectionPredicate
Packages that use ProjectionPredicate
Package
Description
-
Uses of ProjectionPredicate in repast.simphony.context.space.graph
Methods in repast.simphony.context.space.graph with parameters of type ProjectionPredicateModifier and TypeMethodDescriptionboolean
ContextJungNetwork.evaluate
(ProjectionPredicate predicate) -
Uses of ProjectionPredicate in repast.simphony.query.space.projection
Classes in repast.simphony.query.space.projection that implement ProjectionPredicateModifier and TypeClassDescriptionclass
Predicate that evalutes whether two objects are "linked" in a projection.class
Predicate that evalutes whether one object has a link from another in a projection.class
Predicate that evalutes whether one object has a link to another in a projection.class
Abstract implementation of Predicate interface.class
Predicate that evalutes whether one object is within some distance of another in a projection.class
Predicate that evalutes whether one object is within the Moore neighborhood of another in a grid projection.class
Predicate that evalutes whether one object is within the Von Neumann neighborhood of another in a grid projection. -
Uses of ProjectionPredicate in repast.simphony.space.continuous
Methods in repast.simphony.space.continuous with parameters of type ProjectionPredicateModifier and TypeMethodDescriptionboolean
AbstractContinuousSpace.evaluate
(ProjectionPredicate predicate) Evaluate this Projection against the specified Predicate. -
Uses of ProjectionPredicate in repast.simphony.space.gis
Methods in repast.simphony.space.gis with parameters of type ProjectionPredicateModifier and TypeMethodDescriptionboolean
DefaultGeography.evaluate
(ProjectionPredicate predicate) Evaluate this Projection against the specified Predicate. -
Uses of ProjectionPredicate in repast.simphony.space.graph
Methods in repast.simphony.space.graph with parameters of type ProjectionPredicate -
Uses of ProjectionPredicate in repast.simphony.space.grid
Methods in repast.simphony.space.grid with parameters of type ProjectionPredicateModifier and TypeMethodDescriptionboolean
AbstractGrid.evaluate
(ProjectionPredicate predicate) Evaluate this Projection against the specified Predicate. -
Uses of ProjectionPredicate in repast.simphony.space.projection
Methods in repast.simphony.space.projection with parameters of type ProjectionPredicateModifier and TypeMethodDescriptionboolean
DefaultProjection.evaluate
(ProjectionPredicate predicate) Evaluate this Projection against the specified Predicate.boolean
Projection.evaluate
(ProjectionPredicate predicate) Evaluate this Projection against the specified Predicate.