Uses of Interface
jasima.core.simulation.SimComponentContainer
-
Packages that use SimComponentContainer Package Description jasima.core.simulation jasima.core.simulation.util jasima.shopSim.core -
-
Uses of SimComponentContainer in jasima.core.simulation
Classes in jasima.core.simulation that implement SimComponentContainer Modifier and Type Class Description classSimComponentContainerBaseSimple implementation of aSimComponentContainer.classSimEntityASimEntityis aSimComponentwith a singleSimProcessmodelling its main lifecycle actions using the process-oriented modelling world view.Methods in jasima.core.simulation that return SimComponentContainer Modifier and Type Method Description default SimComponentContainerSimComponent. addChild(SimComponent... scs)Adds one or more child nodes to the container.SimComponentContainerSimComponentContainer. clone()Public clone method. -
Uses of SimComponentContainer in jasima.core.simulation.util
Classes in jasima.core.simulation.util that implement SimComponentContainer Modifier and Type Class Description classSimComponentRootUsed internally as root component forSimulationandSimulationExperiment.Methods in jasima.core.simulation.util that return SimComponentContainer Modifier and Type Method Description default SimComponentContainerSimOperations. getRootComponent() -
Uses of SimComponentContainer in jasima.shopSim.core
Classes in jasima.shopSim.core that implement SimComponentContainer Modifier and Type Class Description classShopImplements a shop simulation.Methods in jasima.shopSim.core that return SimComponentContainer Modifier and Type Method Description SimComponentContainerShop. machines()Returns theSimComponentContainercontaining allWorkStations of this shop.SimComponentContainerShop. sources()Returns theSimComponentContainercontaining allJobSources of this shop.
-