Uses of Class
xdevs.core.examples.efp.Job
- 
Packages that use Job Package Description xdevs.core.examples.dynamic xdevs.core.examples.efp 
- 
- 
Uses of Job in xdevs.core.examples.dynamicFields in xdevs.core.examples.dynamic declared as Job Modifier and Type Field Description protected JobMachine. ignoringJobprotected JobMachine. processingJobFields in xdevs.core.examples.dynamic with type parameters of type Job Modifier and Type Field Description Port<Job>Machine. iJobPort<Job>Machine. oJobIgnoredPort<Job>Machine. oJobSolved
- 
Uses of Job in xdevs.core.examples.efpFields in xdevs.core.examples.efp declared as Job Modifier and Type Field Description protected JobProcessor. currentJobCurrent job being processed.Fields in xdevs.core.examples.efp with type parameters of type Job Modifier and Type Field Description Port<Job>Transducer. iArrivedInput port for arrived jobs.protected Port<Job>Ef. iInInput port.protected Port<Job>Processor. iInInput port.Port<Job>Transducer. iSolvedInput port for solved jobs.Port<Job>Generator. iStopprotected LinkedList<Job>Transducer. jobsArrivedJobs arrived.protected LinkedList<Job>Transducer. jobsSolvedJobs processed.protected Port<Job>Ef. oOutOutput port.Port<Job>Generator. oOutprotected Port<Job>Processor. oOutOutput port.Port<Job>Transducer. oOutOutput port to finish the simulation.
 
-