Package | Description |
---|---|
org.globus.rsl |
This library provides a convenience API for creating, manipulating, and checking the
validity of RSL expressions.
|
Modifier and Type | Method and Description |
---|---|
Bindings |
Bindings.evaluate(Map symbolTable)
Evaluates the variable definitions as variable definitions
can reference each other against the symbol table.
|
Bindings |
RslNode.getBindings(String attribute)
Returns the variable definitions associated wit the given
attribute.
|
Bindings |
ListRslNode.getBindings(String attribute)
Returns the variable definitions associated wit the given
attribute.
|
abstract Bindings |
AbstractRslNode.getBindings(String attribute)
Returns the variable definitions associated wit the given
attribute.
|
Bindings |
RslNode.put(Bindings bindings) |
Bindings |
RslNode.removeBindings(String attribute)
Removes a bindings list for the specified attribute.
|
Bindings |
ListRslNode.removeBindings(String attribute)
Removes a bindings list for the specified attribute.
|
abstract Bindings |
AbstractRslNode.removeBindings(String attribute)
Removes a bindings list for the specified attribute.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RslNode.add(Bindings bindings) |
boolean |
ListRslNode.add(Bindings bindings) |
abstract boolean |
AbstractRslNode.add(Bindings bindings) |
Bindings |
RslNode.put(Bindings bindings) |
Copyright © 2016. All rights reserved.