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

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

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

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

Methods in gr.forth.ics.vrp.corevrp.model with parameters of type Literal
 void Triple.setObject(Literal object)
          Sets the object of the triple, when object is literal
 void RDF_Resource.addcomment(Literal com)
          Add a comment to the resource.
 void RDF_Resource.addlabel(Literal lab)
          Add a label to the resource.
 void RDF_Resource.addvalue(Literal val)
           
 boolean Model.contains(String pred, String sub, Literal obj)
          Returning a boolean whether the statement contained by the model.
 boolean Literal.equals(Literal l)
           
 void Link.setobject(Literal lit)
           
 boolean IModel.contains(String pred, String sub, Literal obj)
          Returning a boolean whether the statement contained by the model.
 

Constructors in gr.forth.ics.vrp.corevrp.model with parameters of type Literal
Triple(String pred, String sub, Literal obj)
           
 


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