eRqlEngine API documentation - http://www.wleklinski.de/rdf/

Uses of Class
eworks.RDF.model.Value

Packages that use Value
eworks.RDF.model   
eworks.RQL.model   
 

Uses of Value in eworks.RDF.model
 

Subclasses of Value in eworks.RDF.model
 class LiteralValue
          Abstract base classes for representing literals.
 class StringLiteralValue
          Represents a string literal.
 class UriLiteralValue
          Represents an URI literal.
 

Methods in eworks.RDF.model that return Value
 Value TupleImpl.get(int index)
          Returns the tuple's component with the given index.
 Value Tuple.get(int index)
          Returns the tuple's component with the given index.
 Value Statement.get(int index)
          Returns the statement's component with the given index, 0 will return it's subject, 1 it's predicate and 2 it's object.
 

Uses of Value in eworks.RQL.model
 

Subclasses of Value in eworks.RQL.model
 class ClassVariable
          Represents an RQL "class variable", that is a variable that can only contain "RDFS classes" or "RDFS meta-classes".
 class DataVariable
          Represents an RQL "data variable", that is a variable that can only contain instances of "RDFS classes" (but no instances of "RDFS meta-classes" or the classes or meta-classes itself).
 class PropertyVariable
          Represents an RQL "property variable", that is a variable that can only contain "RDFS properties" or "RDFS meta-properties".
 class Variable
          An abstract base class for classes that represent RQL variables.
 

Fields in eworks.RQL.model declared as Value
protected  Value ComparisonCondition.op1
          The first value to compare.
protected  Value ComparisonCondition.op2
          The second value to compare.
 

Constructors in eworks.RQL.model with parameters of type Value
ComparisonCondition(Value op1, CompareOperator op, Value op2)
          Creates a new comparison condition using two certain values and a certain operator.
 


eRqlEngine API documentation - http://www.wleklinski.de/rdf/