Interface BasisSymbol

    • Method Detail

      • getSymbols

        List getSymbols()

        The list of symbols that this symbol is composed from.

        In the usual case, this list will contain just this single symbol. In the case where a symbol represents an ordered combination of other symbols, the list will contain each of these BasisSymbols.

        Returns:
        the List of Symbols that this Symbol is built from