Package org.proforma.variability.util
Class MatMethodProviderSetVpValue
java.lang.Object
org.proforma.variability.util.MatMethodProviderSetVpValue
- All Implemented Interfaces:
MatMethodProvider<Object>
This materialization method supplies a variation point value that is written to the consumer of a MatArtifact.
The written value is resolved from the variation points. Usually this method is restricted to a single variation point. If there are several variation points, any of the resolved variation point values is written.
-
Constructor Details
-
MatMethodProviderSetVpValue
public MatMethodProviderSetVpValue()
-
-
Method Details
-
init
- Specified by:
init
in interfaceMatMethodProvider<Object>
-
execute
Description copied from interface:MatMethodProvider
Must not be called before {@link #init(MatMethod, CS).- Specified by:
execute
in interfaceMatMethodProvider<Object>
-
getValueType
Description copied from interface:MatMethodProvider
Must not be called before {@link #init(MatMethod, CS).- Specified by:
getValueType
in interfaceMatMethodProvider<Object>
-
toString
-