Uses of Interface
dev.civl.sarl.IF.type.SymbolicIntegerType
Packages that use SymbolicIntegerType
Package
Description
This package and its subpackages provide the "public interface" to SARL.
Internal interface for the "type" module, providing a
SymbolicTypeFactory
for producing SymbolicType
s.-
Uses of SymbolicIntegerType in dev.civl.sarl.IF
Methods in dev.civl.sarl.IF that return SymbolicIntegerTypeModifier and TypeMethodDescriptionCoreUniverse.boundedIntegerType(NumericExpression min, NumericExpression max, boolean cyclic) Returns the bounded integer types with specified upper and lower bounds.CoreUniverse.herbrandIntegerType()Returns the Herbrand integer type.CoreUniverse.integerType()The "ideal" integer type, representing the set of mathematical integers. -
Uses of SymbolicIntegerType in dev.civl.sarl.type.IF
Methods in dev.civl.sarl.type.IF that return SymbolicIntegerTypeModifier and TypeMethodDescriptionSymbolicTypeFactory.boundedIntegerType(NumericExpression min, NumericExpression max, boolean cyclic) SymbolicTypeFactory.herbrandIntegerType()SymbolicTypeFactory.integerType()