|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Uses of Class
org.globus.rsl.Bindings
| Packages that use Bindings | |
| 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 | |
Bindings |
ListRslNode.getBindings(java.lang.String attribute)
Returns the variable definitions associated wit the given attribute. |
Bindings |
ListRslNode.removeBindings(java.lang.String attribute)
Removes a bindings list for the specified attribute. |
Bindings |
Bindings.evaluate(java.util.Map symbolTable)
Evaluates the variable definitions as variable definitions can reference each other against the symbol table. |
abstract Bindings |
AbstractRslNode.getBindings(java.lang.String attribute)
Returns the variable definitions associated wit the given attribute. |
abstract Bindings |
AbstractRslNode.removeBindings(java.lang.String attribute)
Removes a bindings list for the specified attribute. |
Bindings |
RslNode.put(Bindings bindings)
|
Bindings |
RslNode.getBindings(java.lang.String attribute)
Returns the variable definitions associated wit the given attribute. |
Bindings |
RslNode.removeBindings(java.lang.String attribute)
Removes a bindings list for the specified attribute. |
| Methods in org.globus.rsl with parameters of type Bindings | |
boolean |
ListRslNode.add(Bindings bindings)
|
abstract boolean |
AbstractRslNode.add(Bindings bindings)
|
Bindings |
RslNode.put(Bindings bindings)
|
boolean |
RslNode.add(Bindings bindings)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||