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 |
---|---|
AbstractRslNode |
AbstractRslNode.evaluate()
Evalutes the rsl tree.
|
String |
VarRef.evaluate(Map symbolTable)
Evaluates the variable reference with the specified
symbol table.
|
AbstractRslNode |
RslNode.evaluate(Map symbolTable)
Evalutes the rsl tree against the specified symbol table.
|
Binding |
Binding.evaluate(Map symbolTable)
Evaluates the variable definition with the specified
symbol table.
|
NameOpValue |
NameOpValue.evaluate(Map symbolTable)
Evaluates the relation against the symbol table.
|
AbstractRslNode |
ListRslNode.evaluate(Map symbolTable)
Evalutes the rsl tree against the specified symbol table.
|
abstract AbstractRslNode |
AbstractRslNode.evaluate(Map symbolTable)
Evalutes the rsl tree against the specified symbol table.
|
String |
Value.evaluate(Map symbolTable)
Evaluates the value with the specified
symbol table.
|
Bindings |
Bindings.evaluate(Map symbolTable)
Evaluates the variable definitions as variable definitions
can reference each other against the symbol table.
|
Copyright © 2016. All rights reserved.