Package com.nomagic.uml2.ext.jmi.reflect
Interface AbstractRepository.Calculator
- Enclosing class:
- AbstractRepository
public static interface AbstractRepository.Calculator
Calculator used in to calculate derived values. Only specific values are supported.
-
Method Summary
Modifier and TypeMethodDescriptionCalculate value from given arg.
-
Method Details
-
getValue
Calculate value from given arg.- Returns:
- null if calculator can not provide value (default calculation is used).
-