Uses of Class
org.globus.rsl.NameOpValue
-
Packages that use NameOpValue Package Description 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 Modifier and Type Method Description NameOpValueNameOpValue. evaluate(java.util.Map symbolTable)Evaluates the relation against the symbol table.abstract NameOpValueAbstractRslNode. getParam(java.lang.String attribute)Returns the relation associated with the given attribute.NameOpValueListRslNode. getParam(java.lang.String attribute)Returns the relation associated with the given attribute.NameOpValueRslNode. getParam(java.lang.String attribute)Returns the relation associated with the given attribute.protected NameOpValueRslAttributes. getRelation(java.lang.String attribute)NameOpValueRslNode. put(NameOpValue relation)abstract NameOpValueAbstractRslNode. removeParam(java.lang.String attribute)Removes a relation for the specified attribute.NameOpValueListRslNode. removeParam(java.lang.String attribute)Removes a relation for the specified attribute.NameOpValueRslNode. removeParam(java.lang.String attribute)Removes a relation for the specified attribute.Methods in org.globus.rsl with parameters of type NameOpValue Modifier and Type Method Description abstract booleanAbstractRslNode. add(NameOpValue relations)booleanListRslNode. add(NameOpValue relation)booleanRslNode. add(NameOpValue relation)NameOpValueRslNode. put(NameOpValue relation)
-