AnyLogic
Expand
Font size
All Implemented Interfaces:
IRunValueDescriptor<T>

@AnyLogicInternalCodegenAPI
public class IRunValueDescriptorImpl<T>
extends Object
implements IRunValueDescriptor<T>

Constructor Summary

ConstructorDescription
IRunValueDescriptorImpl(String name, Class<T> type, IUnits<?> units) 

Method Summary

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

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

IRunValueDescriptorImpl

public IRunValueDescriptorImpl(String name,
 Class<T> type,
 IUnits<?> units)

Method Details

getName

public String getName()
Specified by:
getName in interface IRunValueDescriptor<T>

getType

public Class<T> getType()
Specified by:
getType in interface IRunValueDescriptor<T>

getUnits

public IUnits<?> getUnits()
Specified by:
getUnits in interface IRunValueDescriptor<T>