public class MM1FederationManager20 extends Object
Copyright (c) 2016-2017 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See Sim0MQ License.
Modifier and Type | Class and Description |
---|---|
(package private) static class |
MM1FederationManager20.StateMachine
State machine to run several models in parallel.
|
Constructor and Description |
---|
MM1FederationManager20(String federationName,
int fmPort,
int fsPort,
String localSk3)
Send an FM.1 message to the FederateStarter.
|
public MM1FederationManager20(String federationName, int fmPort, int fsPort, String localSk3) throws org.sim0mq.Sim0MQException
federationName
- the name of the federationfmPort
- the port number to listen onfsPort
- the port where the federate starter can be reachedlocalSk3
- local/sk-3 to indicate where the federate starter and model can be foundorg.sim0mq.Sim0MQException
- on errorpublic static void main(String[] args) throws org.sim0mq.Sim0MQException
args
- parameters for mainorg.sim0mq.Sim0MQException
- on errorCopyright © 2016–2018. All rights reserved.