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
-
getValueType
Class<?> getValueType()Must not be called before {@link #init(MatMethod, CS). -
execute
Must not be called before {@link #init(MatMethod, CS).
-