Package org.proforma.variability.util
Interface MatMethodProvider<T>
- All Known Implementing Classes:
- MatMethodProviderArithmeticOperation,- MatMethodProviderMustache,- MatMethodProviderSearchVpAndReplace,- MatMethodProviderSetVpValue
public interface MatMethodProvider<T>
- 
Method Summary
- 
Method Details- 
init
- 
getValueTypeClass<?> getValueType()Must not be called before {@link #init(MatMethod, CS).
- 
executeMust not be called before {@link #init(MatMethod, CS).
 
-