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

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

Packages that use Resource
gr.forth.ics.vrp.corevrp.model   
gr.forth.ics.vrp.statistics   
 

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

Subclasses of Resource in gr.forth.ics.vrp.corevrp.model
 class Model
          Model.java - All we can do to a model.
 class RDF_Class
          RDF_Class.java
 class RDF_Container
          RDF_Container.java
 class RDF_MetaClass
           
 class RDF_Property
          RDF_Property.java - The class for the Properties.
 class RDF_Resource
          RDF_Resource.java - For Resources containing RDFS or RDF info.
 class RDF_Statement
          RDF_Statement.java - The class for Statements.
 

Methods in gr.forth.ics.vrp.corevrp.model that return Resource
 Resource Model.getResource(String URI)
          Returns the resource with the specified URI.
 Resource Model.getResource(int i)
           
 Resource IModel.getResource(String URI)
          Returns the resource with the specified URI.
 

Methods in gr.forth.ics.vrp.corevrp.model with parameters of type Resource
 void RDF_DAG.enter(Resource sub, Resource super_res)
           
 void RDF_DAG.enter(Resource s)
           
 boolean RDF_DAG.remove(Resource sub, Resource super_res)
          Tries to remove the link from 'sub' to 'superResource' out of the DAG.
 boolean RDF_DAG.remove(Resource res)
           
 HashSet RDF_DAG.getRelatives(Resource res, int i)
          Returns a HashSet containing all the distinct relatives of a node res
 void RDF_DAG.getAllDescendants(Resource res)
          Computes the distinct descendants for all nodes under the node and put the number of the descendants in the dag
 boolean Namespace.contains(Resource res)
          Test if the resource is defined in the NS
 void Namespace.addName(Resource res)
          Test if the resource is defined in the NS
static boolean Namespace.isDefinedINNamespace(Resource res, HashSet selectedNS)
          Indicates if the resource is defined in one of the selected namespace(s). param res The resource reference
 void Link.setsubject(Resource r)
           
 void Link.setobject(Resource r)
           
 

Constructors in gr.forth.ics.vrp.corevrp.model with parameters of type Resource
RDF_Property(Resource res)
          Casting a Resource to a new RDF_Property.
RDF_MetaClass(Resource resource, int kind)
           
RDF_Class(Resource res)
          Cast the Resource to RDF_Class by creating a new RDF_Class.
 

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

Methods in gr.forth.ics.vrp.statistics with parameters of type Resource
 void RDFModelStatistics.relativeDistribution(RDF_DAG rdf_dag, int hierType, int relKind, Resource classRoot)
           
 


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