@@ -5200,6 +5200,10 @@ public void initializePackageContents() {
52005200 createBikeshedAnnotations ();
52015201 // http://www.eclipse.org/emf/2011/Xcore
52025202 createXcoreAnnotations ();
5203+ // https://opencaesar.io/oml/Ecore
5204+ createEcoreAnnotations ();
5205+ // https://www.eclipse.org/emf/2002/Ecore
5206+ createEcore_1Annotations ();
52035207 // http:///org/eclipse/emf/ecore/util/ExtendedMetaData
52045208 createExtendedMetaDataAnnotations ();
52055209 }
@@ -5956,7 +5960,83 @@ protected void createXcoreAnnotations() {
59565960 source ,
59575961 new String [] {
59585962 "Bikeshed" , "https://tabatkins.github.io/bikeshed" ,
5959- "BikeshedHeadings" , "https://tabatkins.github.io/bikeshed/headings"
5963+ "BikeshedHeadings" , "https://tabatkins.github.io/bikeshed/headings" ,
5964+ "Ecore" , "https://www.eclipse.org/emf/2002/Ecore" ,
5965+ "OmlEcore" , "https://opencaesar.io/oml/Ecore"
5966+ });
5967+ }
5968+
5969+ /**
5970+ * Initializes the annotations for <b>https://opencaesar.io/oml/Ecore</b>.
5971+ * <!-- begin-user-doc -->
5972+ * <!-- end-user-doc -->
5973+ * @generated
5974+ */
5975+ protected void createEcoreAnnotations () {
5976+ String source = "https://opencaesar.io/oml/Ecore" ;
5977+ addAnnotation
5978+ (getOntology_Namespace (),
5979+ source ,
5980+ new String [] {
5981+ "identifier" , "true"
5982+ });
5983+ addAnnotation
5984+ (getOntology_Prefix (),
5985+ source ,
5986+ new String [] {
5987+ "identifier" , "true"
5988+ });
5989+ }
5990+
5991+ /**
5992+ * Initializes the annotations for <b>https://www.eclipse.org/emf/2002/Ecore</b>.
5993+ * <!-- begin-user-doc -->
5994+ * <!-- end-user-doc -->
5995+ * @generated
5996+ */
5997+ protected void createEcore_1Annotations () {
5998+ String source = "https://www.eclipse.org/emf/2002/Ecore" ;
5999+ addAnnotation
6000+ (getSemanticProperty__IsFunctional (),
6001+ source ,
6002+ new String [] {
6003+ "getterOf" , "functional"
6004+ });
6005+ addAnnotation
6006+ (getSemanticProperty__GetDomain (),
6007+ source ,
6008+ new String [] {
6009+ "getterOf" , "domain"
6010+ });
6011+ addAnnotation
6012+ (getSemanticProperty__GetRange (),
6013+ source ,
6014+ new String [] {
6015+ "getterOf" , "range"
6016+ });
6017+ addAnnotation
6018+ (getRelation__GetRelationEntity (),
6019+ source ,
6020+ new String [] {
6021+ "getterOf" , "relationEntity"
6022+ });
6023+ addAnnotation
6024+ (getTypeAssertion__GetType (),
6025+ source ,
6026+ new String [] {
6027+ "getterOf" , "type"
6028+ });
6029+ addAnnotation
6030+ (getPropertyValueAssertion__GetProperty (),
6031+ source ,
6032+ new String [] {
6033+ "getterOf" , "property"
6034+ });
6035+ addAnnotation
6036+ (getPropertyValueAssertion__GetValue (),
6037+ source ,
6038+ new String [] {
6039+ "getterOf" , "value"
59606040 });
59616041 }
59626042
0 commit comments