Package | Description |
---|---|
org.globus.gram |
This library is a full implementation of the GRAM client API.
|
org.globus.rsl |
This library provides a convenience API for creating, manipulating, and checking the
validity of RSL expressions.
|
Constructor and Description |
---|
GramAttributes(String rsl)
Constructs a new GramAttributes object initialized with
the specified RSL string.
|
Modifier and Type | Method and Description |
---|---|
ParseException |
RSLParser.generateParseException() |
Modifier and Type | Method and Description |
---|---|
String |
RSLParser.attribute() |
void |
RSLParser.binding(LinkedList list) |
LinkedList |
RSLParser.bindingSequence() |
Value |
RSLParser.concatSimpleValue() |
void |
RSLParser.concatSimpleValueSub(LinkedList list,
LinkedList tokenList) |
Value |
RSLParser.explicitConcat(LinkedList valueList,
LinkedList tokenList) |
static void |
RSLParser.main(String[] argv) |
int |
RSLParser.op() |
AbstractRslNode |
RSLParser.parse() |
static AbstractRslNode |
RSLParser.parse(Class rslNodeClass,
String rsl) |
static RslNode |
RSLParser.parse(String rsl) |
void |
RSLParser.relation(AbstractRslNode node) |
Value |
RSLParser.SimpleValue(LinkedList valueList,
LinkedList tokenList) |
void |
RSLParser.specification(AbstractRslNode parentNode) |
void |
RSLParser.specList(AbstractRslNode node) |
String |
RSLParser.stringLiteral() |
Token |
RSLParser.stringToken() |
AbstractRslNode |
RSLParser.subSpecification() |
void |
RSLParser.value(LinkedList list,
LinkedList tokenList) |
LinkedList |
RSLParser.valueSequence() |
Value |
RSLParser.variableReference(LinkedList valueList,
LinkedList tokenList) |
Constructor and Description |
---|
RslAttributes(String rsl)
Creates a new RslAttributes object from
specified RSL string.
|
RSLParser(String rsl) |
Copyright © 2016. All rights reserved.