Uses of Interface
org.praxislive.script.Variable
-
Packages that use Variable Package Description org.praxislive.script org.praxislive.script.impl -
-
Uses of Variable in org.praxislive.script
Methods in org.praxislive.script that return Variable Modifier and Type Method Description VariableNamespace. getVariable(String id)Methods in org.praxislive.script with parameters of type Variable Modifier and Type Method Description voidNamespace. addVariable(String id, Variable var) -
Uses of Variable in org.praxislive.script.impl
Classes in org.praxislive.script.impl that implement Variable Modifier and Type Class Description classConstantImplclassVariableImpl
-