public interface InputParameters
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
| Modifier and Type | Method and Description |
|---|---|
InputParameter<?,?> |
getInputParameter(Object object,
String id)
Returns a specific defined parameter for the given object.
|
Map<String,InputParameter<?,?>> |
getInputParameters(Object object)
Returns all defined parameters for the given object.
|
<T> Set<T> |
getObjects(Class<T> clazz)
Return all object instances of the given class, for which parameters have been defined.
|
<T> Set<T> getObjects(Class<T> clazz)
T - type of object instancesclazz - Class<T>; classMap<String,InputParameter<?,?>> getInputParameters(Object object)
GTUType.object - Object; the objectInputParameter<?,?> getInputParameter(Object object, String id)
GTUType.object - Object; the objectid - String; parameter idCopyright © 2014–2019 Delft University of Technology. All rights reserved.