BowlerKernel
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
eu.mihosoft.vrl.v3d.parametrics.Parameter Class Reference
Inheritance diagram for eu.mihosoft.vrl.v3d.parametrics.Parameter:
Inheritance graph
[legend]
Collaboration diagram for eu.mihosoft.vrl.v3d.parametrics.Parameter:
Collaboration graph
[legend]

Public Member Functions

 Parameter ()
 
String getName ()
 
void setValue (Long newVal)
 
Long getValue ()
 
ArrayList< String > getOptions ()
 
String getStrValue ()
 
void setStrValue (String newValue)
 
void setMM (double newVal)
 
void setMicrons (long newVal)
 
double getMM ()
 
double getMicrons ()
 

Protected Member Functions

void setup (String key, Long defaultValue, ArrayList< String > options)
 
void setup (String key, String defaultValue, ArrayList< String > options)
 

Private Attributes

String name =null
 
final ArrayList< String > options =new ArrayList<String>()
 
Long value =null
 
String strValue =null
 

Detailed Description

Definition at line 5 of file Parameter.java.

Constructor & Destructor Documentation

◆ Parameter()

eu.mihosoft.vrl.v3d.parametrics.Parameter.Parameter ( )

Definition at line 11 of file Parameter.java.

Member Function Documentation

◆ getMicrons()

double eu.mihosoft.vrl.v3d.parametrics.Parameter.getMicrons ( )

Definition at line 97 of file Parameter.java.

References eu.mihosoft.vrl.v3d.parametrics.Parameter.getValue().

Here is the call graph for this function:

◆ getMM()

double eu.mihosoft.vrl.v3d.parametrics.Parameter.getMM ( )

◆ getName()

String eu.mihosoft.vrl.v3d.parametrics.Parameter.getName ( )

◆ getOptions()

ArrayList<String> eu.mihosoft.vrl.v3d.parametrics.Parameter.getOptions ( )

Definition at line 67 of file Parameter.java.

References eu.mihosoft.vrl.v3d.parametrics.Parameter.options.

◆ getStrValue()

String eu.mihosoft.vrl.v3d.parametrics.Parameter.getStrValue ( )

◆ getValue()

Long eu.mihosoft.vrl.v3d.parametrics.Parameter.getValue ( )

◆ setMicrons()

void eu.mihosoft.vrl.v3d.parametrics.Parameter.setMicrons ( long  newVal)

Definition at line 90 of file Parameter.java.

References eu.mihosoft.vrl.v3d.parametrics.Parameter.setValue().

Here is the call graph for this function:

◆ setMM()

void eu.mihosoft.vrl.v3d.parametrics.Parameter.setMM ( double  newVal)

Definition at line 87 of file Parameter.java.

References eu.mihosoft.vrl.v3d.parametrics.Parameter.setValue().

Referenced by com.neuronrobotics.bowlerstudio.vitamins.Vitamins.get().

Here is the call graph for this function:

◆ setStrValue()

void eu.mihosoft.vrl.v3d.parametrics.Parameter.setStrValue ( String  newValue)

◆ setup() [1/2]

void eu.mihosoft.vrl.v3d.parametrics.Parameter.setup ( String  key,
Long  defaultValue,
ArrayList< String >  options 
)
protected

◆ setup() [2/2]

void eu.mihosoft.vrl.v3d.parametrics.Parameter.setup ( String  key,
String  defaultValue,
ArrayList< String >  options 
)
protected

◆ setValue()

void eu.mihosoft.vrl.v3d.parametrics.Parameter.setValue ( Long  newVal)

Member Data Documentation

◆ name

String eu.mihosoft.vrl.v3d.parametrics.Parameter.name =null
private

◆ options

final ArrayList<String> eu.mihosoft.vrl.v3d.parametrics.Parameter.options =new ArrayList<String>()
private

◆ strValue

String eu.mihosoft.vrl.v3d.parametrics.Parameter.strValue =null
private

◆ value

Long eu.mihosoft.vrl.v3d.parametrics.Parameter.value =null
private

The documentation for this class was generated from the following file: