Uses of Class
it.uniroma2.art.semanticturkey.customform.UserPromptStruct
Packages that use UserPromptStruct
-
Uses of UserPromptStruct in it.uniroma2.art.semanticturkey.customform
Methods in it.uniroma2.art.semanticturkey.customform that return UserPromptStructModifier and TypeMethodDescriptionstatic UserPromptStruct
CustomFormParseUtils.createUserPromptForNodeForm
(String ref, it.uniroma2.art.coda.core.CODACore codaCore) Methods in it.uniroma2.art.semanticturkey.customform that return types with arguments of type UserPromptStructModifier and TypeMethodDescriptionabstract Collection<UserPromptStruct>
CustomForm.getForm
(it.uniroma2.art.coda.core.CODACore codaCore) Parse the CODA rule contained in theref
tag and build a map of <userPrompt, type> pairs, whereuserPrompt
is a field of theuserPrompt/
feature path andtype
is the converter used for that feature.CustomFormGraph.getForm
(it.uniroma2.art.coda.core.CODACore codaCore) Returns a Collection ofUserPromptStruct
that is used to render a formCustomFormNode.getForm
(it.uniroma2.art.coda.core.CODACore codaCore)