Package | Description |
---|---|
examples.CoupledDevs |
This package contains a simple example of a one level deep DEVS simulation.
|
examples.HierarchicalDevs |
This package exposes how to build a simulation with several levels of coupled model.
|
examples.SingleDevs |
This package contains a simple example of what a simulation with a single atomic model may look like.
|
modeling.models |
Models in the DEVS sense.
|
simulation.simulators |
All the machinery actually making the simulation possible is implemented here.
|
Modifier and Type | Class and Description |
---|---|
static class |
SimpleCoupledModel.SCMFactory
The Factory of this coupled model.
|
Modifier and Type | Class and Description |
---|---|
static class |
SimpleHierarchicalModel.SHMFactory
The factory of this coupled model.
|
Modifier and Type | Class and Description |
---|---|
static class |
SimpleAtomic.SimpleAtomicFactory
The factory of this atomci model.
|
static class |
SimpleDevs.SimpleDevsFactory
The factory of this simulator.
|
Modifier and Type | Class and Description |
---|---|
static class |
AtomicDevs.AtomicFactory |
static class |
CoupledDevs.CoupledFactory
The default factory of the
CoupledDevs class. |
static class |
Devs.DevsFactory
Creates an abstract level for all the children classes of this class.
|
Modifier and Type | Class and Description |
---|---|
static class |
AtomicSimulator.AtomicSimulatorFactory
The factory class of the
AtomicSimulator . |
static class |
Coordinator.CoordinatorFactory
The factory of the Coordinator class.
|
static class |
Simulator.SimulatorFactory
The factory class of all simulators.
|
Modifier and Type | Field and Description |
---|---|
protected static Factory<IAtomicSimulator> |
Coordinator._coordinatorFactory
The factory for coordinators associated with this instance.
|
protected static Factory<IAtomicSimulator> |
Coordinator._simulatorFactory
The factory for simulators associated with this instance.
|
Copyright © 2017–2019 UniversitĂ© CĂ´te d'Azur, CNRS, I3S. All rights reserved.