|
@@ -12,10 +12,10 @@ package org.yakindu.sct.generator.cpp.features;
|
|
|
|
|
|
import org.eclipse.core.runtime.IStatus;
|
|
|
import org.eclipse.core.runtime.Status;
|
|
|
+import org.eclipse.emf.ecore.EObject;
|
|
|
import org.yakindu.sct.generator.core.features.AbstractDefaultFeatureValueProvider;
|
|
|
import org.yakindu.sct.model.sgen.FeatureParameterValue;
|
|
|
import org.yakindu.sct.model.sgen.FeatureTypeLibrary;
|
|
|
-import org.yakindu.sct.model.sgraph.Statechart;
|
|
|
|
|
|
/**
|
|
|
*
|
|
@@ -31,7 +31,7 @@ public class CPPDefaultFeatureValueProvider extends
|
|
|
|
|
|
@Override
|
|
|
protected void setDefaultValue(FeatureParameterValue parameterValue,
|
|
|
- Statechart statechart) {
|
|
|
+ EObject object) {
|
|
|
//TODO: Implement my default properties
|
|
|
}
|
|
|
|