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.dynamic
Fields in xdevs.core.examples.dynamic declared as Job Modifier and Type Field Description protected Job
Machine. ignoringJob
protected Job
Machine. processingJob
Fields in xdevs.core.examples.dynamic with type parameters of type Job Modifier and Type Field Description Port<Job>
Machine. iJob
Port<Job>
Machine. oJobIgnored
Port<Job>
Machine. oJobSolved
-
Uses of Job in xdevs.core.examples.efp
Fields in xdevs.core.examples.efp declared as Job Modifier and Type Field Description protected Job
Processor. currentJob
Current job being processed.Fields in xdevs.core.examples.efp with type parameters of type Job Modifier and Type Field Description Port<Job>
Transducer. iArrived
Input port for arrived jobs.protected Port<Job>
Ef. iIn
Input port.protected Port<Job>
Processor. iIn
Input port.Port<Job>
Transducer. iSolved
Input port for solved jobs.Port<Job>
Generator. iStop
protected LinkedList<Job>
Transducer. jobsArrived
Jobs arrived.protected LinkedList<Job>
Transducer. jobsSolved
Jobs processed.protected Port<Job>
Ef. oOut
Output port.Port<Job>
Generator. oOut
protected Port<Job>
Processor. oOut
Output port.Port<Job>
Transducer. oOut
Output port to finish the simulation.
-