Uses of Interface
repast.simphony.space.projection.ProjectionPredicate
Package
Description
-
Uses of ProjectionPredicate in repast.simphony.context.space.graph
Modifier and TypeMethodDescriptionboolean
ContextJungNetwork.evaluate
(ProjectionPredicate predicate) -
Uses of ProjectionPredicate in repast.simphony.query.space.projection
Modifier 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
Modifier and TypeMethodDescriptionboolean
AbstractContinuousSpace.evaluate
(ProjectionPredicate predicate) Evaluate this Projection against the specified Predicate. -
Uses of ProjectionPredicate in repast.simphony.space.gis
Modifier and TypeMethodDescriptionboolean
DefaultGeography.evaluate
(ProjectionPredicate predicate) Evaluate this Projection against the specified Predicate. -
Uses of ProjectionPredicate in repast.simphony.space.graph
-
Uses of ProjectionPredicate in repast.simphony.space.grid
Modifier and TypeMethodDescriptionboolean
AbstractGrid.evaluate
(ProjectionPredicate predicate) Evaluate this Projection against the specified Predicate. -
Uses of ProjectionPredicate in repast.simphony.space.projection
Modifier 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.