Interface ISequenceType

    • Method Detail

      • isEmpty

        boolean isEmpty()
        Determine if the sequence is empty (if it holds any data) or not.
        Returns:
        true if the sequence is empty or false otherwise
      • getType

        Class<? extends IItemgetType()
        Get the type of the sequence.
        Returns:
        the type of the sequence or null if the sequence is empty
      • getOccurrence

        Occurrence getOccurrence()
        Get the occurrence of the sequence.
        Returns:
        the occurrence of the sequence or null if the sequence is empty
      • toSignature

        String toSignature()
        Get the signature of the function as a string.
        Returns:
        the signature