Uses of Class
org.globus.rsl.AbstractRslNode
-
Packages that use AbstractRslNode Package Description org.globus.rsl 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.rsl Modifier and Type Class Description classListRslNodeThis class represents an abstract RSL parse tree.classRslNodeThis class represents a RSL parse tree.Methods in org.globus.rsl that return AbstractRslNode Modifier and Type Method Description AbstractRslNodeAbstractRslNode. evaluate()Evalutes the rsl tree.abstract AbstractRslNodeAbstractRslNode. evaluate(java.util.Map symbolTable)Evalutes the rsl tree against the specified symbol table.AbstractRslNodeListRslNode. evaluate(java.util.Map symbolTable)Evalutes the rsl tree against the specified symbol table.AbstractRslNodeRslNode. evaluate(java.util.Map symbolTable)Evalutes the rsl tree against the specified symbol table.AbstractRslNodeRSLParser. parse()static AbstractRslNodeRSLParser. parse(java.lang.Class rslNodeClass, java.lang.String rsl)AbstractRslNodeRSLParser. subSpecification()Methods in org.globus.rsl with parameters of type AbstractRslNode Modifier and Type Method Description booleanAbstractRslNode. 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)voidRSLParser. relation(AbstractRslNode node)booleanAbstractRslNode. removeSpecification(AbstractRslNode node)Removes a specific sub-specification tree from the sub-specification list.voidRSLParser. specification(AbstractRslNode parentNode)voidRSLParser. specList(AbstractRslNode node)
-