All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class examples.network.Job

java.lang.Object
   |
   +----simula.simset.Linkage
           |
           +----simula.simset.Link
                   |
                   +----examples.network.Job

public class Job
extends Link
The job is an object without actions (= empty constructor)


Constructor Index

 o Job(NetworkSimulation)

Method Index

 o move(int, double[])

Constructors

 o Job
 public Job(NetworkSimulation sim)
Parameters:
_sim - The active Simulation

Methods

 o move
 public void move(int n,
                  double a[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index