Package com.anylogic.engine
@AnyLogicInternalAPI public interface IRunValueAccessor
@AnyLogicInternalAPI <T> Optional<T> getValue(String name, Class<T> type, IUnits<?> units)
@AnyLogicInternalAPI default <T> Optional<T> getValue(IRunValueDescriptor<T> d)