lumaqq.ecore
来自「一个功能强大的聊天程序.....基本实现所有功能....强烈推荐下载」· ECORE 代码 · 共 517 行 · 第 1/3 页
ECORE
517 行
<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="edu"
nsURI="http://lumaqq.tsinghua.edu/ecore/edu" nsPrefix="edu">
<eSubpackages name="tsinghua" nsURI="http://lumaqq.tsinghua.edu/ecore/edu/tsinghua"
nsPrefix="tsinghua">
<eSubpackages name="lumaqq" nsURI="http://lumaqq.tsinghua.edu/ecore/edu/tsinghua/lumaqq"
nsPrefix="lumaqq">
<eSubpackages name="ecore" nsURI="http://lumaqq.tsinghua.edu/ecore/edu/tsinghua/lumaqq/ecore"
nsPrefix="ecore">
<eClassifiers xsi:type="ecore:EEnum" name="ProxyType">
<eLiterals name="None"/>
<eLiterals name="Http" value="1"/>
<eLiterals name="Socks5" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoginOption">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="autoSelect" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="proxyPassword" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="proxyPort" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="proxyServer" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="proxyType" unique="false"
lowerBound="1" eType="#//tsinghua/lumaqq/ecore/ProxyType" defaultValueLiteral="None"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="proxyUsername" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="server" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tcpPort" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="useTcp" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
unsettable="true"/>
</eClassifiers>
<eSubpackages name="global" nsURI="http://lumaqq.tsinghua.edu/ecore/edu/tsinghua/lumaqq/ecore/global"
nsPrefix="global">
<eClassifiers xsi:type="ecore:EClass" name="GlobalSetting">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language" unique="false"
lowerBound="1" eType="#//tsinghua/lumaqq/ecore/global/LanguageType"
defaultValueLiteral="zh" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="servers" lowerBound="1"
eType="#//tsinghua/lumaqq/ecore/global/Servers" containment="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="robots" lowerBound="1"
eType="#//tsinghua/lumaqq/ecore/global/Robots" containment="true"
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LanguageType">
<eLiterals name="zh"/>
<eLiterals name="en" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Servers">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="TCPServer" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="UDPServer" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Robot">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Robots">
<eStructuralFeatures xsi:type="ecore:EReference" name="robot" upperBound="-1"
eType="#//tsinghua/lumaqq/ecore/global/Robot" containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="face" nsURI="http://lumaqq.tsinghua.edu/ecore/edu/tsinghua/lumaqq/ecore/face"
nsPrefix="face">
<eClassifiers xsi:type="ecore:EClass" name="Face">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filename" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="md5" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FaceGroup">
<eStructuralFeatures xsi:type="ecore:EReference" name="face" upperBound="-1"
eType="#//tsinghua/lumaqq/ecore/face/Face" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Faces">
<eStructuralFeatures xsi:type="ecore:EReference" name="group" upperBound="-1"
eType="#//tsinghua/lumaqq/ecore/face/FaceGroup" containment="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nextGroupId" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nextId" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FaceConstant">
<eLiterals name="DEFAULT_GROUP_ID"/>
<eLiterals name="RECEIVED_GROUP_ID" value="1"/>
<eLiterals name="CUSTOM_HEAD_GROUP_ID" value="2"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="group" nsURI="http://lumaqq.tsinghua.edu/ecore/edu/tsinghua/lumaqq/ecore/group"
nsPrefix="group">
<eClassifiers xsi:type="ecore:EClass" name="XCluster">
<eStructuralFeatures xsi:type="ecore:EReference" name="user" upperBound="-1"
eType="#//tsinghua/lumaqq/ecore/group/XUser" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="organization" upperBound="-1"
eType="#//tsinghua/lumaqq/ecore/group/XOrganization" containment="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="admins" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="authType" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="category" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="clusterId" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="creator" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
defaultValueLiteral="" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="externalId" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="headId" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastMessageTime"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Long"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="messageSetting"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="notice" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
defaultValueLiteral="" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oldCategory" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parentClusterId"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stockholders" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XGroup">
<eStructuralFeatures xsi:type="ecore:EReference" name="user" upperBound="-1"
eType="#//tsinghua/lumaqq/ecore/group/XUser" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cluster" upperBound="-1"
eType="#//tsinghua/lumaqq/ecore/group/XCluster" containment="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
</eClassifiers>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?