Class IsInGroup

  • All Implemented Interfaces:
    Serializable, org.qdl_lang.extensions.QDLFunction

    public class IsInGroup
    extends Object
    implements org.qdl_lang.extensions.QDLFunction

    Created by Jeff Gaynor
    on 2/24/20 at 7:52 AM

    See Also:
    Serialized Form
    • Constructor Detail

      • IsInGroup

        public IsInGroup()
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface org.qdl_lang.extensions.QDLFunction
      • getArgCount

        public int[] getArgCount()
        Specified by:
        getArgCount in interface org.qdl_lang.extensions.QDLFunction
      • evaluate

        public org.qdl_lang.variables.values.QDLValue evaluate​(org.qdl_lang.variables.values.QDLValue[] objects,
                                                               org.qdl_lang.state.State state)
        Specified by:
        evaluate in interface org.qdl_lang.extensions.QDLFunction
      • getDocumentation

        public List<String> getDocumentation​(int argCount)
        Specified by:
        getDocumentation in interface org.qdl_lang.extensions.QDLFunction