Package xdevs.core.examples.efp
Class Efp
- java.lang.Object
-
- xdevs.core.modeling.Component
-
- xdevs.core.modeling.Coupled
-
- xdevs.core.examples.efp.Efp
-
public class Efp extends Coupled
Experimental-Frame + Processor (EFP) DEVS coupled model.
-
-
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
-
-
-
-
Constructor Detail
-
Efp
public Efp(String name, double generatorPeriod, double processorPeriod, double transducerPeriod)
Constructor- Parameters:
name
- Model namegeneratorPeriod
- Generator periodprocessorPeriod
- Processor periodtransducerPeriod
- Transducer period
-
-
Method Detail
-
main
public static void main(String[] args)
-
-