Uses of Class
org.globus.rsl.Bindings
Packages that use Bindings
Package
Description
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 BindingsModifier and TypeMethodDescriptionEvaluates the variable definitions as variable definitions can reference each other against the symbol table.abstract Bindings
AbstractRslNode.getBindings
(String attribute) Returns the variable definitions associated wit the given attribute.ListRslNode.getBindings
(String attribute) Returns the variable definitions associated wit the given attribute.RslNode.getBindings
(String attribute) Returns the variable definitions associated wit the given attribute.abstract Bindings
AbstractRslNode.removeBindings
(String attribute) Removes a bindings list for the specified attribute.ListRslNode.removeBindings
(String attribute) Removes a bindings list for the specified attribute.RslNode.removeBindings
(String attribute) Removes a bindings list for the specified attribute.Methods in org.globus.rsl with parameters of type Bindings