java.lang.Objectorg.nlogo.api.Options<T>
public class Options<T>
Constructor Summary | |
---|---|
Options()
|
Method Summary | |
---|---|
void |
addOption(String name,
T value)
|
String |
chosenName()
|
T |
chosenValue()
|
List<String> |
getNames()
|
List<T> |
getValues()
|
void |
selectByName(String s)
|
void |
selectValue(T obj)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Options()
Method Detail |
---|
public String chosenName()
public T chosenValue()
public void addOption(String name, T value)
public List<String> getNames()
public List<T> getValues()
public void selectByName(String s)
public void selectValue(T obj)