is_duplicated
bool
2 classes
xmi
stringlengths
506
392k
ids
stringlengths
42
388
model_type
stringclasses
1 value
txt
stringlengths
3
77k
labels
null
graph
stringlengths
176
1.29M
true
<?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="umlParameter" nsURI="http://www.eclipse.org/papyrus/uml/textedit/parameter/xtext/UmlParameter" nsPrefix="umlParameter"> <eClassifiers xsi:type="ecore:EClass" name="ParameterRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="visibility" eType="#//VisibilityRule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="direction" eType="#//DirectionRule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass platform:/resource/org.eclipse.papyrus.uml.textedit.common.xtext/src-gen/org/eclipse/papyrus/uml/textedit/common/xtext/UmlCommon.ecore#//TypeRule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeUndefined" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" eType="ecore:EClass platform:/resource/org.eclipse.papyrus.uml.textedit.common.xtext/src-gen/org/eclipse/papyrus/uml/textedit/common/xtext/UmlCommon.ecore#//MultiplicityRule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" eType="#//ModifiersRule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="effect" eType="#//EffectRule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//DefaultValueRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModifiersRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//ModifierSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModifierSpecification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//ModifierKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VisibilityRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EEnum platform:/resource/org.eclipse.papyrus.uml.textedit.common.xtext/src-gen/org/eclipse/papyrus/uml/textedit/common/xtext/UmlCommon.ecore#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirectionRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="ecore:EEnum platform:/resource/org.eclipse.papyrus.uml.textedit.common.xtext/src-gen/org/eclipse/papyrus/uml/textedit/common/xtext/UmlCommon.ecore#//Direction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ModifierKind"> <eLiterals name="EXCEPTION" literal="exception"/> <eLiterals name="STREAM" value="1" literal="stream"/> <eLiterals name="ORDERED" value="2" literal="ordered"/> <eLiterals name="UNIQUE" value="3" literal="unique"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EffectKind"> <eLiterals name="CREATE" literal="create"/> <eLiterals name="READ" value="1" literal="read"/> <eLiterals name="UPDATE" value="2" literal="update"/> <eLiterals name="DELETE" value="3" literal="delete"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EffectRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="effectKind" eType="#//EffectKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultValueRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="default" eType="#//Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value"/> <eClassifiers xsi:type="ecore:EClass" name="IntValue" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literalInteger" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literalString" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BooleanLiterals"> <eLiterals name="true" literal="true"/> <eLiterals name="false" value="1" literal="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanValue" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literalBoolean" eType="#//BooleanLiterals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealValue" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integer" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fraction" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullValue" eSuperTypes="#//Value"/> <eClassifiers xsi:type="ecore:EClass" name="NoValue" eSuperTypes="#//Value"/> </ecore:EPackage>
github:ecore:/data/juancadavid/papyrus/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/src-gen/org/eclipse/papyrus/uml/textedit/parameter/xtext/UmlParameter.ecore
ecore
umlParameter ParameterRule visibility direction name type typeUndefined multiplicity modifiers effect defaultValue ModifiersRule values ModifierSpecification value VisibilityRule visibility DirectionRule direction ModifierKind EXCEPTION exception STREAM stream ORDERED ordered UNIQUE unique EffectKind CREATE create READ read UPDATE update DELETE delete EffectRule effectKind DefaultValueRule default Value IntValue literalInteger StringValue literalString BooleanLiterals true true false false BooleanValue literalBoolean RealValue integer fraction NullValue NoValue
null
{"directed":true,"nodes":[{"nsPrefix":"umlParameter","nsURI":"http://www.eclipse.org/papyrus/uml/textedit/parameter/xtext/UmlParameter","name":"umlParameter","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterRule","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModifiersRule","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModifierSpecification","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisibilityRule","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectionRule","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModifierKind","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EffectKind","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EffectRule","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultValueRule","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntValue","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanLiterals","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealValue","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullValue","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoValue","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeUndefined","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"effect","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"name":"EXCEPTION","id":44,"value":0,"literal":"exception","eClass":"EEnumLiteral"},{"name":"STREAM","id":45,"value":1,"literal":"stream","eClass":"EEnumLiteral"},{"name":"ORDERED","id":46,"value":2,"literal":"ordered","eClass":"EEnumLiteral"},{"name":"UNIQUE","id":47,"value":3,"literal":"unique","eClass":"EEnumLiteral"},{"name":"CREATE","id":48,"value":0,"literal":"create","eClass":"EEnumLiteral"},{"name":"READ","id":49,"value":1,"literal":"read","eClass":"EEnumLiteral"},{"name":"UPDATE","id":50,"value":2,"literal":"update","eClass":"EEnumLiteral"},{"name":"DELETE","id":51,"value":3,"literal":"delete","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"effectKind","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literalInteger","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literalString","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"name":"true","id":62,"value":0,"literal":"true","eClass":"EEnumLiteral"},{"name":"false","id":63,"value":1,"literal":"false","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literalBoolean","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integer","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fraction","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":18,"target":4},{"source":18,"target":27},{"source":18,"target":1},{"source":27,"target":4},{"source":19,"target":5},{"source":19,"target":28},{"source":19,"target":1},{"source":28,"target":5},{"source":20,"target":29},{"source":20,"target":1},{"source":21,"target":30},{"source":21,"target":1},{"source":22,"target":31},{"source":22,"target":1},{"source":23,"target":32},{"source":23,"target":1},{"source":24,"target":2},{"source":24,"target":33},{"source":24,"target":1},{"source":33,"target":2},{"source":25,"target":8},{"source":25,"target":34},{"source":25,"target":1},{"source":34,"target":8},{"source":26,"target":9},{"source":26,"target":35},{"source":26,"target":1},{"source":35,"target":9},{"source":2,"target":0},{"source":2,"target":36},{"source":36,"target":3},{"source":36,"target":37},{"source":36,"target":2},{"source":37,"target":3},{"source":3,"target":0},{"source":3,"target":38},{"source":38,"target":6},{"source":38,"target":39},{"source":38,"target":3},{"source":39,"target":6},{"source":4,"target":0},{"source":4,"target":40},{"source":40,"target":41},{"source":40,"target":4},{"source":5,"target":0},{"source":5,"target":42},{"source":42,"target":43},{"source":42,"target":5},{"source":6,"target":0},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":44,"target":6},{"source":45,"target":6},{"source":46,"target":6},{"source":47,"target":6},{"source":7,"target":0},{"source":7,"target":48},{"source":7,"target":49},{"source":7,"target":50},{"source":7,"target":51},{"source":48,"target":7},{"source":49,"target":7},{"source":50,"target":7},{"source":51,"target":7},{"source":8,"target":0},{"source":8,"target":52},{"source":52,"target":7},{"source":52,"target":53},{"source":52,"target":8},{"source":53,"target":7},{"source":9,"target":0},{"source":9,"target":54},{"source":54,"target":10},{"source":54,"target":55},{"source":54,"target":9},{"source":55,"target":10},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":56},{"source":11,"target":57},{"source":56,"target":58},{"source":56,"target":11},{"source":57,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":59},{"source":12,"target":60},{"source":59,"target":61},{"source":59,"target":12},{"source":60,"target":10},{"source":13,"target":0},{"source":13,"target":62},{"source":13,"target":63},{"source":62,"target":13},{"source":63,"target":13},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":64},{"source":14,"target":65},{"source":64,"target":13},{"source":64,"target":66},{"source":64,"target":14},{"source":66,"target":13},{"source":65,"target":10},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":67},{"source":15,"target":68},{"source":15,"target":69},{"source":67,"target":70},{"source":67,"target":15},{"source":68,"target":71},{"source":68,"target":15},{"source":69,"target":10},{"source":16,"target":0},{"source":16,"target":10},{"source":16,"target":72},{"source":72,"target":10},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":73},{"source":73,"target":10}],"multigraph":true}
false
<?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="importingpackage" nsURI="importingpackage" nsPrefix="importingpackage"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="importedpackage" value="ImportedPackage.ecore#/"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="MyClass" eSuperTypes="ImportedPackage.ecore#//MyClass"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enum" eType="#//MyEnum"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="myAttribute2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="myReference2" eType="#//MyClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" upperBound="-1" eType="#//Opposite"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MyEnum"> <eLiterals name="one"/> <eLiterals name="two"/> <eLiterals name="three" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperClassA"> <eOperations name="operationOfSuperClassA"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractClassA" abstract="true"> <eOperations name="operationOfAbstractClassA"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceA" abstract="true" interface="true"> <eOperations name="operationOfInterfaceA"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassA"> <eOperations name="operationOfA"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeOfA" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassB" eSuperTypes="#//InterfaceA"> <eOperations name="operationOfB"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeOfB" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassC" eSuperTypes="#//AbstractClassA"> <eOperations name="operationOfC"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeOfC" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassD" eSuperTypes="#//ClassA"> <eOperations name="operationOfC"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeOfD" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassE" eSuperTypes="#//InterfaceA #//AbstractClassA"> <eOperations name="operationOfE"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeOfE" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassF" eSuperTypes="#//InterfaceA #//ClassA"> <eOperations name="operationOfF"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeOfF" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassG" eSuperTypes="#//AbstractClassA #//InterfaceA"> <eOperations name="operationOfG"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeOfG" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassH" eSuperTypes="#//AbstractClassA #//ClassA"> <eOperations name="operationOfH"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeOfH" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassI" eSuperTypes="#//ClassA #//InterfaceA"> <eOperations name="operationOfI"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeOfI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassJ" eSuperTypes="#//ClassA #//AbstractClassA"> <eOperations name="operationOfJ"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeOfJ" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GrandParent"> <eOperations name="operationOfGrand"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeOfGrandParent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parent" eSuperTypes="#//GrandParent"> <eOperations name="operationOfParent"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeOfParent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Child" eSuperTypes="#//Parent"> <eOperations name="operationOfChild"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeOfChild" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MyClass2" eSuperTypes="#//InterfaceA ImportedPackage.ecore#//MyClass"/> <eClassifiers xsi:type="ecore:EClass" name="Opposite"/> </ecore:EPackage>
github:ecore:/data/crossecore/crossecore-generator/model/ImportingPackage.ecore
ecore
importingpackage MyClass enum myAttribute2 myReference2 opposite MyEnum one one two two three three SuperClassA operationOfSuperClassA AbstractClassA operationOfAbstractClassA InterfaceA operationOfInterfaceA ClassA operationOfA attributeOfA ClassB operationOfB attributeOfB ClassC operationOfC attributeOfC ClassD operationOfC attributeOfD ClassE operationOfE attributeOfE ClassF operationOfF attributeOfF ClassG operationOfG attributeOfG ClassH operationOfH attributeOfH ClassI operationOfI attributeOfI ClassJ operationOfJ attributeOfJ GrandParent operationOfGrand attributeOfGrandParent Parent operationOfParent attributeOfParent Child operationOfChild attributeOfChild MyClass2 Opposite
null
{"directed":true,"nodes":[{"nsPrefix":"importingpackage","nsURI":"importingpackage","name":"importingpackage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MyClass","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MyEnum","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperClassA","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractClassA","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceA","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassA","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassB","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassC","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassD","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassE","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassF","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassG","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassH","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassI","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassJ","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GrandParent","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parent","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Child","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MyClass2","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Opposite","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enum","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"myAttribute2","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"myReference2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"name":"one","id":30,"value":0,"literal":"one","eClass":"EEnumLiteral"},{"name":"two","id":31,"value":0,"literal":"two","eClass":"EEnumLiteral"},{"name":"three","id":32,"value":3,"literal":"three","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationOfSuperClassA","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationOfAbstractClassA","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationOfInterfaceA","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationOfA","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeOfA","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationOfB","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeOfB","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationOfC","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeOfC","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationOfC","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeOfD","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationOfE","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeOfE","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationOfF","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeOfF","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationOfG","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeOfG","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationOfH","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeOfH","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationOfI","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeOfI","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationOfJ","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeOfJ","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationOfGrand","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeOfGrandParent","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationOfParent","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeOfParent","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationOfChild","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeOfChild","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":21,"target":2},{"source":21,"target":26},{"source":21,"target":1},{"source":26,"target":2},{"source":22,"target":27},{"source":22,"target":1},{"source":23,"target":1},{"source":23,"target":28},{"source":23,"target":1},{"source":28,"target":1},{"source":24,"target":20},{"source":24,"target":29},{"source":24,"target":1},{"source":29,"target":20},{"source":2,"target":0},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":30,"target":2},{"source":31,"target":2},{"source":32,"target":2},{"source":3,"target":0},{"source":3,"target":33},{"source":33,"target":3},{"source":4,"target":0},{"source":4,"target":34},{"source":34,"target":4},{"source":5,"target":0},{"source":5,"target":35},{"source":35,"target":5},{"source":6,"target":0},{"source":6,"target":36},{"source":6,"target":37},{"source":36,"target":6},{"source":37,"target":38},{"source":37,"target":6},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":39},{"source":7,"target":40},{"source":7,"target":41},{"source":39,"target":7},{"source":40,"target":42},{"source":40,"target":7},{"source":41,"target":5},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":43},{"source":8,"target":44},{"source":8,"target":45},{"source":43,"target":8},{"source":44,"target":46},{"source":44,"target":8},{"source":45,"target":4},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":47},{"source":9,"target":48},{"source":9,"target":49},{"source":47,"target":9},{"source":48,"target":50},{"source":48,"target":9},{"source":49,"target":6},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":4},{"source":10,"target":51},{"source":10,"target":52},{"source":10,"target":53},{"source":10,"target":54},{"source":51,"target":10},{"source":52,"target":55},{"source":52,"target":10},{"source":53,"target":5},{"source":54,"target":4},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":6},{"source":11,"target":56},{"source":11,"target":57},{"source":11,"target":58},{"source":11,"target":59},{"source":56,"target":11},{"source":57,"target":60},{"source":57,"target":11},{"source":58,"target":5},{"source":59,"target":6},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":5},{"source":12,"target":61},{"source":12,"target":62},{"source":12,"target":63},{"source":12,"target":64},{"source":61,"target":12},{"source":62,"target":65},{"source":62,"target":12},{"source":63,"target":4},{"source":64,"target":5},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":6},{"source":13,"target":66},{"source":13,"target":67},{"source":13,"target":68},{"source":13,"target":69},{"source":66,"target":13},{"source":67,"target":70},{"source":67,"target":13},{"source":68,"target":4},{"source":69,"target":6},{"source":14,"target":0},{"source":14,"target":6},{"source":14,"target":5},{"source":14,"target":71},{"source":14,"target":72},{"source":14,"target":73},{"source":14,"target":74},{"source":71,"target":14},{"source":72,"target":75},{"source":72,"target":14},{"source":73,"target":6},{"source":74,"target":5},{"source":15,"target":0},{"source":15,"target":6},{"source":15,"target":4},{"source":15,"target":76},{"source":15,"target":77},{"source":15,"target":78},{"source":15,"target":79},{"source":76,"target":15},{"source":77,"target":80},{"source":77,"target":15},{"source":78,"target":6},{"source":79,"target":4},{"source":16,"target":0},{"source":16,"target":81},{"source":16,"target":82},{"source":81,"target":16},{"source":82,"target":83},{"source":82,"target":16},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":84},{"source":17,"target":85},{"source":17,"target":86},{"source":84,"target":17},{"source":85,"target":87},{"source":85,"target":17},{"source":86,"target":16},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":88},{"source":18,"target":89},{"source":18,"target":90},{"source":88,"target":18},{"source":89,"target":91},{"source":89,"target":18},{"source":90,"target":17},{"source":19,"target":0},{"source":19,"target":5},{"source":19,"target":92},{"source":19,"target":93},{"source":92,"target":5},{"source":20,"target":0}],"multigraph":true}
false
<?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="QuizGameMetamodel" nsURI="QuizGameMetamodel" nsPrefix="QuizGameMetamodel"> <eClassifiers xsi:type="ecore:EClass" name="QuizGame"> <eAnnotations source="gmf.diagram"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applicationName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="colorScheme" lowerBound="1" eType="#//ColorScheme"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="androidProjectName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="versionCode" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="versionName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="levels" lowerBound="1" upperBound="-1" eType="#//Level" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Level"> <eAnnotations source="gmf.node"> <details key="figure" value="rectangle"/> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="questions" lowerBound="1" upperBound="-1" eType="#//Question" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="achievement" lowerBound="1" eType="#//Achievement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Question" abstract="true"> <eAnnotations source="gmf.node"> <details key="figure" value="rounded"/> <details key="label" value="questionText"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="questionText" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hints" upperBound="3" eType="#//Hint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultipleChoiceQuestion" eSuperTypes="#//Question"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="correctAnswer" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wrongAnswer1" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wrongAnswer2" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HangmanQuestion" eSuperTypes="#//Question"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="correctAnswer" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapQuestion" eSuperTypes="#//Question"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mapImageFileName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Achievement"> <eAnnotations source="gmf.node"> <details key="figure" value="ellipse"/> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rewardFileName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Hint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ColorScheme"> <eLiterals name="blue"/> <eLiterals name="red" value="1"/> <eLiterals name="yellow" value="2"/> <eLiterals name="purple" value="3"/> <eLiterals name="black" value="4"/> <eLiterals name="white" value="5"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/raduscrieciu/QuizGame/Quiz Game Model/QuizGameMetamodel.ecore
ecore
QuizGameMetamodel QuizGame applicationName colorScheme typeface packageName androidProjectName versionCode versionName levels Level name questions achievement Question questionText hints MultipleChoiceQuestion correctAnswer wrongAnswer1 wrongAnswer2 HangmanQuestion correctAnswer MapQuestion x y mapImageFileName Achievement name description rewardFileName Hint content ColorScheme blue blue red red yellow yellow purple purple black black white white
null
{"directed":true,"nodes":[{"nsPrefix":"QuizGameMetamodel","nsURI":"QuizGameMetamodel","name":"QuizGameMetamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuizGame","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Level","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Question","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultipleChoiceQuestion","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HangmanQuestion","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapQuestion","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Achievement","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hint","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ColorScheme","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"applicationName","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"colorScheme","changeable":true,"lowerBound":1,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeface","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packageName","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"androidProjectName","changeable":true,"lowerBound":1,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"versionCode","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"versionName","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"levels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"questions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"achievement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"questionText","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":3,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"correctAnswer","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wrongAnswer1","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wrongAnswer2","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"correctAnswer","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mapImageFileName","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rewardFileName","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"name":"blue","id":61,"value":0,"literal":"blue","eClass":"EEnumLiteral"},{"name":"red","id":62,"value":1,"literal":"red","eClass":"EEnumLiteral"},{"name":"yellow","id":63,"value":2,"literal":"yellow","eClass":"EEnumLiteral"},{"name":"purple","id":64,"value":3,"literal":"purple","eClass":"EEnumLiteral"},{"name":"black","id":65,"value":4,"literal":"black","eClass":"EEnumLiteral"},{"name":"white","id":66,"value":5,"literal":"white","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":10,"target":18},{"source":10,"target":1},{"source":11,"target":9},{"source":11,"target":19},{"source":11,"target":1},{"source":19,"target":9},{"source":12,"target":20},{"source":12,"target":1},{"source":13,"target":21},{"source":13,"target":1},{"source":14,"target":22},{"source":14,"target":1},{"source":15,"target":23},{"source":15,"target":1},{"source":16,"target":24},{"source":16,"target":1},{"source":17,"target":2},{"source":17,"target":25},{"source":17,"target":1},{"source":25,"target":2},{"source":2,"target":0},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":26,"target":29},{"source":26,"target":2},{"source":27,"target":3},{"source":27,"target":30},{"source":27,"target":2},{"source":30,"target":3},{"source":28,"target":7},{"source":28,"target":31},{"source":28,"target":2},{"source":31,"target":7},{"source":3,"target":0},{"source":3,"target":32},{"source":3,"target":33},{"source":32,"target":34},{"source":32,"target":3},{"source":33,"target":8},{"source":33,"target":35},{"source":33,"target":3},{"source":35,"target":8},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":36,"target":40},{"source":36,"target":4},{"source":37,"target":41},{"source":37,"target":4},{"source":38,"target":42},{"source":38,"target":4},{"source":39,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":43},{"source":5,"target":44},{"source":43,"target":45},{"source":43,"target":5},{"source":44,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":46,"target":50},{"source":46,"target":6},{"source":47,"target":51},{"source":47,"target":6},{"source":48,"target":52},{"source":48,"target":6},{"source":49,"target":3},{"source":7,"target":0},{"source":7,"target":53},{"source":7,"target":54},{"source":7,"target":55},{"source":53,"target":56},{"source":53,"target":7},{"source":54,"target":57},{"source":54,"target":7},{"source":55,"target":58},{"source":55,"target":7},{"source":8,"target":0},{"source":8,"target":59},{"source":59,"target":60},{"source":59,"target":8},{"source":9,"target":0},{"source":9,"target":61},{"source":9,"target":62},{"source":9,"target":63},{"source":9,"target":64},{"source":9,"target":65},{"source":9,"target":66},{"source":61,"target":9},{"source":62,"target":9},{"source":63,"target":9},{"source":64,"target":9},{"source":65,"target":9},{"source":66,"target":9}],"multigraph":true}
false
<?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="sql" nsURI="http://www.xtext.uniandes/arquitecturadian/dsl/Sql" nsPrefix="sql"> <eClassifiers xsi:type="ecore:EClass" name="Aplication"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="package" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sufijoPkg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="database" eType="#//Database" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Database"> <eStructuralFeatures xsi:type="ecore:EReference" name="tables" upperBound="-1" eType="#//Table" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1" eType="#//Column" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primarykey" eType="#//PrimaryKey" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foreignkeys" upperBound="-1" eType="#//ForeignKey" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//DataType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="presicion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNotNull" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryKey"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" unique="false" upperBound="-1" eType="#//Column"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForeignKey"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localColumns" unique="false" upperBound="-1" eType="#//Column"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foreignTable" eType="#//Table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foreignColumns" unique="false" upperBound="-1" eType="#//Column"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="args" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceMode" eSuperTypes="#//Annotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refs" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComboMode" eSuperTypes="#//Annotation"/> <eClassifiers xsi:type="ecore:EClass" name="TableDetail" eSuperTypes="#//Annotation"> <eStructuralFeatures xsi:type="ecore:EReference" name="tableRelation" eType="#//Table"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Filtro" eSuperTypes="#//Annotation"/> <eClassifiers xsi:type="ecore:EEnum" name="DataType"> <eLiterals name="VARCHAR2" literal="VARCHAR2"/> <eLiterals name="NUMBER" value="1" literal="NUMBER"/> <eLiterals name="TIMESTAMP" value="2" literal="TIMESTAMP"/> <eLiterals name="CHAR" value="3" literal="CHAR"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/njhurtado/generadorCodigo/gramatica/uniandes.xtext.arquitecturadian.dsl.sql/model/generated/Sql.ecore
ecore
sql Aplication name package sufijoPkg comments database Database tables Table name annotations columns primarykey foreignkeys Column name type size presicion isNotNull annotations comments PrimaryKey name columns ForeignKey name localColumns foreignTable foreignColumns annotations Comment text Annotation name args ReferenceMode refs ComboMode TableDetail tableRelation Filtro DataType VARCHAR2 VARCHAR2 NUMBER NUMBER TIMESTAMP TIMESTAMP CHAR CHAR
null
{"directed":true,"nodes":[{"nsPrefix":"sql","nsURI":"http://www.xtext.uniandes/arquitecturadian/dsl/Sql","name":"sql","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aplication","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Database","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryKey","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKey","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceMode","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComboMode","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableDetail","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Filtro","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sufijoPkg","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"database","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primarykey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"foreignkeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"presicion","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isNotNull","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"localColumns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"foreignTable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"foreignColumns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"refs","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tableRelation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"name":"VARCHAR2","id":78,"value":0,"literal":"VARCHAR2","eClass":"EEnumLiteral"},{"name":"NUMBER","id":79,"value":1,"literal":"NUMBER","eClass":"EEnumLiteral"},{"name":"TIMESTAMP","id":80,"value":2,"literal":"TIMESTAMP","eClass":"EEnumLiteral"},{"name":"CHAR","id":81,"value":3,"literal":"CHAR","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":14,"target":19},{"source":14,"target":1},{"source":15,"target":20},{"source":15,"target":1},{"source":16,"target":21},{"source":16,"target":1},{"source":17,"target":7},{"source":17,"target":22},{"source":17,"target":1},{"source":22,"target":7},{"source":18,"target":2},{"source":18,"target":23},{"source":18,"target":1},{"source":23,"target":2},{"source":2,"target":0},{"source":2,"target":24},{"source":24,"target":3},{"source":24,"target":25},{"source":24,"target":2},{"source":25,"target":3},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":26,"target":31},{"source":26,"target":3},{"source":27,"target":8},{"source":27,"target":32},{"source":27,"target":3},{"source":32,"target":8},{"source":28,"target":4},{"source":28,"target":33},{"source":28,"target":3},{"source":33,"target":4},{"source":29,"target":5},{"source":29,"target":34},{"source":29,"target":3},{"source":34,"target":5},{"source":30,"target":6},{"source":30,"target":35},{"source":30,"target":3},{"source":35,"target":6},{"source":4,"target":0},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":36,"target":43},{"source":36,"target":4},{"source":37,"target":13},{"source":37,"target":44},{"source":37,"target":4},{"source":44,"target":13},{"source":38,"target":45},{"source":38,"target":4},{"source":39,"target":46},{"source":39,"target":4},{"source":40,"target":47},{"source":40,"target":4},{"source":41,"target":8},{"source":41,"target":48},{"source":41,"target":4},{"source":48,"target":8},{"source":42,"target":7},{"source":42,"target":49},{"source":42,"target":4},{"source":49,"target":7},{"source":5,"target":0},{"source":5,"target":50},{"source":5,"target":51},{"source":50,"target":52},{"source":50,"target":5},{"source":51,"target":4},{"source":51,"target":53},{"source":51,"target":5},{"source":53,"target":4},{"source":6,"target":0},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":54,"target":59},{"source":54,"target":6},{"source":55,"target":4},{"source":55,"target":60},{"source":55,"target":6},{"source":60,"target":4},{"source":56,"target":3},{"source":56,"target":61},{"source":56,"target":6},{"source":61,"target":3},{"source":57,"target":4},{"source":57,"target":62},{"source":57,"target":6},{"source":62,"target":4},{"source":58,"target":8},{"source":58,"target":63},{"source":58,"target":6},{"source":63,"target":8},{"source":7,"target":0},{"source":7,"target":64},{"source":64,"target":65},{"source":64,"target":7},{"source":8,"target":0},{"source":8,"target":66},{"source":8,"target":67},{"source":66,"target":68},{"source":66,"target":8},{"source":67,"target":69},{"source":67,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":70},{"source":9,"target":71},{"source":70,"target":72},{"source":70,"target":9},{"source":71,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":73},{"source":73,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":74},{"source":11,"target":75},{"source":74,"target":3},{"source":74,"target":76},{"source":74,"target":11},{"source":76,"target":3},{"source":75,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":77},{"source":77,"target":8},{"source":13,"target":0},{"source":13,"target":78},{"source":13,"target":79},{"source":13,"target":80},{"source":13,"target":81},{"source":78,"target":13},{"source":79,"target":13},{"source":80,"target":13},{"source":81,"target":13}],"multigraph":true}
true
<?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="expression" nsURI="http://cs.man.ac.uk/mdsd/webgen/expression" nsPrefix="webgen-expression"> <eClassifiers xsi:type="ecore:EEnum" name="BooleanOperator"> <eLiterals name="And"/> <eLiterals name="Or" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ComparisionOperator"> <eLiterals name="GreaterThan"/> <eLiterals name="LessThan" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="Literal" abstract="true" interface="true" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerLiteral" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeLiteral" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" abstract="true" interface="true" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Predicate" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="negated" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PredicateBooleanOperator" eSuperTypes="#//Predicate"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" lowerBound="1" upperBound="-1" eType="#//Predicate" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" unique="false" lowerBound="1" eType="#//BooleanOperator" defaultValueLiteral="And"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PredicateEqualityOperator" eSuperTypes="#//Predicate"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Expression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Expression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PredicateComparisonOperator" eSuperTypes="#//Predicate"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Expression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" unique="false" lowerBound="1" eType="#//ComparisionOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Expression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PredicateIsOperator" eSuperTypes="#//Predicate"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Expression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Expression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PredicateLikeOperator" eSuperTypes="#//Predicate"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Expression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Expression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PredicateIsEmpty" eSuperTypes="#//Predicate"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//Variable" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PredicateIsNull" eSuperTypes="#//Predicate"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//Variable" containment="true" resolveProxies="false"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/tue-mdse/ocl-dataset/dataset-mtl/repos/andymcr/webgen/uk.ac.man.cs.mdsd.webgen.expression/model/expression.ecore
ecore
expression BooleanOperator And And Or Or ComparisionOperator GreaterThan GreaterThan LessThan LessThan Expression Literal NullLiteral BooleanLiteral value IntegerLiteral value StringLiteral value TimeLiteral value Function name Variable Predicate negated false PredicateBooleanOperator expressions operator And PredicateEqualityOperator left right PredicateComparisonOperator left operator right PredicateIsOperator left right PredicateLikeOperator left right PredicateIsEmpty feature PredicateIsNull feature
null
{"directed":true,"nodes":[{"nsPrefix":"webgen-expression","nsURI":"http://cs.man.ac.uk/mdsd/webgen/expression","name":"expression","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanOperator","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComparisionOperator","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeLiteral","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":true,"id":11,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Predicate","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredicateBooleanOperator","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredicateEqualityOperator","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredicateComparisonOperator","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredicateIsOperator","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredicateLikeOperator","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredicateIsEmpty","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredicateIsNull","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"name":"And","id":20,"value":0,"literal":"And","eClass":"EEnumLiteral"},{"name":"Or","id":21,"value":1,"literal":"Or","eClass":"EEnumLiteral"},{"name":"GreaterThan","id":22,"value":0,"literal":"GreaterThan","eClass":"EEnumLiteral"},{"name":"LessThan","id":23,"value":1,"literal":"LessThan","eClass":"EEnumLiteral"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"negated","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":false,"lowerBound":1,"id":45,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"And","unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":false,"lowerBound":1,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":false,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":false,"lowerBound":1,"id":55,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":false,"lowerBound":1,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":false,"lowerBound":1,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":false,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":false,"lowerBound":1,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":false,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":false,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":false,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":1,"target":21},{"source":20,"target":1},{"source":21,"target":1},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":22,"target":2},{"source":23,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":24},{"source":24,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":25},{"source":25,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":26},{"source":6,"target":27},{"source":26,"target":28},{"source":26,"target":6},{"source":27,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":29},{"source":7,"target":30},{"source":29,"target":31},{"source":29,"target":7},{"source":30,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":32},{"source":8,"target":33},{"source":32,"target":34},{"source":32,"target":8},{"source":33,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":35},{"source":9,"target":36},{"source":35,"target":37},{"source":35,"target":9},{"source":36,"target":4},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":38},{"source":10,"target":39},{"source":38,"target":40},{"source":38,"target":10},{"source":39,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":41},{"source":41,"target":3},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":42},{"source":12,"target":43},{"source":42,"target":44},{"source":42,"target":12},{"source":43,"target":3},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":45},{"source":13,"target":46},{"source":13,"target":47},{"source":45,"target":12},{"source":45,"target":48},{"source":45,"target":13},{"source":48,"target":12},{"source":46,"target":1},{"source":46,"target":49},{"source":46,"target":13},{"source":49,"target":1},{"source":47,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":50},{"source":14,"target":51},{"source":14,"target":52},{"source":50,"target":3},{"source":50,"target":53},{"source":50,"target":14},{"source":53,"target":3},{"source":51,"target":3},{"source":51,"target":54},{"source":51,"target":14},{"source":54,"target":3},{"source":52,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":55},{"source":15,"target":56},{"source":15,"target":57},{"source":15,"target":58},{"source":55,"target":3},{"source":55,"target":59},{"source":55,"target":15},{"source":59,"target":3},{"source":56,"target":2},{"source":56,"target":60},{"source":56,"target":15},{"source":60,"target":2},{"source":57,"target":3},{"source":57,"target":61},{"source":57,"target":15},{"source":61,"target":3},{"source":58,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":62},{"source":16,"target":63},{"source":16,"target":64},{"source":62,"target":3},{"source":62,"target":65},{"source":62,"target":16},{"source":65,"target":3},{"source":63,"target":3},{"source":63,"target":66},{"source":63,"target":16},{"source":66,"target":3},{"source":64,"target":12},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":67},{"source":17,"target":68},{"source":17,"target":69},{"source":67,"target":3},{"source":67,"target":70},{"source":67,"target":17},{"source":70,"target":3},{"source":68,"target":3},{"source":68,"target":71},{"source":68,"target":17},{"source":71,"target":3},{"source":69,"target":12},{"source":18,"target":0},{"source":18,"target":12},{"source":18,"target":72},{"source":18,"target":73},{"source":72,"target":11},{"source":72,"target":74},{"source":72,"target":18},{"source":74,"target":11},{"source":73,"target":12},{"source":19,"target":0},{"source":19,"target":12},{"source":19,"target":75},{"source":19,"target":76},{"source":75,"target":11},{"source":75,"target":77},{"source":75,"target":19},{"source":77,"target":11},{"source":76,"target":12}],"multigraph":true}
false
<?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="TimedTrigger" nsURI="http://aletheia-project.de/iot/TimedTrigger/1.0" nsPrefix="tt"> <eClassifiers xsi:type="ecore:EClass" name="TimedTrigger" eSuperTypes="#//Trigger"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="start" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="if not set->now&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dutycycle" eType="#//DutyCycle" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Repetition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="count" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Short"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="if not set -> infinity or out of memory"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sleep" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Duration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DutyCycle"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Duration"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="repeat" eType="#//Repetition" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimedTriggerService" abstract="true" interface="true"> <eOperations name="createTrigger" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Byte"> <eParameters name="trigger" eType="#//TimedTrigger"/> </eOperations> <eOperations name="deleteTrigger"> <eParameters name="triggerId" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Byte"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimedTriggerRef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompareTrigger" eSuperTypes="#//Trigger"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" lowerBound="1" eType="#//Direction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="input" lowerBound="1" eType="ecore:EClass addressing.ecore#//AttributedURI"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hysteresis" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="holdoff" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Duration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trigger"> <eStructuralFeatures xsi:type="ecore:EReference" name="Action" lowerBound="1" eType="ecore:EClass addressing.ecore#//AttributedURI" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value="http://schemas.xmlsoap.org/ws/2004/08/addressing"/> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PinTrigger" eSuperTypes="#//Trigger"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" lowerBound="1" eType="#//Direction"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pin" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Byte"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="holdoff" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Duration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Direction"> <eLiterals name="up"/> <eLiterals name="down" value="1"/> <eLiterals name="both" value="2"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/teco-kit/ModelDrivenGateways/src/DPWSExample/src/TimedTrigger.ecore
ecore
TimedTrigger TimedTrigger start dutycycle Repetition count sleep DutyCycle duration repeat TimedTriggerService createTrigger trigger deleteTrigger triggerId TimedTriggerRef id CompareTrigger direction input value hysteresis holdoff Trigger Action PinTrigger direction pin holdoff Direction up up down down both both
null
{"directed":true,"nodes":[{"nsPrefix":"tt","nsURI":"http://aletheia-project.de/iot/TimedTrigger/1.0","name":"TimedTrigger","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimedTrigger","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repetition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DutyCycle","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimedTriggerService","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimedTriggerRef","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompareTrigger","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PinTrigger","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Direction","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dutycycle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"count","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sleep","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"repeat","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"createTrigger","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleteTrigger","lowerBound":0,"id":24,"many":false,"required":false,"eClass":"EOperation"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"trigger","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EParameter"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"triggerId","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EParameter"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hysteresis","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"holdoff","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Action","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pin","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"holdoff","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"name":"up","id":52,"value":0,"literal":"up","eClass":"EEnumLiteral"},{"name":"down","id":53,"value":1,"literal":"down","eClass":"EEnumLiteral"},{"name":"both","id":54,"value":2,"literal":"both","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":10,"target":13},{"source":10,"target":1},{"source":11,"target":3},{"source":11,"target":14},{"source":11,"target":1},{"source":14,"target":3},{"source":12,"target":7},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":15,"target":17},{"source":15,"target":2},{"source":16,"target":18},{"source":16,"target":2},{"source":3,"target":0},{"source":3,"target":19},{"source":3,"target":20},{"source":19,"target":21},{"source":19,"target":3},{"source":20,"target":2},{"source":20,"target":22},{"source":20,"target":3},{"source":22,"target":2},{"source":4,"target":0},{"source":4,"target":23},{"source":4,"target":24},{"source":23,"target":25},{"source":23,"target":4},{"source":23,"target":26},{"source":26,"target":1},{"source":26,"target":27},{"source":26,"target":23},{"source":27,"target":1},{"source":24,"target":4},{"source":24,"target":28},{"source":28,"target":29},{"source":28,"target":24},{"source":5,"target":0},{"source":5,"target":30},{"source":30,"target":31},{"source":30,"target":5},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":32},{"source":6,"target":33},{"source":6,"target":34},{"source":6,"target":35},{"source":6,"target":36},{"source":6,"target":37},{"source":32,"target":9},{"source":32,"target":38},{"source":32,"target":6},{"source":38,"target":9},{"source":33,"target":39},{"source":33,"target":6},{"source":34,"target":40},{"source":34,"target":6},{"source":35,"target":41},{"source":35,"target":6},{"source":36,"target":42},{"source":36,"target":6},{"source":37,"target":7},{"source":7,"target":0},{"source":7,"target":43},{"source":43,"target":44},{"source":43,"target":7},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":45},{"source":8,"target":46},{"source":8,"target":47},{"source":8,"target":48},{"source":45,"target":9},{"source":45,"target":49},{"source":45,"target":8},{"source":49,"target":9},{"source":46,"target":50},{"source":46,"target":8},{"source":47,"target":51},{"source":47,"target":8},{"source":48,"target":7},{"source":9,"target":0},{"source":9,"target":52},{"source":9,"target":53},{"source":9,"target":54},{"source":52,"target":9},{"source":53,"target":9},{"source":54,"target":9}],"multigraph":true}
false
<?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="mml" nsURI="http://www.xtext.org/example/mydsl/Mml" nsPrefix="mml"> <eClassifiers xsi:type="ecore:EClass" name="MMLModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="input" eType="#//DataInput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="algorithms" upperBound="-1" eType="#//MLChoiceAlgorithm" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" eType="#//RFormula" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="validation" eType="#//Validation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataInput"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filelocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parsingInstruction" eType="#//CSVParsingConfiguration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CSVParsingConfiguration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sep" eType="#//CSVSeparator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CSVSeparator"> <eLiterals name="COMMA" literal=","/> <eLiterals name="SEMI_COLON" value="1" literal=";"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MLChoiceAlgorithm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="framework" eType="#//FrameworkLang"/> <eStructuralFeatures xsi:type="ecore:EReference" name="algorithm" eType="#//MLAlgorithm" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FrameworkLang"> <eLiterals name="SCIKIT" literal="scikit-learn"/> <eLiterals name="R" value="1" literal="R"/> <eLiterals name="JavaWeka" value="2" literal="Weka"/> <eLiterals name="XGBoost" value="3" literal="xgboost"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MLAlgorithm"/> <eClassifiers xsi:type="ecore:EClass" name="SVR" eSuperTypes="#//MLAlgorithm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="C" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kernel" eType="#//SVMKernel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SVMKernel"> <eLiterals name="linear" literal="linear"/> <eLiterals name="poly" value="1" literal="poly"/> <eLiterals name="rbf" value="2" literal="rbf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DT" eSuperTypes="#//MLAlgorithm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max_depth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RandomForest" eSuperTypes="#//MLAlgorithm"/> <eClassifiers xsi:type="ecore:EClass" name="SGD" eSuperTypes="#//MLAlgorithm"/> <eClassifiers xsi:type="ecore:EClass" name="GTB" eSuperTypes="#//MLAlgorithm"/> <eClassifiers xsi:type="ecore:EClass" name="RFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="predictive" eType="#//FormulaItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predictors" eType="#//XFormula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XFormula"/> <eClassifiers xsi:type="ecore:EClass" name="AllVariables" eSuperTypes="#//XFormula"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="all" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PredictorVariables" eSuperTypes="#//XFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="vars" upperBound="-1" eType="#//FormulaItem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormulaItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="column" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="colName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Validation"> <eStructuralFeatures xsi:type="ecore:EReference" name="stratification" eType="#//StratificationMethod" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metric" unique="false" upperBound="-1" eType="#//ValidationMetric"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StratificationMethod"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CrossValidation" eSuperTypes="#//StratificationMethod"/> <eClassifiers xsi:type="ecore:EClass" name="TrainingTest" eSuperTypes="#//StratificationMethod"/> <eClassifiers xsi:type="ecore:EEnum" name="ValidationMetric"> <eLiterals name="MSE" literal="mean_squared_error"/> <eLiterals name="MAE" value="1" literal="mean_absolute_error"/> <eLiterals name="MAPE" value="2" literal="mean_absolute_percentage_error"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/diverse-project/MML-regression/org.xtext.example.mml/model/generated/Mml.ecore
ecore
mml MMLModel input algorithms formula validation DataInput filelocation parsingInstruction CSVParsingConfiguration sep CSVSeparator COMMA , SEMI_COLON ; MLChoiceAlgorithm framework algorithm FrameworkLang SCIKIT scikit-learn R R JavaWeka Weka XGBoost xgboost MLAlgorithm SVR C kernel SVMKernel linear linear poly poly rbf rbf DT max_depth RandomForest SGD GTB RFormula predictive predictors XFormula AllVariables all PredictorVariables vars FormulaItem column colName Validation stratification metric StratificationMethod number CrossValidation TrainingTest ValidationMetric MSE mean_squared_error MAE mean_absolute_error MAPE mean_absolute_percentage_error
null
{"directed":true,"nodes":[{"nsPrefix":"mml","nsURI":"http://www.xtext.org/example/mydsl/Mml","name":"mml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MMLModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataInput","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CSVParsingConfiguration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSVSeparator","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MLChoiceAlgorithm","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FrameworkLang","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MLAlgorithm","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SVR","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SVMKernel","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DT","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RandomForest","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SGD","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GTB","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RFormula","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XFormula","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllVariables","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredictorVariables","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormulaItem","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Validation","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StratificationMethod","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CrossValidation","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrainingTest","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ValidationMetric","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"algorithms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filelocation","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parsingInstruction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sep","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"name":"COMMA","id":38,"value":0,"literal":",","eClass":"EEnumLiteral"},{"name":"SEMI_COLON","id":39,"value":1,"literal":";","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"framework","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"algorithm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"name":"SCIKIT","id":44,"value":0,"literal":"scikit-learn","eClass":"EEnumLiteral"},{"name":"R","id":45,"value":1,"literal":"R","eClass":"EEnumLiteral"},{"name":"JavaWeka","id":46,"value":2,"literal":"Weka","eClass":"EEnumLiteral"},{"name":"XGBoost","id":47,"value":3,"literal":"xgboost","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"C","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kernel","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"name":"linear","id":53,"value":0,"literal":"linear","eClass":"EEnumLiteral"},{"name":"poly","id":54,"value":1,"literal":"poly","eClass":"EEnumLiteral"},{"name":"rbf","id":55,"value":2,"literal":"rbf","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max_depth","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predictive","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predictors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"all","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"colName","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stratification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"metric","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"name":"MSE","id":84,"value":0,"literal":"mean_squared_error","eClass":"EEnumLiteral"},{"name":"MAE","id":85,"value":1,"literal":"mean_absolute_error","eClass":"EEnumLiteral"},{"name":"MAPE","id":86,"value":2,"literal":"mean_absolute_percentage_error","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":1,"target":0},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":24,"target":2},{"source":24,"target":28},{"source":24,"target":1},{"source":28,"target":2},{"source":25,"target":5},{"source":25,"target":29},{"source":25,"target":1},{"source":29,"target":5},{"source":26,"target":14},{"source":26,"target":30},{"source":26,"target":1},{"source":30,"target":14},{"source":27,"target":19},{"source":27,"target":31},{"source":27,"target":1},{"source":31,"target":19},{"source":2,"target":0},{"source":2,"target":32},{"source":2,"target":33},{"source":32,"target":34},{"source":32,"target":2},{"source":33,"target":3},{"source":33,"target":35},{"source":33,"target":2},{"source":35,"target":3},{"source":3,"target":0},{"source":3,"target":36},{"source":36,"target":4},{"source":36,"target":37},{"source":36,"target":3},{"source":37,"target":4},{"source":4,"target":0},{"source":4,"target":38},{"source":4,"target":39},{"source":38,"target":4},{"source":39,"target":4},{"source":5,"target":0},{"source":5,"target":40},{"source":5,"target":41},{"source":40,"target":6},{"source":40,"target":42},{"source":40,"target":5},{"source":42,"target":6},{"source":41,"target":7},{"source":41,"target":43},{"source":41,"target":5},{"source":43,"target":7},{"source":6,"target":0},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":44,"target":6},{"source":45,"target":6},{"source":46,"target":6},{"source":47,"target":6},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":48,"target":51},{"source":48,"target":8},{"source":49,"target":9},{"source":49,"target":52},{"source":49,"target":8},{"source":52,"target":9},{"source":50,"target":7},{"source":9,"target":0},{"source":9,"target":53},{"source":9,"target":54},{"source":9,"target":55},{"source":53,"target":9},{"source":54,"target":9},{"source":55,"target":9},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":56},{"source":10,"target":57},{"source":56,"target":58},{"source":56,"target":10},{"source":57,"target":7},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":59},{"source":59,"target":7},{"source":12,"target":0},{"source":12,"target":7},{"source":12,"target":60},{"source":60,"target":7},{"source":13,"target":0},{"source":13,"target":7},{"source":13,"target":61},{"source":61,"target":7},{"source":14,"target":0},{"source":14,"target":62},{"source":14,"target":63},{"source":62,"target":18},{"source":62,"target":64},{"source":62,"target":14},{"source":64,"target":18},{"source":63,"target":15},{"source":63,"target":65},{"source":63,"target":14},{"source":65,"target":15},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":66},{"source":16,"target":67},{"source":66,"target":68},{"source":66,"target":16},{"source":67,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":69},{"source":17,"target":70},{"source":69,"target":18},{"source":69,"target":71},{"source":69,"target":17},{"source":71,"target":18},{"source":70,"target":15},{"source":18,"target":0},{"source":18,"target":72},{"source":18,"target":73},{"source":72,"target":74},{"source":72,"target":18},{"source":73,"target":75},{"source":73,"target":18},{"source":19,"target":0},{"source":19,"target":76},{"source":19,"target":77},{"source":76,"target":20},{"source":76,"target":78},{"source":76,"target":19},{"source":78,"target":20},{"source":77,"target":23},{"source":77,"target":79},{"source":77,"target":19},{"source":79,"target":23},{"source":20,"target":0},{"source":20,"target":80},{"source":80,"target":81},{"source":80,"target":20},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":82},{"source":82,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":83},{"source":83,"target":20},{"source":23,"target":0},{"source":23,"target":84},{"source":23,"target":85},{"source":23,"target":86},{"source":84,"target":23},{"source":85,"target":23},{"source":86,"target":23}],"multigraph":true}
false
<?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="automaton" nsURI="automaton.meta" nsPrefix="org.eclipse.viatra.cep.core.metamodels"> <eClassifiers xsi:type="ecore:EClass" name="InternalModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="automata" upperBound="-1" eType="#//Automaton" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="latestEvent" eType="ecore:EClass Cep.ecore#//Event" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="context" lowerBound="1" eType="#//EventContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Automaton"> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventPattern" lowerBound="1" eType="ecore:EClass Cep.ecore#//EventPattern" eOpposite="Cep.ecore#//EventPattern/automaton"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventTokens" upperBound="-1" eType="#//EventToken" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="timedZones" upperBound="-1" eType="#//TimedZone" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventToken"> <eStructuralFeatures xsi:type="ecore:EReference" name="currentState" eType="#//State" eOpposite="#//State/eventTokens"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recordedEvents" upperBound="-1" eType="ecore:EClass Cep.ecore#//Event"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lastProcessed" eType="ecore:EClass Cep.ecore#//Event"/> <eStructuralFeatures xsi:type="ecore:EReference" name="timedZones" upperBound="-1" eType="#//TimedZone"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EReference" name="inTransitions" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/postState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outTransitions" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/preState"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventTokens" upperBound="-1" eType="#//EventToken" eOpposite="#//EventToken/currentState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lastProcessedEvent" eType="ecore:EClass Cep.ecore#//Event"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inStateOf" upperBound="-1" eType="#//TimedZone" eOpposite="#//TimedZone/inState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outStateOf" upperBound="-1" eType="#//TimedZone" eOpposite="#//TimedZone/outState"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="TrapState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="preState" eType="#//State" eOpposite="#//State/outTransitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postState" eType="#//State" eOpposite="#//State/inTransitions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedTransition" eSuperTypes="#//Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" lowerBound="1" eType="#//Guard" containment="true" eOpposite="#//Guard/transition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EpsilonTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="Guard"> <eStructuralFeatures xsi:type="ecore:EReference" name="eventType" lowerBound="1" eType="ecore:EClass Cep.ecore#//AtomicEventPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" lowerBound="1" eType="#//TypedTransition" eOpposite="#//TypedTransition/guard"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EventContext"> <eLiterals name="CHRONICLE"/> <eLiterals name="RECENT" value="1"/> <eLiterals name="UNRESTRICTED" value="2"/> <eLiterals name="IMMEDIATE" value="3"/> <eLiterals name="STRICT_IMMEDIATE" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimedZone" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="inState" lowerBound="1" eType="#//State" eOpposite="#//State/inStateOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outState" lowerBound="1" eType="#//State" eOpposite="#//State/outStateOf"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Within" eSuperTypes="#//TimedZone"/> <eClassifiers xsi:type="ecore:EClass" name="HoldsFor" eSuperTypes="#//TimedZone"/> </ecore:EPackage>
github:ecore:/data/ftsrg/decps/cep/org.eclipse.viatra.cep.core.metamodels/models/Automaton.ecore
ecore
automaton InternalModel automata latestEvent context Automaton states eventPattern eventTokens timedZones EventToken currentState recordedEvents lastProcessed timedZones State inTransitions outTransitions label eventTokens lastProcessedEvent inStateOf outStateOf InitState FinalState TrapState Transition preState postState TypedTransition guard EpsilonTransition Guard eventType transition EventContext CHRONICLE CHRONICLE RECENT RECENT UNRESTRICTED UNRESTRICTED IMMEDIATE IMMEDIATE STRICT_IMMEDIATE STRICT_IMMEDIATE TimedZone inState outState time Within HoldsFor
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.viatra.cep.core.metamodels","nsURI":"automaton.meta","name":"automaton","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Automaton","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventToken","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitState","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrapState","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedTransition","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EpsilonTransition","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EventContext","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimedZone","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Within","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HoldsFor","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"automata","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"latestEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eventPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eventTokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timedZones","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"currentState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"recordedEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lastProcessed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"timedZones","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eventTokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lastProcessedEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inStateOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outStateOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"postState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"preState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eventType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"name":"CHRONICLE","id":69,"value":0,"literal":"CHRONICLE","eClass":"EEnumLiteral"},{"name":"RECENT","id":70,"value":1,"literal":"RECENT","eClass":"EEnumLiteral"},{"name":"UNRESTRICTED","id":71,"value":2,"literal":"UNRESTRICTED","eClass":"EEnumLiteral"},{"name":"IMMEDIATE","id":72,"value":3,"literal":"IMMEDIATE","eClass":"EEnumLiteral"},{"name":"STRICT_IMMEDIATE","id":73,"value":4,"literal":"STRICT_IMMEDIATE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":16,"target":2},{"source":16,"target":19},{"source":16,"target":1},{"source":19,"target":2},{"source":17,"target":20},{"source":17,"target":1},{"source":18,"target":12},{"source":18,"target":21},{"source":18,"target":1},{"source":21,"target":12},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":22,"target":4},{"source":22,"target":26},{"source":22,"target":2},{"source":26,"target":4},{"source":23,"target":27},{"source":23,"target":2},{"source":24,"target":3},{"source":24,"target":28},{"source":24,"target":2},{"source":28,"target":3},{"source":25,"target":13},{"source":25,"target":29},{"source":25,"target":2},{"source":29,"target":13},{"source":3,"target":0},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":30,"target":4},{"source":30,"target":34},{"source":30,"target":3},{"source":30,"target":35},{"source":34,"target":4},{"source":31,"target":36},{"source":31,"target":3},{"source":32,"target":37},{"source":32,"target":3},{"source":33,"target":13},{"source":33,"target":38},{"source":33,"target":3},{"source":38,"target":13},{"source":4,"target":0},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":35},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":39,"target":8},{"source":39,"target":45},{"source":39,"target":4},{"source":39,"target":46},{"source":45,"target":8},{"source":40,"target":8},{"source":40,"target":47},{"source":40,"target":4},{"source":40,"target":48},{"source":47,"target":8},{"source":41,"target":49},{"source":41,"target":4},{"source":35,"target":3},{"source":35,"target":50},{"source":35,"target":4},{"source":35,"target":30},{"source":50,"target":3},{"source":42,"target":51},{"source":42,"target":4},{"source":43,"target":13},{"source":43,"target":52},{"source":43,"target":4},{"source":43,"target":53},{"source":52,"target":13},{"source":44,"target":13},{"source":44,"target":54},{"source":44,"target":4},{"source":44,"target":55},{"source":54,"target":13},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":56},{"source":56,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":57},{"source":57,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":58},{"source":58,"target":4},{"source":8,"target":0},{"source":8,"target":48},{"source":8,"target":46},{"source":48,"target":4},{"source":48,"target":59},{"source":48,"target":8},{"source":48,"target":40},{"source":59,"target":4},{"source":46,"target":4},{"source":46,"target":60},{"source":46,"target":8},{"source":46,"target":39},{"source":60,"target":4},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":61},{"source":9,"target":62},{"source":61,"target":11},{"source":61,"target":63},{"source":61,"target":9},{"source":61,"target":64},{"source":63,"target":11},{"source":62,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":65},{"source":65,"target":8},{"source":11,"target":0},{"source":11,"target":66},{"source":11,"target":64},{"source":66,"target":67},{"source":66,"target":11},{"source":64,"target":9},{"source":64,"target":68},{"source":64,"target":11},{"source":64,"target":61},{"source":68,"target":9},{"source":12,"target":0},{"source":12,"target":69},{"source":12,"target":70},{"source":12,"target":71},{"source":12,"target":72},{"source":12,"target":73},{"source":69,"target":12},{"source":70,"target":12},{"source":71,"target":12},{"source":72,"target":12},{"source":73,"target":12},{"source":13,"target":0},{"source":13,"target":53},{"source":13,"target":55},{"source":13,"target":74},{"source":53,"target":4},{"source":53,"target":75},{"source":53,"target":13},{"source":53,"target":43},{"source":75,"target":4},{"source":55,"target":4},{"source":55,"target":76},{"source":55,"target":13},{"source":55,"target":44},{"source":76,"target":4},{"source":74,"target":77},{"source":74,"target":13},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":78},{"source":78,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":79},{"source":79,"target":13}],"multigraph":true}
true
<?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="conference" nsURI="conference" nsPrefix="conference"> <eAnnotations source="Diagram"> <details key="name" value="Conference"/> <details key="icon" value="icons/application-diagram-16.png"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ConferenceRoot"> <eStructuralFeatures xsi:type="ecore:EReference" name="conferences" upperBound="-1" eType="#//Conference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conference"> <eAnnotations source="Node"> <details key="base" value="Class"/> <details key="shape" value="shapes/ApplicationComponent.svg"/> <details key="icon" value="icons/application-component-16.png"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//ConferenceElement" containment="true"> <eAnnotations source="Edge"> <details key="base" value="Association"/> <details key="icon" value="icons/association-16.png"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="organizers" lowerBound="1" upperBound="-1" eType="#//Participant"> <eAnnotations source="Edge"> <details key="base" value="Association"/> <details key="icon" value="icons/association-16.png"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="speakers" lowerBound="1" upperBound="-1" eType="#//Participant" containment="true"> <eAnnotations source="Edge"> <details key="base" value="Association"/> <details key="icon" value="icons/association-16.png"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConferenceElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Track" eSuperTypes="#//ConferenceElement"> <eAnnotations source="Node"> <details key="base" value="Class"/> <details key="shape" value="shapes/ApplicationComponent.svg"/> <details key="icon" value="icons/application-component-16.png"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="slots" upperBound="-1" eType="#//Slot" containment="true"> <eAnnotations source="Edge"> <details key="base" value="Association"/> <details key="icon" value="icons/association-16.png"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Slot" eSuperTypes="#//TimedElement"> <eAnnotations source="Node"> <details key="base" value="Class"/> <details key="shape" value="shapes/ApplicationComponent.svg"/> <details key="icon" value="icons/application-component-16.png"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="talk" lowerBound="1" eType="#//Talk" containment="true"> <eAnnotations source="Edge"> <details key="base" value="Association"/> <details key="icon" value="icons/association-16.png"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Talk" eSuperTypes="#//Conference"> <eAnnotations source="Node"> <details key="base" value="Class"/> <details key="shape" value="shapes/ApplicationComponent.svg"/> <details key="icon" value="icons/application-component-16.png"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="presenter" lowerBound="1" eType="#//Participant"> <eAnnotations source="Edge"> <details key="base" value="Association"/> <details key="icon" value="icons/association-16.png"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Participant"> <eAnnotations source="Node"> <details key="base" value="Actor"/> <details key="shape" value="shapes/ApplicationComponent.svg"/> <details key="icon" value="icons/application-component-16.png"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Lunch" eSuperTypes="#//ConferenceElement #//TimedElement"> <eAnnotations source="Node"> <details key="base" value="Class"/> <details key="shape" value="shapes/ApplicationComponent.svg"/> <details key="icon" value="icons/application-component-16.png"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimedElement"> <eAnnotations source="Node"> <details key="base" value="Class"/> <details key="shape" value="shapes/ApplicationComponent.svg"/> <details key="icon" value="icons/application-component-16.png"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hour" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/wrwei/Jorvik/org.eclipse.jorvik.examples/model/conference.ecore
ecore
conference ConferenceRoot conferences Conference name elements organizers speakers ConferenceElement Track slots Slot talk Talk presenter Participant country Lunch TimedElement hour minute
null
{"directed":true,"nodes":[{"nsPrefix":"conference","nsURI":"conference","name":"conference","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConferenceRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConferenceElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Track","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slot","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Talk","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Participant","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lunch","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimedElement","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"organizers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"speakers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"talk","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"presenter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"country","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hour","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minute","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":10,"target":2},{"source":10,"target":11},{"source":10,"target":1},{"source":11,"target":2},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":12,"target":16},{"source":12,"target":2},{"source":13,"target":3},{"source":13,"target":17},{"source":13,"target":2},{"source":17,"target":3},{"source":14,"target":7},{"source":14,"target":18},{"source":14,"target":2},{"source":18,"target":7},{"source":15,"target":7},{"source":15,"target":19},{"source":15,"target":2},{"source":19,"target":7},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":20},{"source":4,"target":21},{"source":20,"target":5},{"source":20,"target":22},{"source":20,"target":4},{"source":22,"target":5},{"source":21,"target":3},{"source":5,"target":0},{"source":5,"target":9},{"source":5,"target":23},{"source":5,"target":24},{"source":23,"target":6},{"source":23,"target":25},{"source":23,"target":5},{"source":25,"target":6},{"source":24,"target":9},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":26},{"source":6,"target":27},{"source":26,"target":7},{"source":26,"target":28},{"source":26,"target":6},{"source":28,"target":7},{"source":27,"target":2},{"source":7,"target":0},{"source":7,"target":29},{"source":29,"target":30},{"source":29,"target":7},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":9},{"source":8,"target":31},{"source":8,"target":32},{"source":31,"target":3},{"source":32,"target":9},{"source":9,"target":0},{"source":9,"target":33},{"source":9,"target":34},{"source":33,"target":35},{"source":33,"target":9},{"source":34,"target":36},{"source":34,"target":9}],"multigraph":true}
false
<?xml version="1.0" encoding="ASCII"?> <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="modsea" nsURI="http://modsea/1.0" nsPrefix="modsea"> <eClassifiers xsi:type="ecore:EClass" name="AbstractTimeline" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="TimelineView" eSuperTypes="//AbstractTimeline"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showFooter" defaultValueLiteral="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showSummary" defaultValueLiteral="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="colorCoder" eType="//ColorCoder"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="topBandHeight" defaultValueLiteral="75"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="topBandUnit" eType="//EEnum__TimelineView___intervalChoices" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bottomBandUnit" eType="//EEnum__TimelineView___intervalChoices" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="topBandPixelsPerUnit" defaultValueLiteral="200"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timelineConstructor" defaultValueLiteral=""> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showHeader" defaultValueLiteral="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="selectCoordinator" eType="//SelectCoordinator"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bottomBandPixelsPerUnit" defaultValueLiteral="200"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timelineHeight" defaultValueLiteral="400"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="iconCoder" eType="//IconCoder"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bottomBandHeight" defaultValueLiteral="25"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="proxy" derived="true"> <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="start" derived="true"> <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="end" derived="true"> <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="colorKey" derived="true"> <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="iconKey" derived="true"> <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eventLabel" derived="true"> <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="hoverText" derived="true"> <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColorCoder"/> <eClassifiers xsi:type="ecore:EEnum" name="EEnum__TimelineView___intervalChoices"> <eLiterals name="millisecond" literal="millisecond"/> <eLiterals name="second" value="1" literal="second"/> <eLiterals name="minute" value="2" literal="minute"/> <eLiterals name="hour" value="3" literal="hour"/> <eLiterals name="day" value="4" literal="day"/> <eLiterals name="week" value="5" literal="week"/> <eLiterals name="month" value="6" literal="month"/> <eLiterals name="year" value="7" literal="year"/> <eLiterals name="decade" value="8" literal="decade"/> <eLiterals name="century" value="9" literal="century"/> <eLiterals name="millennium" value="10" literal="millennium"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectCoordinator"/> <eClassifiers xsi:type="ecore:EClass" name="IconCoder"/> </ecore:EPackage>
github:ecore:/data/udaykabe/gra2mol/Grammar2Model.examples.modsea/json_files_parsing/output/TimelineView.ecore
ecore
modsea AbstractTimeline TimelineView showFooter true showSummary true colorCoder topBandHeight 75 topBandUnit bottomBandUnit topBandPixelsPerUnit 200 timelineConstructor showHeader true selectCoordinator bottomBandPixelsPerUnit 200 timelineHeight 400 iconCoder bottomBandHeight 25 proxy start end colorKey iconKey eventLabel hoverText ColorCoder EEnum__TimelineView___intervalChoices millisecond millisecond second second minute minute hour hour day day week week month month year year decade decade century century millennium millennium SelectCoordinator IconCoder
null
{"directed":true,"nodes":[{"nsPrefix":"modsea","nsURI":"http://modsea/1.0","name":"modsea","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTimeline","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimelineView","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColorCoder","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EEnum__TimelineView___intervalChoices","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectCoordinator","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IconCoder","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"showFooter","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"showSummary","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"colorCoder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":75,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"75","unsettable":false,"transient":false,"unique":true,"name":"topBandHeight","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"topBandUnit","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"bottomBandUnit","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":200,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"200","unsettable":false,"transient":false,"unique":true,"name":"topBandPixelsPerUnit","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"timelineConstructor","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"showHeader","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"selectCoordinator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":200,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"200","unsettable":false,"transient":false,"unique":true,"name":"bottomBandPixelsPerUnit","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":400,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"400","unsettable":false,"transient":false,"unique":true,"name":"timelineHeight","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"iconCoder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":25,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"25","unsettable":false,"transient":false,"unique":true,"name":"bottomBandHeight","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"proxy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"colorKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"iconKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eventLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hoverText","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":true},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"name":"millisecond","id":50,"value":0,"literal":"millisecond","eClass":"EEnumLiteral"},{"name":"second","id":51,"value":1,"literal":"second","eClass":"EEnumLiteral"},{"name":"minute","id":52,"value":2,"literal":"minute","eClass":"EEnumLiteral"},{"name":"hour","id":53,"value":3,"literal":"hour","eClass":"EEnumLiteral"},{"name":"day","id":54,"value":4,"literal":"day","eClass":"EEnumLiteral"},{"name":"week","id":55,"value":5,"literal":"week","eClass":"EEnumLiteral"},{"name":"month","id":56,"value":6,"literal":"month","eClass":"EEnumLiteral"},{"name":"year","id":57,"value":7,"literal":"year","eClass":"EEnumLiteral"},{"name":"decade","id":58,"value":8,"literal":"decade","eClass":"EEnumLiteral"},{"name":"century","id":59,"value":9,"literal":"century","eClass":"EEnumLiteral"},{"name":"millennium","id":60,"value":10,"literal":"millennium","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":7},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":7,"target":29},{"source":7,"target":2},{"source":8,"target":30},{"source":8,"target":2},{"source":9,"target":3},{"source":9,"target":31},{"source":9,"target":2},{"source":31,"target":3},{"source":10,"target":32},{"source":10,"target":2},{"source":11,"target":4},{"source":11,"target":33},{"source":11,"target":2},{"source":33,"target":4},{"source":12,"target":4},{"source":12,"target":34},{"source":12,"target":2},{"source":34,"target":4},{"source":13,"target":35},{"source":13,"target":2},{"source":14,"target":36},{"source":14,"target":2},{"source":15,"target":37},{"source":15,"target":2},{"source":16,"target":5},{"source":16,"target":38},{"source":16,"target":2},{"source":38,"target":5},{"source":17,"target":39},{"source":17,"target":2},{"source":18,"target":40},{"source":18,"target":2},{"source":19,"target":6},{"source":19,"target":41},{"source":19,"target":2},{"source":41,"target":6},{"source":20,"target":42},{"source":20,"target":2},{"source":21,"target":43},{"source":21,"target":2},{"source":22,"target":44},{"source":22,"target":2},{"source":23,"target":45},{"source":23,"target":2},{"source":24,"target":46},{"source":24,"target":2},{"source":25,"target":47},{"source":25,"target":2},{"source":26,"target":48},{"source":26,"target":2},{"source":27,"target":49},{"source":27,"target":2},{"source":28,"target":1},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":50,"target":4},{"source":51,"target":4},{"source":52,"target":4},{"source":53,"target":4},{"source":54,"target":4},{"source":55,"target":4},{"source":56,"target":4},{"source":57,"target":4},{"source":58,"target":4},{"source":59,"target":4},{"source":60,"target":4},{"source":5,"target":0},{"source":6,"target":0}],"multigraph":true}