Package com.anylogic.engine
@AnyLogicInternalAPI public interface IRunOutputsConsumer
Modifier and Type | Method | Description |
---|---|---|
void | storeOutput | |
default void | storeOutput | |
default void | storeOutput |
@AnyLogicInternalAPI void storeOutput(String name, Class<?> type, IUnits<?> units, Object value)
@AnyLogicInternalAPI default void storeOutput(String name, Class<?> type, Object value)
@AnyLogicInternalAPI default void storeOutput(String name, Object value)