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

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

Packages that use Existing
gr.forth.ics.vrp.corevrp.model   
 

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

Fields in gr.forth.ics.vrp.corevrp.model declared as Existing
 Existing Model.existing
           
 

Methods in gr.forth.ics.vrp.corevrp.model with parameters of type Existing
 void RDF_Statement.solve_links(Existing existing)
          This method is for changing the Integer to links to the real java objects so, we do not need the HashTables any more.
 void RDF_Resource.addtype(RDF_Class c, Existing ex)
          Add a type to the resource.
 void RDF_Resource.solve_links(Existing existing)
          This method is for changing the Integer to links to the real java objects so, we do not need the HashTables any more.
 void RDF_Property.solve_links(Existing existing)
          This method is for changing the Integer to links to the real java objects so, we do not need the HashTables any more.
 void RDF_Container.solve_links(Existing existing)
          This method is for changing the Integer to links to the real java objects so, we do not need the HashTables any more.
 void Link.solve_links(Existing existing)
          This method is for changing the Integer to links to the real java objects so, we do not need the HashTables any more.
 


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