Uses of Package
calculator.atoms

Packages that use calculator.atoms
  • Classes in calculator.atoms used by calculator
    Class
    Description
    Atom abstract class An Atom represents a number (or an operand of operations).
  • Class
    Description
    Atom abstract class An Atom represents a number (or an operand of operations).
    Enumeration of possible atom (number) types
    Complex Number type is used to represent complex e.g. 3 + 2i
    IntegerAtom is a concrete class that represents arithmetic (integer) numbers, which are Atoms, a special kind of Expressions, just like operations are.
    Rationnal Number type is used to represent fractions e.g. 1/2
    Real is a concrete class that represents arithmetic (Real) numbers, which are Atoms, a special kind of Expressions.
  • Class
    Description
    Atom abstract class An Atom represents a number (or an operand of operations).
    Enumeration of possible atom (number) types
    Complex Number type is used to represent complex e.g. 3 + 2i
    IntegerAtom is a concrete class that represents arithmetic (integer) numbers, which are Atoms, a special kind of Expressions, just like operations are.
    Rationnal Number type is used to represent fractions e.g. 1/2
    Real is a concrete class that represents arithmetic (Real) numbers, which are Atoms, a special kind of Expressions.
  • Class
    Description
    Atom abstract class An Atom represents a number (or an operand of operations).
    Complex Number type is used to represent complex e.g. 3 + 2i
    IntegerAtom is a concrete class that represents arithmetic (integer) numbers, which are Atoms, a special kind of Expressions, just like operations are.
    Rationnal Number type is used to represent fractions e.g. 1/2
    Real is a concrete class that represents arithmetic (Real) numbers, which are Atoms, a special kind of Expressions.
  • Class
    Description
    Atom abstract class An Atom represents a number (or an operand of operations).
    Complex Number type is used to represent complex e.g. 3 + 2i
    IntegerAtom is a concrete class that represents arithmetic (integer) numbers, which are Atoms, a special kind of Expressions, just like operations are.
    Rationnal Number type is used to represent fractions e.g. 1/2
    Real is a concrete class that represents arithmetic (Real) numbers, which are Atoms, a special kind of Expressions.
  • Classes in calculator.atoms used by visitor
    Class
    Description
    Atom abstract class An Atom represents a number (or an operand of operations).
    Complex Number type is used to represent complex e.g. 3 + 2i
    IntegerAtom is a concrete class that represents arithmetic (integer) numbers, which are Atoms, a special kind of Expressions, just like operations are.
    Rationnal Number type is used to represent fractions e.g. 1/2
    Real is a concrete class that represents arithmetic (Real) numbers, which are Atoms, a special kind of Expressions.