AnyLogic
Expand
Font size

@AnyLogicInternalAPI
public interface IRunOutputsConsumer

Method Summary

Modifier and TypeMethodDescription
voidstoreOutput(String name, Class<?> type, IUnits<?> units, Object value) 
default voidstoreOutput(String name, Class<?> type, Object value) 
default voidstoreOutput(String name, Object value) 

Method Details

storeOutput

@AnyLogicInternalAPI
void storeOutput(String name,
 Class<?> type,
 IUnits<?> units,
 Object value)

storeOutput

@AnyLogicInternalAPI
default void storeOutput(String name,
 Class<?> type,
 Object value)

storeOutput

@AnyLogicInternalAPI
default void storeOutput(String name,
 Object value)