Uses of Class
logist.topology.Topology

Packages that use Topology
logist   
logist.behavior   
logist.config   
logist.plan Allows to create plans that consist of a sequence of actions. 
logist.simulation   
logist.task Provides task generation, task distribution and task sets. 
logist.topology The topology of the Pickup and Delivery problem 
 

Uses of Topology in logist
 

Methods in logist that return Topology
static Topology LogistPlatform.getTopology()
           
 

Uses of Topology in logist.behavior
 

Methods in logist.behavior with parameters of type Topology
 void ReactiveBehavior.setup(Topology topology, TaskDistribution distribution, Agent agent)
          The setup method is called exactly once, before the simulation starts and before any other method is called.
 void DeliberativeBehavior.setup(Topology topology, TaskDistribution distribution, Agent agent)
          The setup method is called exactly once, before the simulation starts and before any other method is called.
 void CentralizedBehavior.setup(Topology topology, TaskDistribution distribution, Agent agent)
          The setup method is called exactly once, before the simulation starts and before any other method is called.
 void AuctionBehavior.setup(Topology topology, TaskDistribution distribution, Agent agent)
          The setup method is called exactly once, before the simulation starts and before any other method is called.
 

Uses of Topology in logist.config
 

Methods in logist.config that return Topology
static Topology Parsers.parseTopology(java.lang.String topologyFile)
           
 

Uses of Topology in logist.plan
 

Constructors in logist.plan with parameters of type Topology
PlanVerifier(Topology topology, TaskSet availableTasks)
          Creates a plan verifier for a given topology and task set.
 

Uses of Topology in logist.simulation
 

Methods in logist.simulation that return Topology
 Topology Simulation.getTopology()
           
 Topology Manager.getTopology()
           
 Topology Context.getTopology()
           
 

Constructors in logist.simulation with parameters of type Topology
Manager(LogistSettings settings, Topology topology, java.util.List<AgentImpl> agents, java.util.List<Company> companies, DefaultTaskDistribution taskDistribution)
           
 

Uses of Topology in logist.task
 

Constructors in logist.task with parameters of type Topology
DefaultTaskDistribution(Topology topology, java.util.Random random, double[][] f, double[][] r, double[][] w, double[] n)
           
Policy.LongDistances(Topology topology)
           
Policy.MediumDistances(Topology topology)
           
Policy.ShortDistances(Topology topology)
           
Policy.Uniform(Topology topology)
           
 

Uses of Topology in logist.topology
 

Methods in logist.topology that return Topology
 Topology Topology.Builder.build()