Overview
Package
Class
Use
Tree
Deprecated
Index
Help
eRqlEngine API documentation -
http://www.wleklinski.de/rdf/
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
_
V
VRPGUI
- class gr.forth.ics.vrp.vrpgui.
VRPGUI
.
VRP GUI
VRPGUI(String)
- Constructor for class gr.forth.ics.vrp.vrpgui.
VRPGUI
VRPPanel
- class gr.forth.ics.vrp.vrpgui.
VRPPanel
.
Containing the main panel of the VRP GUI.
VRPPanel(JFrame)
- Constructor for class gr.forth.ics.vrp.vrpgui.
VRPPanel
V_CENTER
- Static variable in class gr.forth.ics.vrp.visualization.
Clipping
Flag for point lying between vertical bounds of clipping area.
Value
- class eworks.RDF.model.
Value
.
Abstract base class for all "values".
Value()
- Constructor for class eworks.RDF.model.
Value
Creates a new instance.
Value
- class eworks.eRQL.model.
Value
.
Abstract base class for evaluable components of eRQL queries.
Value()
- Constructor for class eworks.eRQL.model.
Value
Variable
- class eworks.RQL.model.
Variable
.
An abstract base class for classes that represent RQL variables.
Variable(String)
- Constructor for class eworks.RQL.model.
Variable
Constructs a new RQL variable with a certain name.
VariableAlreadyBoundException
- exception eworks.RQL.engine.
VariableAlreadyBoundException
.
Indicates that a variable is already bound and is tried to be bound a second time, which is not allowed.
VariableAlreadyBoundException(Variable)
- Constructor for class eworks.RQL.engine.
VariableAlreadyBoundException
Creates a new instance and encapsulates the given variable.
VariableAlreadyBoundException(String)
- Constructor for class eworks.RQL.engine.
VariableAlreadyBoundException
Creates a new instance with the given description.
VariableAlreadyBoundException(Throwable)
- Constructor for class eworks.RQL.engine.
VariableAlreadyBoundException
Creates a new instance and encapsulated the given exception as the exception's cause.
VariableAlreadyBoundException(String, Throwable)
- Constructor for class eworks.RQL.engine.
VariableAlreadyBoundException
Creates a new instance and encapsulated the given exception and message as the exception's cause and description.
VariableNotBoundException
- exception eworks.RQL.engine.
VariableNotBoundException
.
Indicates that a variable's value is used although the variable has not been bound, which is not allowed.
VariableNotBoundException()
- Constructor for class eworks.RQL.engine.
VariableNotBoundException
Creates a new instance.
VariableNotBoundException(String)
- Constructor for class eworks.RQL.engine.
VariableNotBoundException
Creates a new instance with the given description.
VariableNotBoundException(Throwable)
- Constructor for class eworks.RQL.engine.
VariableNotBoundException
Creates a new instance and encapsulated the given exception as the exception's cause.
VariableNotBoundException(String, Throwable)
- Constructor for class eworks.RQL.engine.
VariableNotBoundException
Creates a new instance and encapsulated the given exception and message as the exception's cause and description.
valid()
- Method in class gr.forth.ics.vrp.corevrp.model.
RDF_Statement
Returns true if all three (subject, predicate and object) are set (not null).
validate()
- Method in class gr.forth.ics.vrp.corevrp.validator.
RDF_Validator
The method starting all the jobs for the validation.
value
- Variable in class eworks.eRQL.model.
Query
value
- Static variable in class gr.forth.ics.vrp.corevrp.vocabulary.
rdf
Element from the RDF namespace: NS+"value"
value
- Variable in class java_cup.runtime.
Symbol
values
- Variable in class eworks.eRQL.model.
Junction
The operands that are associated with this junction.
values()
- Method in class gr.forth.ics.vrp.corevrp.model.
Existing
virtual_parse_stack
- class java_cup.runtime.
virtual_parse_stack
.
This class implements a temporary or "virtual" parse stack that replaces the top portion of the actual parse stack (the part that has been changed by some set of operations) while maintaining its original contents.
virtual_parse_stack(Stack)
- Constructor for class java_cup.runtime.
virtual_parse_stack
Constructor to build a virtual stack out of a real stack.
vstack
- Variable in class java_cup.runtime.
virtual_parse_stack
The virtual top portion of the stack.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
eRqlEngine API documentation -
http://www.wleklinski.de/rdf/
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
_