Package xdevs.core.examples.efp
Class Gpt
- java.lang.Object
-
- xdevs.core.modeling.Component
-
- xdevs.core.modeling.Coupled
-
- xdevs.core.examples.efp.Gpt
-
public class Gpt extends Coupled
Gpt model. The Gpt model is a simple example of a generator-processor-transducer system. The generator produces jobs with a given period. The processor processes jobs with a given processing time. The transducer collects statistics about the jobs. The simulation finishes when the observation time is reached.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
-
Methods inherited from class xdevs.core.modeling.Coupled
addComponent, addComponentsAndCouplings, addCoupling, addCoupling, addCoupling, addCoupling, addInPort, addOutPort, countAtomicComponents, exit, flatten, getComponentByName, getComponents, getEIC, getEOC, getIC, getParent, initialize, removeComponent, setParent, structuralTransition, toXml
-
Methods inherited from class xdevs.core.modeling.Component
getInPort, getInPorts, getName, getOutPort, getOutPorts, isInputEmpty, toString
-
-