Uses of Interface
dev.civl.sarl.expr.IF.NumericExpressionFactory
Packages that use NumericExpressionFactory
Package
Description
This package provides the internal interface for the representation of basic
symbolic expressions.
This package provides the internal interface supporting Herbrand arithmetic,
i.e., arithmetic in which all operations are treated as uninterpreted
operations.
The ideal module supports reasoning about numerical expressions using "ideal"
mathematical reals and integers.
This package provides all of the functionality of a symbolic universe except
reasoning.
-
Uses of NumericExpressionFactory in dev.civl.sarl.expr.IF
Methods in dev.civl.sarl.expr.IF that return NumericExpressionFactoryModifier and TypeMethodDescriptionExpressionFactory.numericFactory()Returns the numeric expression factory used by this expression factory.Methods in dev.civl.sarl.expr.IF with parameters of type NumericExpressionFactoryModifier and TypeMethodDescriptionstatic ExpressionFactoryExpressions.newExpressionFactory(NumericExpressionFactory numericFactory) Produces a new instance of the standard expression factory.voidBooleanExpressionFactory.setNumericExpressionFactory(NumericExpressionFactory numericExpressionFactory) The boolean factory needs a numeric expression factory in order to negate expressions like "ainvalid input: '<'b" or "ainvalid input: '<'=b". -
Uses of NumericExpressionFactory in dev.civl.sarl.herbrand.IF
Methods in dev.civl.sarl.herbrand.IF that return NumericExpressionFactoryModifier and TypeMethodDescriptionstatic NumericExpressionFactoryHerbrand.newHerbrandFactory(NumberFactory numberFactory, ObjectFactory objectFactory, SymbolicTypeFactory typeFactory, BooleanExpressionFactory booleanFactory) -
Uses of NumericExpressionFactory in dev.civl.sarl.ideal.IF
Subinterfaces of NumericExpressionFactory in dev.civl.sarl.ideal.IFModifier and TypeInterfaceDescriptioninterfaceAnIdealFactoryprovides a few services beyond those guaranteed by an arbitraryNumericExpressionFactory. -
Uses of NumericExpressionFactory in dev.civl.sarl.preuniverse.IF
Methods in dev.civl.sarl.preuniverse.IF that return NumericExpressionFactory