public interface Team
Job
instances.Modifier and Type | Method and Description |
---|---|
void |
assignJob(Job job,
TeamIdentifier assignerTeam)
|
void |
startWorking()
Indicates for the
Team to start working. |
void |
stopWorking()
Indicates for the
Team to stop working. |
void startWorking()
Team
to start working.void assignJob(Job job, TeamIdentifier assignerTeam)
job
- Job
.assignerTeam
- TeamIdentifier
of the Team
assigning the
Job
to this Team
.void stopWorking()
Copyright © 2005–2016. All rights reserved.