Class Variable

java.lang.Object
org.oristool.math.expression.Variable
All Implemented Interfaces:
Comparable<Variable>

public final class Variable extends Object implements Comparable<Variable>
A generic variable-name holder.
  • Field Details

  • Constructor Details

    • Variable

      public Variable(String name)
      Builds a variable from a string.
      Parameters:
      name - name of the variable
  • Method Details