Uses of Enum Class
dev.civl.sarl.IF.expr.SymbolicExpression.SymbolicOperator
Packages that use SymbolicExpression.SymbolicOperator
Package
Description
This package provides the internal interface for the representation of basic
symbolic expressions.
The ideal module supports reasoning about numerical expressions using "ideal"
mathematical reals and integers.
This package and its subpackages provide the "public interface" to SARL.
The public interface package dealing with symbolic expressions.
-
Uses of SymbolicExpression.SymbolicOperator in dev.civl.sarl.expr.IF
Methods in dev.civl.sarl.expr.IF with parameters of type SymbolicExpression.SymbolicOperatorModifier and TypeMethodDescriptionBooleanExpressionFactory.booleanExpression(SymbolicExpression.SymbolicOperator operator, SymbolicObject... args) Returns an expression, given the operator and an array of argumentsExpressionFactory.expression(SymbolicExpression.SymbolicOperator operator, SymbolicType type, SymbolicObject... arguments) Returns an expression with the given operator, type, and argument sequence.NumericExpressionFactory.expression(SymbolicExpression.SymbolicOperator operator, SymbolicType numericType, SymbolicObject... arguments) Returns an expression, given the operator, type, and array of arguments -
Uses of SymbolicExpression.SymbolicOperator in dev.civl.sarl.ideal.IF
Methods in dev.civl.sarl.ideal.IF with parameters of type SymbolicExpression.SymbolicOperatorModifier and TypeMethodDescriptionIdealFactory.expression(SymbolicExpression.SymbolicOperator operator, SymbolicType numericType, SymbolicObject... arguments) -
Uses of SymbolicExpression.SymbolicOperator in dev.civl.sarl.IF
Methods in dev.civl.sarl.IF with parameters of type SymbolicExpression.SymbolicOperatorModifier and TypeMethodDescriptionCoreUniverse.make(SymbolicExpression.SymbolicOperator operator, SymbolicType type, SymbolicObject[] arguments) Applies the given operator to the arguments and returns the resulting expression in the form used by this universe. -
Uses of SymbolicExpression.SymbolicOperator in dev.civl.sarl.IF.expr
Methods in dev.civl.sarl.IF.expr that return SymbolicExpression.SymbolicOperatorModifier and TypeMethodDescriptionSymbolicExpression.operator()The operator of this symbolic expression.Returns the enum constant of this class with the specified name.static SymbolicExpression.SymbolicOperator[]SymbolicExpression.SymbolicOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.