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

Uses of Class
gr.forth.ics.vrp.corevrp.model.Model

Packages that use Model
eworks.RQL.model   
gr.forth.ics.vrp.corevrp.broker   
gr.forth.ics.vrp.corevrp.model   
gr.forth.ics.vrp.corevrp.parser   
gr.forth.ics.vrp.corevrp.validator   
gr.forth.ics.vrp.statistics   
 

Uses of Model in eworks.RQL.model
 

Fields in eworks.RQL.model declared as Model
protected  Model Range.model
          The RDF model to which this range is bound.
 

Methods in eworks.RQL.model with parameters of type Model
 void RangeList.bindModel(Model model)
          Binds this range list to a certain model.
 void Range.bindModel(Model model)
          Binds this range to a certain model.
 Tuples Query.execute(Model model)
          Executes this query with an empty symbol table.
 Tuples Query.execute(SymbolTable symbols, Model model)
          Executes this query with a given symbol table.
 

Uses of Model in gr.forth.ics.vrp.corevrp.broker
 

Constructors in gr.forth.ics.vrp.corevrp.broker with parameters of type Model
RDF_SemanticBroker(Model mdl, RDF_Validator validator)
           
 

Uses of Model in gr.forth.ics.vrp.corevrp.model
 

Methods in gr.forth.ics.vrp.corevrp.model that return Model
 Model Model.getModelPart(HashSet selectedNS)
           
 

Uses of Model in gr.forth.ics.vrp.corevrp.parser
 

Fields in gr.forth.ics.vrp.corevrp.parser declared as Model
 Model parser.this_model
          The model we want to store the triples at.
 

Constructors in gr.forth.ics.vrp.corevrp.parser with parameters of type Model
parser(String input, Model model)
          Parser called with String or with String and Model.
 

Uses of Model in gr.forth.ics.vrp.corevrp.validator
 

Fields in gr.forth.ics.vrp.corevrp.validator declared as Model
 Model RDF_Validator.basis_model
          The model we want to validate.
 

Constructors in gr.forth.ics.vrp.corevrp.validator with parameters of type Model
RDF_Validator(Model mdl)
          Create a new RDF_Validator.
 

Uses of Model in gr.forth.ics.vrp.statistics
 

Constructors in gr.forth.ics.vrp.statistics with parameters of type Model
RDFModelStatistics(Model mdl)
           
 


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