AnyLogic
Expand
Font size

Interface IRunValueDescriptor<T>

All Known Implementing Classes:
IRunValueDescriptorImpl

@AnyLogicInternalAPI
public interface IRunValueDescriptor<T>

Method Summary

Modifier and TypeMethodDescription
StringgetName() 
Class<T>getType() 
IUnits<?>getUnits() 

Method Details

getName

String getName()

getType

Class<T> getType()

getUnits

IUnits<?> getUnits()