Uses of Package
casa.lepton.walk

Packages that use casa.lepton.walk
Package
Description
This package contains the LEPTON daemon (leptond), that represents the LEPTON application entry point.
This package provides classes that define properties for the different classes, loaded from configuration files.
This package is related to the mobility models for nodes moving in some areas.
A package related to a mobility model where nodes move along a graph (GraphWalk) whoses edges can be removed or added dynamically from an other process.
  • Classes in casa.lepton.walk used by casa.lepton
    Class
    Description
    A Walker characterizes a mobile element that moves according to a certain kind of Walk.
  • Class
    Description
    An interface that defines a mobility model for nodes moving in some area, and provides general-purpose methods for handling Walker instances in MobSim.
  • Class
    Description
    A bus journey along bus line paths, represented by an ordered list of paths between bus stops having each a start and end time.
    A node in a bus journey.
    Interface that defines a pause duration generator to calculate pause durations at each stop node.
    A Walk that provides BusWalker instances for the journeys of buses of a bus line.
    A Walker for a bus that follows a given journey with fixed times at some bus stops.
    An instance of type GraphWalk defines a mobility model for a random walk that follows edges in a geo-referenced graph.
    The mobility of a mobile element that moves along an underlying graph.
    An instance of type LevyWalk defines a mobility model for a random walk that complies with the so-called Levy walk patterns.
    An instance of type RandomWaypoint defines a mobility model for a random walk that complies with the so-called Random Waypoint patterns.
    Defines a step in a Walk.
    Graphe modélisant le parcours d'un tracteur Le parcours d'un tracteur est composé de 3 types de noeud : - le hangar : (unique) noeud étiqueté par le label "warehouse" avec la valeur true - l'entrée des champs : noeud étiqueté par le label "field_entry" avec la valeur true - les sillons dans le champs : ils forment un anneau connecté à la route par une entrée de champ - les routes : relient le hangar aux entrées de champs.
    Modélisation du comportement d'un tracteur qui : - quitte le hangar (après une pause aléatoire) - choisi un champ (l'entrée d'un champ) - chemine jusqu'à l'entrée de ce champ en suivant des routes - sillonne le champ - sort du champ - retourne au hangar ou choisit un nouveau champ - recommence après une pause aléatoire dans le hangar.
    An interface that defines a mobility model for nodes moving in some area, and provides general-purpose methods for handling Walker instances in MobSim.
    A Walker characterizes a mobile element that moves according to a certain kind of Walk.
  • Class
    Description
    An instance of type GraphWalk defines a mobility model for a random walk that follows edges in a geo-referenced graph.
    The mobility of a mobile element that moves along an underlying graph.
    Defines a step in a Walk.
    An interface that defines a mobility model for nodes moving in some area, and provides general-purpose methods for handling Walker instances in MobSim.
    A Walker characterizes a mobile element that moves according to a certain kind of Walk.