AnyLogic
Expand
Font size

Interface IRunValueAccessor


@AnyLogicInternalAPI
public interface IRunValueAccessor

Method Summary

Modifier and TypeMethodDescription
default <T> Optional<T>getValue(IRunValueDescriptor<T> d) 
<T> Optional<T>getValue(String name, Class<T> type, IUnits<?> units) 

Method Details

getValue

@AnyLogicInternalAPI
<T> Optional<T> getValue(String name,
 Class<T> type,
 IUnits<?> units)

getValue

@AnyLogicInternalAPI
default <T> Optional<T> getValue(IRunValueDescriptor<T> d)