| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?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="HanomanLogger.msgnode" nsPrefix="HanomanLogger.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.text" name="text">
- <eType xmi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
- </eStructuralFeatures>
- <eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="Property.type" name="type" eType="//@eClassifiers.1" defaultValueLiteral="All"/>
- <eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="Property.level" name="level" eType="//@eClassifiers.2" defaultValueLiteral="Debug"/>
- <eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="Property.xpath1" name="xpath1">
- <eType xmi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
- </eStructuralFeatures>
- <eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="Property.xpath2" name="xpath2">
- <eType xmi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
- </eStructuralFeatures>
- <eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="Property.xpath3" name="xpath3">
- <eType xmi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
- </eStructuralFeatures>
- <eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="Property.xpath4" name="xpath4">
- <eType xmi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
- </eStructuralFeatures>
- <translation xmi:type="utility:TranslatableString" key="HanomanLogger" bundleName="HanomanLogger" pluginId="id.co.hanoman.tcpip"/>
- <colorGraphic16 xmi:type="utility:GIFFileGraphic" resourceName="platform:/plugin/id.co.hanoman.tcpip/icons/full/obj16/HanomanLogger.gif"/>
- <colorGraphic32 xmi:type="utility:GIFFileGraphic" resourceName="platform:/plugin/id.co.hanoman.tcpip/icons/full/obj30/HanomanLogger.gif"/>
- <composition>
- <nodes xmi:type="eflow:FCMSource" xmi:id="InTerminal.in" location="100,20">
- <translation xmi:type="utility:TranslatableString" key="InTerminal.in" bundleName="HanomanLogger" 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="HanomanLogger" pluginId="id.co.hanoman.tcpip"/>
- </nodes>
- </composition>
- <propertyOrganizer>
- <propertyDescriptor groupName="Group.Basic" describedAttribute="Property.text">
- <propertyName xmi:type="utility:TranslatableString" key="Property.text" bundleName="HanomanLogger" pluginId="id.co.hanoman.tcpip"/>
- <propertyDescriptor groupName="Group.Basic" configurable="true" describedAttribute="Property.type">
- <propertyName xmi:type="utility:TranslatableString" key="Property.type" bundleName="HanomanLogger" pluginId="id.co.hanoman.tcpip"/>
- <propertyDescriptor groupName="Group.Basic" configurable="true" describedAttribute="Property.level">
- <propertyName xmi:type="utility:TranslatableString" key="Property.level" bundleName="HanomanLogger" pluginId="id.co.hanoman.tcpip"/>
- <propertyDescriptor groupName="Group.Basic" configurable="true" describedAttribute="Property.xpath1">
- <propertyName xmi:type="utility:TranslatableString" key="Property.xpath1" bundleName="HanomanLogger" pluginId="id.co.hanoman.tcpip"/>
- <propertyDescriptor groupName="Group.Basic" configurable="true" describedAttribute="Property.xpath2">
- <propertyName xmi:type="utility:TranslatableString" key="Property.xpath2" bundleName="HanomanLogger" pluginId="id.co.hanoman.tcpip"/>
- <propertyDescriptor groupName="Group.Basic" configurable="true" describedAttribute="Property.xpath3">
- <propertyName xmi:type="utility:TranslatableString" key="Property.xpath3" bundleName="HanomanLogger" pluginId="id.co.hanoman.tcpip"/>
- <propertyDescriptor groupName="Group.Basic" configurable="true" describedAttribute="Property.xpath4">
- <propertyName xmi:type="utility:TranslatableString" key="Property.xpath4" bundleName="HanomanLogger" pluginId="id.co.hanoman.tcpip"/>
- </propertyDescriptor>
- </propertyDescriptor>
- </propertyDescriptor>
- </propertyDescriptor>
- </propertyDescriptor>
- </propertyDescriptor>
- </propertyDescriptor>
- </propertyOrganizer>
- </eClassifiers>
- <eClassifiers xmi:type="ecore:EEnum">
- <eLiterals xmi:id="type.All" name="All"/>
- <eLiterals xmi:id="type.Root" name="Root" value="1"/>
- <eLiterals xmi:id="type.Body" name="Body" value="2"/>
- <eLiterals xmi:id="type.None" name="None" value="3"/>
- </eClassifiers>
- <eClassifiers xmi:type="ecore:EEnum">
- <eLiterals xmi:id="level.Trace" name="Trace"/>
- <eLiterals xmi:id="level.Debug" name="Debug" value="1"/>
- <eLiterals xmi:id="level.Info" name="Info" value="2"/>
- <eLiterals xmi:id="level.Warning" name="Warning" value="3"/>
- <eLiterals xmi:id="level.Error" name="Error" value="4"/>
- <eLiterals xmi:id="level.Fatal" name="Fatal" value="5"/>
- </eClassifiers>
- </ecore:EPackage>
|