public static class AtomicSimulator.AtomicSimulatorFactory extends Object implements Factory<IAtomicSimulator>
AtomicSimulator
.Constructor and Description |
---|
AtomicSimulatorFactory() |
Modifier and Type | Method and Description |
---|---|
IAtomicSimulator |
create(Object... args)
The factory method of this class.
|
public IAtomicSimulator create(Object... args)
AtomicSimulator
class. Several instances are possible
depending on the number of arguments.create
in interface Factory<IAtomicSimulator>
args
- An array of
[IAtomicDevs
, IAtomicSimulator
,
(Optional) IScheduler
].AtomicSimulator
class or
null if the arguments does not match the ones of the
constructors.Copyright © 2017–2019 UniversitĂ© CĂ´te d'Azur, CNRS, I3S. All rights reserved.