Package-level declarations

Types

Link copied to clipboard
public class DefaultDistanceStructure<E, M> implements DistanceStructure<E, M>
This class is a helper class for computing the right distance on dynamic models for Reach and Escape algorithms.
Link copied to clipboard
public interface DistanceDomain<M>
Interface that must be implemented by a distance metric to be used with the spatial operators and models of Moonlight.
Link copied to clipboard
public interface DistanceStructure<E, M>
This interface abstracts the computation of the distance for spatial algorithms.
Link copied to clipboard
public interface LocationService<T, E>
Primary interface of location services.
Link copied to clipboard
public interface LocationServiceLoader
Link copied to clipboard
public class SpaceIterator<T extends Comparable<T>, S>
Link copied to clipboard
public interface SpatialModel<E>
This interface is implemented by classes describing a spatial model.