|
API V2.0 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectrepast.simphony.relogo.ide.intf.NLControl
repast.simphony.relogo.ide.intf.NLChooser
public class NLChooser extends NLControl
| Constructor Summary | |
NLChooser(Rectangle bb, String lab, String var, LinkedList ch, int init)
Creates a new instance of NLChooser. |
|
| Method Summary | |
|---|---|
LinkedList
|
getChoices()
@return the choices |
int
|
getInitialValue()
|
String
|
getLabel()
|
String
|
getVariable()
|
boolean
|
isInput()
|
String
|
toScore()
Return a Score representation of the control, if possible. |
String
|
toString()
|
| Methods inherited from class NLControl | |
|---|---|
| isInput, isOutput, toScore, toString |
| Constructor Detail |
|---|
public NLChooser(Rectangle bb, String lab, String var, LinkedList ch, int init)
| Method Detail |
|---|
public LinkedList getChoices()
public int getInitialValue()
public String getLabel()
public String getVariable()
public boolean isInput()
public String toScore()
public String toString()
ReLogo API V2.0