Package com.nomagic.uml2.ext.jmi.reflect
Interface Expression
-
public interface Expression
Expression interface. Implementation should calculate a value for the specified object.- Version:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getValue(javax.jmi.reflect.RefObject object, java.lang.Object expressionValueContext)
Implementation should calculate a value for the specified object.
-
-
-
Method Detail
-
getValue
java.lang.Object getValue(javax.jmi.reflect.RefObject object, @CheckForNull java.lang.Object expressionValueContext)
Implementation should calculate a value for the specified object.- Parameters:
object
- an object.expressionValueContext
- the context for calculating value, can be null if there is no context- Returns:
- value.
-
-