@MetaInfServices(value=Service.class) @Alias(value="firefrontservice") @ServiceStatus(value=DEVELOPMENT) public class FirefrontServiceFacade extends Object implements Service
Constructor and Description |
---|
FirefrontServiceFacade() |
Modifier and Type | Method and Description |
---|---|
static Simulation |
addModel(Simulation sim,
String filename) |
String |
getHelp()
Provides help on the parameters of firefront simulations
|
static Simulation |
getSimulation(String args)
Creates a firefront simulation from a string command
|
static Simulation |
getSimulation(String[] args)
Creates a firefront simulation from a given set of arguments
|
static Result |
run(FirefrontSimulation sim)
Runs a firefront simulation
|
static Result |
run(String[] args)
Runs a firefront simulation from a given set of arguments
|
public static Result run(FirefrontSimulation sim) throws Exception
sim
- the parameterized firefront simulationException
- thrown due to errors while reading and writing files, conflicting
parameters and unexpected behavior of the simulationpublic static Result run(String[] args) throws Exception
args
- textual arguments specifying the input model and the parameters of
the firefront simulationException
- thrown due to errors while reading and writing files, conflicting
parameters and unexpected behavior of the simulationpublic static Simulation getSimulation(String args) throws Exception
args
- command specifying the input model and the parameters of the
firefront simulationException
- thrown due to errors while reading and writing files, conflicting
parameters and unexpected behavior of the simulationpublic static Simulation getSimulation(String[] args) throws Exception
args
- textual arguments specifying the input model and the parameters of
the firefront simulationException
- thrown due to errors while reading and writing files, conflicting
parameters and unexpected behavior of the simulationpublic static Simulation addModel(Simulation sim, String filename) throws Exception
Exception
public String getHelp()
Copyright © 2005–2020. All rights reserved.