Uses of Class
org.globus.rsl.Bindings
-
Packages that use Bindings Package Description org.globus.rsl This library provides a convenience API for creating, manipulating, and checking the validity of RSL expressions. -
-
Uses of Bindings in org.globus.rsl
Methods in org.globus.rsl that return Bindings Modifier and Type Method Description BindingsBindings. evaluate(java.util.Map symbolTable)Evaluates the variable definitions as variable definitions can reference each other against the symbol table.abstract BindingsAbstractRslNode. getBindings(java.lang.String attribute)Returns the variable definitions associated wit the given attribute.BindingsListRslNode. getBindings(java.lang.String attribute)Returns the variable definitions associated wit the given attribute.BindingsRslNode. getBindings(java.lang.String attribute)Returns the variable definitions associated wit the given attribute.BindingsRslNode. put(Bindings bindings)abstract BindingsAbstractRslNode. removeBindings(java.lang.String attribute)Removes a bindings list for the specified attribute.BindingsListRslNode. removeBindings(java.lang.String attribute)Removes a bindings list for the specified attribute.BindingsRslNode. removeBindings(java.lang.String attribute)Removes a bindings list for the specified attribute.Methods in org.globus.rsl with parameters of type Bindings Modifier and Type Method Description abstract booleanAbstractRslNode. add(Bindings bindings)booleanListRslNode. add(Bindings bindings)booleanRslNode. add(Bindings bindings)BindingsRslNode. put(Bindings bindings)
-