org.topbraid.sparql.constructors
Class ResourceConstructors

java.lang.Object
  extended by org.topbraid.sparql.constructors.ResourceConstructors

public class ResourceConstructors
extends java.lang.Object


Constructor Summary
ResourceConstructors()
           
 
Method Summary
static void construct(com.hp.hpl.jena.ontology.OntModel ontModel, java.util.Collection<com.hp.hpl.jena.rdf.model.Resource> instances, com.hp.hpl.jena.rdf.model.Model targetModel, java.util.Set<com.hp.hpl.jena.rdf.model.Resource> reached, org.eclipse.core.runtime.IProgressMonitor monitor)
           
static void constructAll(com.hp.hpl.jena.rdf.model.Model model, com.hp.hpl.jena.rdf.model.Model targetModel, org.eclipse.core.runtime.IProgressMonitor monitor)
           
static void constructInstance(com.hp.hpl.jena.ontology.OntModel ontModel, com.hp.hpl.jena.rdf.model.Resource instance, com.hp.hpl.jena.rdf.model.Model targetModel, java.util.Set<com.hp.hpl.jena.rdf.model.Resource> newResources, org.eclipse.core.runtime.IProgressMonitor monitor)
           
static void constructInstance(com.hp.hpl.jena.ontology.OntModel ontModel, com.hp.hpl.jena.rdf.model.Resource instance, com.hp.hpl.jena.rdf.model.Resource type, com.hp.hpl.jena.rdf.model.Model targetModel, java.util.Set<com.hp.hpl.jena.rdf.model.Resource> newResources, java.util.Set<com.hp.hpl.jena.rdf.model.Resource> reachedTypes, org.eclipse.core.runtime.IProgressMonitor monitor)
           
static java.util.Set<com.hp.hpl.jena.rdf.model.Resource> getClassesWithConstructor(com.hp.hpl.jena.rdf.model.Model model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceConstructors

public ResourceConstructors()
Method Detail

construct

public static void construct(com.hp.hpl.jena.ontology.OntModel ontModel,
                             java.util.Collection<com.hp.hpl.jena.rdf.model.Resource> instances,
                             com.hp.hpl.jena.rdf.model.Model targetModel,
                             java.util.Set<com.hp.hpl.jena.rdf.model.Resource> reached,
                             org.eclipse.core.runtime.IProgressMonitor monitor)

constructInstance

public static void constructInstance(com.hp.hpl.jena.ontology.OntModel ontModel,
                                     com.hp.hpl.jena.rdf.model.Resource instance,
                                     com.hp.hpl.jena.rdf.model.Model targetModel,
                                     java.util.Set<com.hp.hpl.jena.rdf.model.Resource> newResources,
                                     org.eclipse.core.runtime.IProgressMonitor monitor)

constructInstance

public static void constructInstance(com.hp.hpl.jena.ontology.OntModel ontModel,
                                     com.hp.hpl.jena.rdf.model.Resource instance,
                                     com.hp.hpl.jena.rdf.model.Resource type,
                                     com.hp.hpl.jena.rdf.model.Model targetModel,
                                     java.util.Set<com.hp.hpl.jena.rdf.model.Resource> newResources,
                                     java.util.Set<com.hp.hpl.jena.rdf.model.Resource> reachedTypes,
                                     org.eclipse.core.runtime.IProgressMonitor monitor)

constructAll

public static void constructAll(com.hp.hpl.jena.rdf.model.Model model,
                                com.hp.hpl.jena.rdf.model.Model targetModel,
                                org.eclipse.core.runtime.IProgressMonitor monitor)

getClassesWithConstructor

public static java.util.Set<com.hp.hpl.jena.rdf.model.Resource> getClassesWithConstructor(com.hp.hpl.jena.rdf.model.Model model)