Search in sources :

Example 1 with PropertiesInferenceHelper

use of com.avaloq.tools.ddk.checkcfg.util.PropertiesInferenceHelper in project dsl-devkit by dsldevkit.

the class CheckConfigurationImplCustom method getProperties.

/**
 * {@inheritDoc}
 */
@Override
public EList<FormalParameter> getProperties() {
    EList<FormalParameter> properties = new EObjectContainmentEList<FormalParameter>(FormalParameter.class, this, CheckcfgPackage.CHECK_CONFIGURATION__PROPERTIES);
    PropertiesInferenceHelper helper = PropertiesInferenceHelper.getHelper();
    return helper.getProperties(this, properties);
}
Also used : FormalParameter(com.avaloq.tools.ddk.check.check.FormalParameter) PropertiesInferenceHelper(com.avaloq.tools.ddk.checkcfg.util.PropertiesInferenceHelper) EObjectContainmentEList(org.eclipse.emf.ecore.util.EObjectContainmentEList)

Aggregations

FormalParameter (com.avaloq.tools.ddk.check.check.FormalParameter)1 PropertiesInferenceHelper (com.avaloq.tools.ddk.checkcfg.util.PropertiesInferenceHelper)1 EObjectContainmentEList (org.eclipse.emf.ecore.util.EObjectContainmentEList)1