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 TypeMethodDescriptionbooleanContextJungNetwork.evaluate(ProjectionPredicate predicate) -
Uses of ProjectionPredicate in repast.simphony.query.space.projection
Classes in repast.simphony.query.space.projection that implement ProjectionPredicateModifier and TypeClassDescriptionclassPredicate that evalutes whether two objects are "linked" in a projection.classPredicate that evalutes whether one object has a link from another in a projection.classPredicate that evalutes whether one object has a link to another in a projection.classAbstract implementation of Predicate interface.classPredicate that evalutes whether one object is within some distance of another in a projection.classPredicate that evalutes whether one object is within the Moore neighborhood of another in a grid projection.classPredicate 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 TypeMethodDescriptionbooleanAbstractContinuousSpace.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 TypeMethodDescriptionbooleanDefaultGeography.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 TypeMethodDescriptionbooleanAbstractGrid.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 TypeMethodDescriptionbooleanDefaultProjection.evaluate(ProjectionPredicate predicate) Evaluate this Projection against the specified Predicate.booleanProjection.evaluate(ProjectionPredicate predicate) Evaluate this Projection against the specified Predicate.