|
Eidola home | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Variable | |
org.eidola.kernel |
Uses of Variable in org.eidola.kernel |
Methods in org.eidola.kernel with parameters of type Variable | |
void |
Function.addInput(Variable input)
Adds an input parameter at the end of the parameter list. |
void |
Function.addOutput(Variable output)
Adds an output parameter at the end of the parameter list. |
void |
Function.addParameter(Variable parameter,
boolean in)
Adds a parameter at the end of the parameter list. |
void |
Function.removeInput(Variable input)
Removes an input parameter. |
void |
Function.removeOutput(Variable output)
Removes an output parameter. |
void |
Function.removeParameter(Variable parameter,
boolean in)
Removes a parameter. |
Constructors in org.eidola.kernel with parameters of type Variable | |
Variable.Compilation()
|
|
Eidola home | |||||||||
PREV NEXT | FRAMES NO FRAMES |