Uses of Class
org.globus.rsl.AbstractRslNode
Packages that use AbstractRslNode
Package
Description
This library provides a convenience API for creating, manipulating, and checking the
validity of RSL expressions.
-
Uses of AbstractRslNode in org.globus.rsl
Subclasses of AbstractRslNode in org.globus.rslModifier and TypeClassDescriptionclassThis class represents an abstract RSL parse tree.classThis class represents a RSL parse tree.Methods in org.globus.rsl that return AbstractRslNodeModifier and TypeMethodDescriptionAbstractRslNode.evaluate()Evalutes the rsl tree.abstract AbstractRslNodeEvalutes the rsl tree against the specified symbol table.Evalutes the rsl tree against the specified symbol table.Evalutes the rsl tree against the specified symbol table.final AbstractRslNodeRSLParser.parse()static AbstractRslNodefinal AbstractRslNodeRSLParser.subSpecification()Methods in org.globus.rsl with parameters of type AbstractRslNodeModifier and TypeMethodDescriptionbooleanAbstractRslNode.add(AbstractRslNode node) Adds a rsl parse tree to this node.voidAbstractRslNode.merge(AbstractRslNode inNode) Merges the specified node with the current node.voidAbstractRslNode.mergeTo(AbstractRslNode dstNode) voidListRslNode.mergeTo(AbstractRslNode dstNode) voidRslNode.mergeTo(AbstractRslNode dstNode) final voidRSLParser.relation(AbstractRslNode node) booleanAbstractRslNode.removeSpecification(AbstractRslNode node) Removes a specific sub-specification tree from the sub-specification list.final voidRSLParser.specification(AbstractRslNode parentNode) final voidRSLParser.specList(AbstractRslNode node)