java.lang.Object
dev.civl.sarl.IF.CoreUniverse.ForallStructure
- Enclosing interface:
CoreUniverse
The result of analyzing certain "forall" expressions. The expression must be
equivalent to
forall int i . lowerBound invalid input: '<'= i invalid input: '<'= upperBound -> body
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe body of the expression: the boolean formula that is claimed to hold if i is between the lower and upper bounds (inclusive).The integer bound variable used in the forall expression.The lower bound (inclusive) of the bound variable.The upper bound (inclusive) of the bound variable. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
boundVariable
The integer bound variable used in the forall expression. -
lowerBound
The lower bound (inclusive) of the bound variable. -
upperBound
The upper bound (inclusive) of the bound variable. -
body
The body of the expression: the boolean formula that is claimed to hold if i is between the lower and upper bounds (inclusive).
-
-
Constructor Details
-
ForallStructure
public ForallStructure()
-