blob: cea01f4dea52d53810bda88883c02152ae008749 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE FBType SYSTEM "http://www.holobloc.com/xml/LibraryElement.dtd">
<FBType Comment="Translate individual fields to a PreferredProvider type" Name="FieldsPreferredProvider">
<Identification Description="Copyright (c) 2018 fortiss GmbH&#13;&#10; &#13;&#10;This program and the accompanying materials are made&#13;&#10;available under the terms of the Eclipse Public License 2.0&#13;&#10;which is available at https://www.eclipse.org/legal/epl-2.0/&#13;&#10;&#13;&#10;SPDX-License-Identifier: EPL-2.0" Standard="61499-2"/>
<VersionInfo Author="Jose Cabral" Date="2018-09-21" Organization="fortiss GmbH" Version="1.0"/>
<InterfaceList>
<EventInputs>
<Event Comment="Create Preferred Provider" Name="REQ" Type="Event">
<With Var="providerSystem"/>
<With Var="providerCloud"/>
</Event>
</EventInputs>
<EventOutputs>
<Event Comment="Preferred Provider created" Name="CNF" Type="Event">
<With Var="preferredProvider"/>
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Comment="System of the Preferred Provider" Name="providerSystem" Type="ArrowheadSystem"/>
<VarDeclaration Comment="Cloud of the Preferred Provider" Name="providerCloud" Type="ArrowheadCloud"/>
</InputVars>
<OutputVars>
<VarDeclaration Comment="Preferred Provider created" Name="preferredProvider" Type="PreferredProvider"/>
</OutputVars>
</InterfaceList>
<BasicFB>
<ECC>
<ECState Comment="Initial State" Name="START" x="555.0" y="425.0"/>
<ECState Comment="Normal execution" Name="REQ" x="215.0" y="755.0">
<ECAction Algorithm="REQ" Output="CNF"/>
</ECState>
<ECTransition Comment="" Condition="REQ" Destination="REQ" Source="START" x="555.0" y="600.0"/>
<ECTransition Comment="" Condition="1" Destination="START" Source="REQ" x="215.0" y="425.0"/>
</ECC>
<Algorithm Comment="Normally executed algorithm" Name="REQ">
<ST Text="preferredProvider.providerSystem := providerSystem; &#13;&#10;preferredProvider.providerCloud := providerCloud; &#13;&#10;"/>
</Algorithm>
</BasicFB>
</FBType>