Uses of Interface
dev.civl.sarl.IF.expr.valueSetReference.VSOffsetReference
Packages that use VSOffsetReference
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 VSOffsetReference in dev.civl.sarl.expr.IF
Methods in dev.civl.sarl.expr.IF that return VSOffsetReferenceModifier and TypeMethodDescriptionExpressionFactory.vsOffsetReference(ValueSetReference parent, NumericExpression offset) Given a reference to a (set-of) value(s) and a integral offset, returns a reference to a (set-of) value(s), which is obtained by applying the (set-of) offset(s) to the given (set-of) value(s). -
Uses of VSOffsetReference in dev.civl.sarl.IF
Methods in dev.civl.sarl.IF that return VSOffsetReferenceModifier and TypeMethodDescriptionCoreUniverse.vsOffsetReference(ValueSetReference parent, NumericExpression offset) Given a reference to a (set-of) value(s) and a integral offset, returns a reference to a (set-of) value(s), which is obtained by applying the (set-of) offset(s) to the given (set-of) value(s).