AnyLogic
Expand
Font size

@AnyLogicInternalAPI
public class ExperimentServerSupport
extends Object
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.

Constructor Summary

ConstructorDescription
ExperimentServerSupport() 

Method Summary

Modifier and TypeMethodDescription
static IExperimentServernewServer(IExperimentHost host) 
static voidregisterFactory(Function<IExperimentHost,IExperimentServer> factory) 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

ExperimentServerSupport

public ExperimentServerSupport()

Method Details

registerFactory

public static void registerFactory(Function<IExperimentHost,IExperimentServer> factory)

newServer

public static IExperimentServer newServer(IExperimentHost host)