Package pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes

Class Summary
AtomicValue The AtomicValue class represents the main class of available atomic results.
BagValue The BagValue class represents the bag collections.
BinderValue The BinderValue class represents a single binder, which is a pair (name, result).
BooleanValue The BooleanValue class represents the boolean values.
ComplexValue The ComplexValue class represents the main class of available complex results - collections (structures, bags and sequences).
DoubleValue The DoubleValue class represents the real numbers.
IdentifierValue The IdentifierValue class represents the object identifier from the object store.
IntegerValue The IntegerValue class represents the integer numbers.
QueryResult The QueryResult class represents the main class of available results.
SequenceValue The SequenceValue class represents the sequence collections.
SingleValue The SingleValue class represents the main class of available single results (binders, identifiers and atomic values).
StringValue The StringValue class represents the string values.
StructValue The StructValue class represents the structure collections.