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

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

Packages that use RDF_DAG
gr.forth.ics.vrp.corevrp.validator   
gr.forth.ics.vrp.statistics   
 

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

Methods in gr.forth.ics.vrp.corevrp.validator that return RDF_DAG
 RDF_DAG RDF_Validator.getsubClassOfDAG()
          Returns the subClasses Directed Acyclic Graph.
 RDF_DAG RDF_Validator.getsubPropertyOfDAG()
          Returns the subProperties Directed Acyclic Graph.
 

Methods in gr.forth.ics.vrp.corevrp.validator with parameters of type RDF_DAG
 void RDF_Validator.setsubClassOfDAG(RDF_DAG class_dag)
          Sets the subClasses Directed Acyclic Graph.
 void RDF_Validator.setsubPropertyOfDAG(RDF_DAG property_dag)
          Sets the subClasses Directed Acyclic Graph.
 

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

Methods in gr.forth.ics.vrp.statistics with parameters of type RDF_DAG
 void RDFModelStatistics.printHierarchyStatistics(RDF_DAG rdf_dag, boolean classHier)
          Changed on 11-12-2001 in order to print the statistics about superclasses in order to be able to print both total and detailed statistics for hierarchies Prints the statistics for every hierarchy contained in the RDF_DAG.
 void RDFModelStatistics.relativeDistribution(RDF_DAG rdf_dag, int hierType, int relKind, Resource classRoot)
           
 


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