Uses of Class
it.uniroma2.art.semanticturkey.customform.CustomFormGraph
Packages that use CustomFormGraph
-
Uses of CustomFormGraph in it.uniroma2.art.semanticturkey.customform
Methods in it.uniroma2.art.semanticturkey.customform that return CustomFormGraphModifier and TypeMethodDescriptionCustomForm.asCustomFormGraph()
CustomFormManager.createCustomFormGraph
(Project project, String id, String name, String description, String ref) Creates and adds a CustomFormGraph in the given project.CustomFormModel.createCustomFormGraph
(String id, String name, String description, String ref) CustomFormManager.getCustomFormGraphSeed
(Project project, it.uniroma2.art.coda.core.CODACore codaCore, org.eclipse.rdf4j.repository.RepositoryConnection repoConnection, org.eclipse.rdf4j.model.Resource resource, Collection<org.eclipse.rdf4j.model.IRI> predicateOrClasses, boolean includeInferred) Returns the CustomFormGraph that probably generated the reified resource.Methods in it.uniroma2.art.semanticturkey.customform that return types with arguments of type CustomFormGraphModifier and TypeMethodDescriptionCustomFormManager.getAllCustomFormGraphs
(Project project, org.eclipse.rdf4j.model.IRI resource) Returns all theCustomFormGraph
for the given resource (at project and stystem level)CustomFormModel.getCustomFormGraphForResource
(org.eclipse.rdf4j.model.IRI resource) Returns all theCustomFormGraph
for the given resourceFormCollection.getGraphForms()
Returns theCustomForm
s of type graph contained in this collectionMethods in it.uniroma2.art.semanticturkey.customform with parameters of type CustomFormGraphModifier and TypeMethodDescriptionvoid
CustomFormManager.updateCustomFormGraph
(Project project, CustomFormGraph customForm, String name, String description, String ref) void
CustomFormModel.updateCustomFormGraph
(CustomFormGraph customForm, String name, String description, String ref)