Class ValueContext
- java.lang.Object
-
- com.nomagic.magicdraw.expressions.ValueContext
-
@OpenApiAll public class ValueContext extends java.lang.Object
Value context is used when getting value withParameterizedExpression
. The invoker of theParameterizedExpression
passes the actual value context instance, while the expression implementation is responsible if to react according the context instance.- See Also:
ParameterizedExpression
-
-
Constructor Summary
Constructors Constructor Description ValueContext()
-