Package com.anylogic.engine.gui
- java.lang.Object
- com.anylogic.engine.gui.ExperimentServerSupport
@AnyLogicInternalAPI public class ExperimentServerSupport extends Object
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
it may be removed/renamed in future.
Constructor | Description |
---|---|
ExperimentServerSupport() |
Modifier and Type | Method | Description |
---|---|---|
static IExperimentServer | newServer | |
static void | registerFactory |
public ExperimentServerSupport()
public static void registerFactory(Function<IExperimentHost, IExperimentServer> factory)
public static IExperimentServer newServer(IExperimentHost host)