Uses of Class
it.uniroma2.art.semanticturkey.customform.CustomFormNode
Packages that use CustomFormNode
-
Uses of CustomFormNode in it.uniroma2.art.semanticturkey.customform
Methods in it.uniroma2.art.semanticturkey.customform that return CustomFormNodeModifier and TypeMethodDescriptionCustomForm.asCustomFormNode()
CustomFormManager.createCustomFormNode
(Project project, String id, String name, String description, String ref) Creates and adds a CustomFormNode in the given project.CustomFormModel.createCustomFormNode
(String id, String name, String description, String ref) Methods in it.uniroma2.art.semanticturkey.customform with parameters of type CustomFormNodeModifier and TypeMethodDescriptionvoid
CustomFormManager.updateCustomFormNode
(Project project, CustomFormNode customForm, String name, String description, String ref) void
CustomFormModel.updateCustomFormNode
(CustomFormNode customForm, String name, String description, String ref)