Interface AbsContentElement

    • Method Detail

      • isAContentExpression

        boolean isAContentExpression()
        Return true if this Abstract Content Element represents a ContentExpression of the SL Grammar (see also FIPA-SL specifications).
        Returns:
        true if this Abstract Content Element represents a ContentExpression of the SL Grammar (see also FIPA-SL specifications), false otherwise
      • setIsAContentExpression

        void setIsAContentExpression​(boolean flag)
        Set the isAContentExpression flag to the passed value. By default, if this method was not called, this value is intialized to false.
        Parameters:
        flag - true if this Abstract Content Element represents a ContentExpression of the SL Grammar (see also FIPA-SL specifications), false otherwise