Uses of Class
org.globus.rsl.RslNode
Packages that use RslNode
Package
Description
This library is a full implementation of the GRAM client API.
This library provides a convenience API for creating, manipulating, and checking the
validity of RSL expressions.
-
Uses of RslNode in org.globus.gram
Constructors in org.globus.gram with parameters of type RslNodeModifierConstructorDescriptionGramAttributes
(RslNode rslTree) Constructs a new GramAttributes object initialized with the specified RSL parse tree. -
Uses of RslNode in org.globus.rsl
Fields in org.globus.rsl declared as RslNodeMethods in org.globus.rsl that return RslNodeModifier and TypeMethodDescriptionRslAttributes.getRslNode()
Returns the rsl parse tree.static RslNode
Constructors in org.globus.rsl with parameters of type RslNodeModifierConstructorDescriptionRslAttributes
(RslNode rslTree) Creates a new RslAttributes object with specified rsl parse tree.