Uses of Class
org.globus.rsl.NameOpValue

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(java.util.Map symbolTable)
          Evaluates the relation against the symbol table.
 NameOpValue ListRslNode.getParam(java.lang.String attribute)
          Returns the relation associated with the given attribute.
 NameOpValue RslNode.getParam(java.lang.String attribute)
          Returns the relation associated with the given attribute.
abstract  NameOpValue AbstractRslNode.getParam(java.lang.String attribute)
          Returns the relation associated with the given attribute.
protected  NameOpValue RslAttributes.getRelation(java.lang.String attribute)
           
 NameOpValue RslNode.put(NameOpValue relation)
           
 NameOpValue ListRslNode.removeParam(java.lang.String attribute)
          Removes a relation for the specified attribute.
 NameOpValue RslNode.removeParam(java.lang.String attribute)
          Removes a relation for the specified attribute.
abstract  NameOpValue AbstractRslNode.removeParam(java.lang.String attribute)
          Removes a relation for the specified attribute.
 

Methods in org.globus.rsl with parameters of type NameOpValue
 boolean ListRslNode.add(NameOpValue relation)
           
 boolean RslNode.add(NameOpValue relation)
           
abstract  boolean AbstractRslNode.add(NameOpValue relations)
           
 NameOpValue RslNode.put(NameOpValue relation)
           
 



Copyright © 2013. All Rights Reserved.