| 12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:eflow="http://www.ibm.com/wbi/2005/eflow" xmlns:utility="http://www.ibm.com/wbi/2005/eflow_utility" nsURI="HanomanRPGCall.msgnode" nsPrefix="HanomanRPGCall.msgnode">
- <eClassifiers xmi:type="eflow:FCMComposite" name="FCMComposite_1">
- <eSuperTypes href="http://www.ibm.com/wbi/2005/eflow#//FCMBlock"/>
- <eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="Property.config" name="config" lowerBound="1">
- <eType xmi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
- </eStructuralFeatures>
- <eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="Property.path" name="path">
- <eType xmi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
- </eStructuralFeatures>
- <translation xmi:type="utility:TranslatableString" key="HanomanRPGCall" bundleName="HanomanRPGCall" pluginId="id.co.hanoman.tcpip"/>
- <colorGraphic16 xmi:type="utility:GIFFileGraphic" resourceName="platform:/plugin/id.co.hanoman.tcpip/icons/full/obj16/HanomanRPGCall.gif"/>
- <colorGraphic32 xmi:type="utility:GIFFileGraphic" resourceName="platform:/plugin/id.co.hanoman.tcpip/icons/full/obj30/HanomanRPGCall.gif"/>
- <composition>
- <nodes xmi:type="eflow:FCMSource" xmi:id="InTerminal.in" location="100,20">
- <translation xmi:type="utility:TranslatableString" key="InTerminal.in" bundleName="HanomanRPGCall" pluginId="id.co.hanoman.tcpip"/>
- </nodes>
- <nodes xmi:type="eflow:FCMSink" xmi:id="OutTerminal.out" location="200,40">
- <translation xmi:type="utility:TranslatableString" key="OutTerminal.out" bundleName="HanomanRPGCall" pluginId="id.co.hanoman.tcpip"/>
- </nodes>
- <nodes xmi:type="eflow:FCMSink" xmi:id="OutTerminal.failure" location="300,60">
- <translation xmi:type="utility:TranslatableString" key="OutTerminal.failure" bundleName="HanomanRPGCall" pluginId="id.co.hanoman.tcpip"/>
- </nodes>
- </composition>
- <propertyOrganizer>
- <propertyDescriptor groupName="Group.Basic" configurable="true" describedAttribute="Property.config">
- <propertyName xmi:type="utility:TranslatableString" key="Property.config" bundleName="HanomanRPGCall" pluginId="id.co.hanoman.tcpip"/>
- <propertyDescriptor groupName="Group.Basic" configurable="true" describedAttribute="Property.path">
- <propertyName xmi:type="utility:TranslatableString" key="Property.path" bundleName="HanomanRPGCall" pluginId="id.co.hanoman.tcpip"/>
- </propertyDescriptor>
- </propertyDescriptor>
- </propertyOrganizer>
- </eClassifiers>
- </ecore:EPackage>
|