Class LiteralValue

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the com.gdblab.pathAlgebra.expressions.LiteralValue type.
      • STRING

        public static final Name STRING
        Name of the com.gdblab.pathAlgebra.expressions.LiteralValue.string field.
      • INTEGER

        public static final Name INTEGER
        Name of the com.gdblab.pathAlgebra.expressions.LiteralValue.integer field.
      • FLOAT

        public static final Name FLOAT
        Name of the com.gdblab.pathAlgebra.expressions.LiteralValue.float field.
      • BOOLEAN

        public static final Name BOOLEAN
        Name of the com.gdblab.pathAlgebra.expressions.LiteralValue.boolean field.
    • Method Detail