Uses of Interface
dev.civl.sarl.IF.expr.valueSetReference.VSArraySectionReference
Packages that use VSArraySectionReference
Package
Description
This package provides the internal interface for the representation of basic
symbolic expressions.
This package and its subpackages provide the "public interface" to SARL.
-
Uses of VSArraySectionReference in dev.civl.sarl.expr.IF
Methods in dev.civl.sarl.expr.IF that return VSArraySectionReferenceModifier and TypeMethodDescriptionExpressionFactory.vsArraySectionReference(ValueSetReference parent, NumericExpression lower, NumericExpression upper, NumericExpression step) Given a reference to a (set-of) array(s) and an inclusive lower index bound, an exclusive upper index bound and a step, returns a reference to the (set-of) section(s) of the array(s) with the given bounds. -
Uses of VSArraySectionReference in dev.civl.sarl.IF
Methods in dev.civl.sarl.IF that return VSArraySectionReferenceModifier and TypeMethodDescriptionCoreUniverse.vsArraySectionReference(ValueSetReference parent, NumericExpression lower, NumericExpression upper) Given a reference to a (set-of) array(s) and an inclusive lower index bound, an exclusive upper index bound and a DEFAULT step, which is one, of the range of the section, returns a reference to the (set-of) section(s) of the array(s) with the given bounds.CoreUniverse.vsArraySectionReference(ValueSetReference parent, NumericExpression lower, NumericExpression upper, NumericExpression step) Given a reference to a (set-of) array(s) and an inclusive lower index bound, an exclusive upper index bound and a step of the range of the section, returns a reference to the (set-of) section(s) of the array(s) with the given bounds.