Uses of Class
org.globus.rsl.NameOpValue
Packages that use NameOpValue
Package
Description
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 NameOpValueModifier and TypeMethodDescriptionEvaluates the relation against the symbol table.abstract NameOpValue
Returns the relation associated with the given attribute.Returns the relation associated with the given attribute.Returns the relation associated with the given attribute.protected NameOpValue
RslAttributes.getRelation
(String attribute) RslNode.put
(NameOpValue relation) abstract NameOpValue
AbstractRslNode.removeParam
(String attribute) Removes a relation for the specified attribute.ListRslNode.removeParam
(String attribute) Removes a relation for the specified attribute.RslNode.removeParam
(String attribute) Removes a relation for the specified attribute.Methods in org.globus.rsl with parameters of type NameOpValueModifier and TypeMethodDescriptionabstract boolean
AbstractRslNode.add
(NameOpValue relations) boolean
ListRslNode.add
(NameOpValue relation) boolean
RslNode.add
(NameOpValue relation) RslNode.put
(NameOpValue relation)