|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NameOpValue | |
---|---|
org.globus.rsl | This library provides a convenience API for creating, manipulating, and checking the validity of RSL expressions. |
Uses of NameOpValue in org.globus.rsl |
---|
Methods in org.globus.rsl that return NameOpValue | |
---|---|
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. |
Methods in org.globus.rsl with parameters of type NameOpValue | |
---|---|
boolean |
RslNode.add(NameOpValue relation)
|
boolean |
ListRslNode.add(NameOpValue relation)
|
abstract boolean |
AbstractRslNode.add(NameOpValue relations)
|
NameOpValue |
RslNode.put(NameOpValue relation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |