Search in sources :

Example 1 with FaultSource

use of org.eclipse.vorto.core.api.model.mapping.FaultSource in project vorto by eclipse.

the class TestFunctionBlockMappingFactory method createFaultSource.

private static FaultSource createFaultSource() {
    FaultSource source = MappingFactory.eINSTANCE.createFaultSource();
    source.setProperty(TestEntityFactory.createPrimitiveProperty("faultStringParam", PrimitiveType.STRING));
    source.setModel(functionblockModel);
    return source;
}
Also used : FaultSource(org.eclipse.vorto.core.api.model.mapping.FaultSource)

Aggregations

FaultSource (org.eclipse.vorto.core.api.model.mapping.FaultSource)1