org.nlogo.api
Class Options<T>

java.lang.Object
  extended by org.nlogo.api.Options<T>

public class Options<T>
extends Object


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

Options

public Options()
Method Detail

chosenName

public String chosenName()

chosenValue

public T chosenValue()

addOption

public void addOption(String name,
                      T value)

getNames

public List<String> getNames()

getValues

public List<T> getValues()

selectByName

public void selectByName(String s)

selectValue

public void selectValue(T obj)