public class TransporterJob
extends java.lang.Object
TransportStrategy| Constructor and Description |
|---|
TransporterJob(InternalTransporter t,
Job j)
Constructs a TransporterJob with the internal transporter and his job.
|
| Modifier and Type | Method and Description |
|---|---|
Job |
getJob()
Returns the Job of this TransporterJob.
|
InternalTransporter |
getTransporter()
Returns the InternalTransporter of this TransporterJob.
|
public TransporterJob(InternalTransporter t, Job j)
t - InternalTransporter : The InternalTransporter.j - Job : The Job.public InternalTransporter getTransporter()
InternalTransporter: The InternalTransporter of
this TransporterJob.public Job getJob()
Job: The Job of this TransporterJob.