Uses of Interface
org.praxislive.script.Variable
Packages that use Variable
-
Uses of Variable in org.praxislive.script
Methods in org.praxislive.script that return VariableModifier and TypeMethodDescriptiondefault VariableNamespace.createConstant(String id, Value value) Create a constant in this namespace with the initial value given.default VariableNamespace.createVariable(String id, Value value) Create a variable in this namespace with the initial value given.default VariableNamespace.getOrCreateVariable(String id, Value defaultValue) Get the variable with the given ID from this namespace or a parent namespace, creating and initializing a variable with the provided default value if none exists.Namespace.getVariable(String id) Get the Variable with the given ID, ornullif it doesn't exist in this or a parent namespace.Methods in org.praxislive.script with parameters of type VariableModifier and TypeMethodDescriptionvoidNamespace.addVariable(String id, Variable var) Add a Variable with the given ID to this Namespace.