Class CustomFormNode

java.lang.Object
it.uniroma2.art.semanticturkey.customform.CustomForm
it.uniroma2.art.semanticturkey.customform.CustomFormNode

public class CustomFormNode extends CustomForm
  • Method Details

    • getForm

      public Collection<UserPromptStruct> getForm(it.uniroma2.art.coda.core.CODACore codaCore) throws it.uniroma2.art.coda.exception.parserexception.PRParserException
      Description copied from class: CustomForm
      Parse the CODA rule contained in the ref tag and build a map of &ltuserPrompt, type&gt pairs, where userPrompt is a field of the userPrompt/ feature path and type is the converter used for that feature.
      Specified by:
      getForm in class CustomForm
      Parameters:
      codaCore - an instance of CODACore already initialized
      Returns:
      Throws:
      it.uniroma2.art.coda.exception.parserexception.PRParserException