Class BasicGroup

    • Constructor Detail

      • BasicGroup

        public BasicGroup​(boolean theOptional)
        Deprecated.
        Create a new BasicGroup
        Parameters:
        theOptional - whether or not the patterns and filters in this group are optional
    • Method Detail

      • size

        public int size()
        Deprecated.
        Specified by:
        size in interface Group
      • addChild

        public void addChild​(Group theGroup)
        Deprecated.
        Specified by:
        addChild in interface Group
      • removeChild

        public void removeChild​(Group theGroup)
        Deprecated.
        Remove a child from this group
        Parameters:
        theGroup - the child to remove
      • addFilter

        public void addFilter​(ValueExpr theExpr)
        Deprecated.
        Add a Filter to this group
        Parameters:
        theExpr - the value filter to add
      • isEmpty

        public boolean isEmpty()
        Deprecated.
      • isOptional

        public boolean isOptional()
        Deprecated.
        Specified by:
        isOptional in interface Group
      • add

        public void add​(TupleExpr theExpr)
        Deprecated.