Class NewTemplate

  • All Implemented Interfaces:
    CSConstants, edu.uiuc.ncsa.qdl.extensions.QDLFunction, Serializable

    public class NewTemplate
    extends Object
    implements edu.uiuc.ncsa.qdl.extensions.QDLFunction, CSConstants
    Creates a template for a given type of claim sourse. This has asterisks where the required values are.

    Created by Jeff Gaynor
    on 2/11/20 at 12:29 PM

    See Also:
    Serialized Form
    • Constructor Detail

      • NewTemplate

        public NewTemplate()
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface edu.uiuc.ncsa.qdl.extensions.QDLFunction
      • getArgCount

        public int[] getArgCount()
        Specified by:
        getArgCount in interface edu.uiuc.ncsa.qdl.extensions.QDLFunction
      • evaluate

        public Object evaluate​(Object[] objects,
                               edu.uiuc.ncsa.qdl.state.State state)
        Specified by:
        evaluate in interface edu.uiuc.ncsa.qdl.extensions.QDLFunction
      • getDocumentation

        public List<String> getDocumentation​(int argCount)
        Specified by:
        getDocumentation in interface edu.uiuc.ncsa.qdl.extensions.QDLFunction