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 |
---|---|
NameOpValue |
NameOpValue.evaluate(Map symbolTable)
Evaluates the relation against the symbol table.
|
NameOpValue |
RslNode.getParam(String attribute)
Returns the relation associated with the given attribute.
|
NameOpValue |
ListRslNode.getParam(String attribute)
Returns the relation associated with the given attribute.
|
abstract NameOpValue |
AbstractRslNode.getParam(String attribute)
Returns the relation associated with the given attribute.
|
protected NameOpValue |
RslAttributes.getRelation(String attribute) |
NameOpValue |
RslNode.put(NameOpValue relation) |
NameOpValue |
RslNode.removeParam(String attribute)
Removes a relation for the specified attribute.
|
NameOpValue |
ListRslNode.removeParam(String attribute)
Removes a relation for the specified attribute.
|
abstract NameOpValue |
AbstractRslNode.removeParam(String attribute)
Removes a relation for the specified attribute.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RslNode.add(NameOpValue relation) |
boolean |
ListRslNode.add(NameOpValue relation) |
abstract boolean |
AbstractRslNode.add(NameOpValue relations) |
NameOpValue |
RslNode.put(NameOpValue relation) |
Copyright © 2016. All rights reserved.