aboutsummaryrefslogtreecommitdiffstats
path: root/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage/ecore-gen/hu/bme/mit/inf/dslreasoner/viatrasolver/partialinterpretationlanguage/partialinterpretation/PartialinterpretationPackage.java
diff options
context:
space:
mode:
authorLibravatar OszkarSemerath <oszka@SEMERATH-LAPTOP>2017-08-15 02:20:25 +0200
committerLibravatar OszkarSemerath <oszka@SEMERATH-LAPTOP>2017-08-15 02:20:25 +0200
commit3d05776b1338eb5aa02026a941dcf3111d00109b (patch)
treef92e4372a56d90bc54930994a47ae457c00d59cf /Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage/ecore-gen/hu/bme/mit/inf/dslreasoner/viatrasolver/partialinterpretationlanguage/partialinterpretation/PartialinterpretationPackage.java
parentGenerated code for the modified logic model (diff)
downloadVIATRA-Generator-3d05776b1338eb5aa02026a941dcf3111d00109b.tar.gz
VIATRA-Generator-3d05776b1338eb5aa02026a941dcf3111d00109b.tar.zst
VIATRA-Generator-3d05776b1338eb5aa02026a941dcf3111d00109b.zip
Added primitive types to the model code
Diffstat (limited to 'Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage/ecore-gen/hu/bme/mit/inf/dslreasoner/viatrasolver/partialinterpretationlanguage/partialinterpretation/PartialinterpretationPackage.java')
-rw-r--r--Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage/ecore-gen/hu/bme/mit/inf/dslreasoner/viatrasolver/partialinterpretationlanguage/partialinterpretation/PartialinterpretationPackage.java750
1 files changed, 741 insertions, 9 deletions
diff --git a/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage/ecore-gen/hu/bme/mit/inf/dslreasoner/viatrasolver/partialinterpretationlanguage/partialinterpretation/PartialinterpretationPackage.java b/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage/ecore-gen/hu/bme/mit/inf/dslreasoner/viatrasolver/partialinterpretationlanguage/partialinterpretation/PartialinterpretationPackage.java
index 573500dd..3f2fe479 100644
--- a/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage/ecore-gen/hu/bme/mit/inf/dslreasoner/viatrasolver/partialinterpretationlanguage/partialinterpretation/PartialinterpretationPackage.java
+++ b/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage/ecore-gen/hu/bme/mit/inf/dslreasoner/viatrasolver/partialinterpretationlanguage/partialinterpretation/PartialinterpretationPackage.java
@@ -2,6 +2,7 @@
2 */ 2 */
3package hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation; 3package hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation;
4 4
5import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage;
5import org.eclipse.emf.ecore.EAttribute; 6import org.eclipse.emf.ecore.EAttribute;
6import org.eclipse.emf.ecore.EClass; 7import org.eclipse.emf.ecore.EClass;
7import org.eclipse.emf.ecore.EPackage; 8import org.eclipse.emf.ecore.EPackage;
@@ -139,13 +140,13 @@ public interface PartialinterpretationPackage extends EPackage {
139 int PARTIAL_INTERPRETATION__MAX_NEW_ELEMENTS = 7; 140 int PARTIAL_INTERPRETATION__MAX_NEW_ELEMENTS = 7;
140 141
141 /** 142 /**
142 * The feature id for the '<em><b>Open World Element Prototype</b></em>' containment reference. 143 * The feature id for the '<em><b>Open World Element Prototypes</b></em>' containment reference list.
143 * <!-- begin-user-doc --> 144 * <!-- begin-user-doc -->
144 * <!-- end-user-doc --> 145 * <!-- end-user-doc -->
145 * @generated 146 * @generated
146 * @ordered 147 * @ordered
147 */ 148 */
148 int PARTIAL_INTERPRETATION__OPEN_WORLD_ELEMENT_PROTOTYPE = 8; 149 int PARTIAL_INTERPRETATION__OPEN_WORLD_ELEMENT_PROTOTYPES = 8;
149 150
150 /** 151 /**
151 * The feature id for the '<em><b>Problem Conainer</b></em>' containment reference. 152 * The feature id for the '<em><b>Problem Conainer</b></em>' containment reference.
@@ -157,13 +158,85 @@ public interface PartialinterpretationPackage extends EPackage {
157 int PARTIAL_INTERPRETATION__PROBLEM_CONAINER = 9; 158 int PARTIAL_INTERPRETATION__PROBLEM_CONAINER = 9;
158 159
159 /** 160 /**
161 * The feature id for the '<em><b>Stringelement</b></em>' containment reference list.
162 * <!-- begin-user-doc -->
163 * <!-- end-user-doc -->
164 * @generated
165 * @ordered
166 */
167 int PARTIAL_INTERPRETATION__STRINGELEMENT = 10;
168
169 /**
170 * The feature id for the '<em><b>Stringelements</b></em>' containment reference list.
171 * <!-- begin-user-doc -->
172 * <!-- end-user-doc -->
173 * @generated
174 * @ordered
175 */
176 int PARTIAL_INTERPRETATION__STRINGELEMENTS = 11;
177
178 /**
179 * The feature id for the '<em><b>Realelements</b></em>' containment reference list.
180 * <!-- begin-user-doc -->
181 * <!-- end-user-doc -->
182 * @generated
183 * @ordered
184 */
185 int PARTIAL_INTERPRETATION__REALELEMENTS = 12;
186
187 /**
188 * The feature id for the '<em><b>Integerelements</b></em>' containment reference list.
189 * <!-- begin-user-doc -->
190 * <!-- end-user-doc -->
191 * @generated
192 * @ordered
193 */
194 int PARTIAL_INTERPRETATION__INTEGERELEMENTS = 13;
195
196 /**
197 * The feature id for the '<em><b>Booleanelements</b></em>' containment reference list.
198 * <!-- begin-user-doc -->
199 * <!-- end-user-doc -->
200 * @generated
201 * @ordered
202 */
203 int PARTIAL_INTERPRETATION__BOOLEANELEMENTS = 14;
204
205 /**
206 * The feature id for the '<em><b>Max New Integers</b></em>' attribute.
207 * <!-- begin-user-doc -->
208 * <!-- end-user-doc -->
209 * @generated
210 * @ordered
211 */
212 int PARTIAL_INTERPRETATION__MAX_NEW_INTEGERS = 15;
213
214 /**
215 * The feature id for the '<em><b>Max New Reals</b></em>' attribute.
216 * <!-- begin-user-doc -->
217 * <!-- end-user-doc -->
218 * @generated
219 * @ordered
220 */
221 int PARTIAL_INTERPRETATION__MAX_NEW_REALS = 16;
222
223 /**
224 * The feature id for the '<em><b>Max New Strings</b></em>' attribute.
225 * <!-- begin-user-doc -->
226 * <!-- end-user-doc -->
227 * @generated
228 * @ordered
229 */
230 int PARTIAL_INTERPRETATION__MAX_NEW_STRINGS = 17;
231
232 /**
160 * The number of structural features of the '<em>Partial Interpretation</em>' class. 233 * The number of structural features of the '<em>Partial Interpretation</em>' class.
161 * <!-- begin-user-doc --> 234 * <!-- begin-user-doc -->
162 * <!-- end-user-doc --> 235 * <!-- end-user-doc -->
163 * @generated 236 * @generated
164 * @ordered 237 * @ordered
165 */ 238 */
166 int PARTIAL_INTERPRETATION_FEATURE_COUNT = 10; 239 int PARTIAL_INTERPRETATION_FEATURE_COUNT = 18;
167 240
168 /** 241 /**
169 * The number of operations of the '<em>Partial Interpretation</em>' class. 242 * The number of operations of the '<em>Partial Interpretation</em>' class.
@@ -554,6 +627,318 @@ public interface PartialinterpretationPackage extends EPackage {
554 627
555 628
556 /** 629 /**
630 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.PrimitiveElementImpl <em>Primitive Element</em>}' class.
631 * <!-- begin-user-doc -->
632 * <!-- end-user-doc -->
633 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.PrimitiveElementImpl
634 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.PartialinterpretationPackageImpl#getPrimitiveElement()
635 * @generated
636 */
637 int PRIMITIVE_ELEMENT = 10;
638
639 /**
640 * The feature id for the '<em><b>Name</b></em>' attribute.
641 * <!-- begin-user-doc -->
642 * <!-- end-user-doc -->
643 * @generated
644 * @ordered
645 */
646 int PRIMITIVE_ELEMENT__NAME = LogiclanguagePackage.DEFINED_ELEMENT__NAME;
647
648 /**
649 * The feature id for the '<em><b>Defined In Type</b></em>' reference list.
650 * <!-- begin-user-doc -->
651 * <!-- end-user-doc -->
652 * @generated
653 * @ordered
654 */
655 int PRIMITIVE_ELEMENT__DEFINED_IN_TYPE = LogiclanguagePackage.DEFINED_ELEMENT__DEFINED_IN_TYPE;
656
657 /**
658 * The feature id for the '<em><b>Value Set</b></em>' attribute.
659 * <!-- begin-user-doc -->
660 * <!-- end-user-doc -->
661 * @generated
662 * @ordered
663 */
664 int PRIMITIVE_ELEMENT__VALUE_SET = LogiclanguagePackage.DEFINED_ELEMENT_FEATURE_COUNT + 0;
665
666 /**
667 * The number of structural features of the '<em>Primitive Element</em>' class.
668 * <!-- begin-user-doc -->
669 * <!-- end-user-doc -->
670 * @generated
671 * @ordered
672 */
673 int PRIMITIVE_ELEMENT_FEATURE_COUNT = LogiclanguagePackage.DEFINED_ELEMENT_FEATURE_COUNT + 1;
674
675 /**
676 * The number of operations of the '<em>Primitive Element</em>' class.
677 * <!-- begin-user-doc -->
678 * <!-- end-user-doc -->
679 * @generated
680 * @ordered
681 */
682 int PRIMITIVE_ELEMENT_OPERATION_COUNT = LogiclanguagePackage.DEFINED_ELEMENT_OPERATION_COUNT + 0;
683
684 /**
685 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.BooleanElementImpl <em>Boolean Element</em>}' class.
686 * <!-- begin-user-doc -->
687 * <!-- end-user-doc -->
688 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.BooleanElementImpl
689 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.PartialinterpretationPackageImpl#getBooleanElement()
690 * @generated
691 */
692 int BOOLEAN_ELEMENT = 11;
693
694 /**
695 * The feature id for the '<em><b>Name</b></em>' attribute.
696 * <!-- begin-user-doc -->
697 * <!-- end-user-doc -->
698 * @generated
699 * @ordered
700 */
701 int BOOLEAN_ELEMENT__NAME = PRIMITIVE_ELEMENT__NAME;
702
703 /**
704 * The feature id for the '<em><b>Defined In Type</b></em>' reference list.
705 * <!-- begin-user-doc -->
706 * <!-- end-user-doc -->
707 * @generated
708 * @ordered
709 */
710 int BOOLEAN_ELEMENT__DEFINED_IN_TYPE = PRIMITIVE_ELEMENT__DEFINED_IN_TYPE;
711
712 /**
713 * The feature id for the '<em><b>Value Set</b></em>' attribute.
714 * <!-- begin-user-doc -->
715 * <!-- end-user-doc -->
716 * @generated
717 * @ordered
718 */
719 int BOOLEAN_ELEMENT__VALUE_SET = PRIMITIVE_ELEMENT__VALUE_SET;
720
721 /**
722 * The feature id for the '<em><b>Value</b></em>' attribute.
723 * <!-- begin-user-doc -->
724 * <!-- end-user-doc -->
725 * @generated
726 * @ordered
727 */
728 int BOOLEAN_ELEMENT__VALUE = PRIMITIVE_ELEMENT_FEATURE_COUNT + 0;
729
730 /**
731 * The number of structural features of the '<em>Boolean Element</em>' class.
732 * <!-- begin-user-doc -->
733 * <!-- end-user-doc -->
734 * @generated
735 * @ordered
736 */
737 int BOOLEAN_ELEMENT_FEATURE_COUNT = PRIMITIVE_ELEMENT_FEATURE_COUNT + 1;
738
739 /**
740 * The number of operations of the '<em>Boolean Element</em>' class.
741 * <!-- begin-user-doc -->
742 * <!-- end-user-doc -->
743 * @generated
744 * @ordered
745 */
746 int BOOLEAN_ELEMENT_OPERATION_COUNT = PRIMITIVE_ELEMENT_OPERATION_COUNT + 0;
747
748 /**
749 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.IntegerElementImpl <em>Integer Element</em>}' class.
750 * <!-- begin-user-doc -->
751 * <!-- end-user-doc -->
752 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.IntegerElementImpl
753 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.PartialinterpretationPackageImpl#getIntegerElement()
754 * @generated
755 */
756 int INTEGER_ELEMENT = 12;
757
758 /**
759 * The feature id for the '<em><b>Name</b></em>' attribute.
760 * <!-- begin-user-doc -->
761 * <!-- end-user-doc -->
762 * @generated
763 * @ordered
764 */
765 int INTEGER_ELEMENT__NAME = PRIMITIVE_ELEMENT__NAME;
766
767 /**
768 * The feature id for the '<em><b>Defined In Type</b></em>' reference list.
769 * <!-- begin-user-doc -->
770 * <!-- end-user-doc -->
771 * @generated
772 * @ordered
773 */
774 int INTEGER_ELEMENT__DEFINED_IN_TYPE = PRIMITIVE_ELEMENT__DEFINED_IN_TYPE;
775
776 /**
777 * The feature id for the '<em><b>Value Set</b></em>' attribute.
778 * <!-- begin-user-doc -->
779 * <!-- end-user-doc -->
780 * @generated
781 * @ordered
782 */
783 int INTEGER_ELEMENT__VALUE_SET = PRIMITIVE_ELEMENT__VALUE_SET;
784
785 /**
786 * The feature id for the '<em><b>Value</b></em>' attribute.
787 * <!-- begin-user-doc -->
788 * <!-- end-user-doc -->
789 * @generated
790 * @ordered
791 */
792 int INTEGER_ELEMENT__VALUE = PRIMITIVE_ELEMENT_FEATURE_COUNT + 0;
793
794 /**
795 * The number of structural features of the '<em>Integer Element</em>' class.
796 * <!-- begin-user-doc -->
797 * <!-- end-user-doc -->
798 * @generated
799 * @ordered
800 */
801 int INTEGER_ELEMENT_FEATURE_COUNT = PRIMITIVE_ELEMENT_FEATURE_COUNT + 1;
802
803 /**
804 * The number of operations of the '<em>Integer Element</em>' class.
805 * <!-- begin-user-doc -->
806 * <!-- end-user-doc -->
807 * @generated
808 * @ordered
809 */
810 int INTEGER_ELEMENT_OPERATION_COUNT = PRIMITIVE_ELEMENT_OPERATION_COUNT + 0;
811
812 /**
813 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.RealElementImpl <em>Real Element</em>}' class.
814 * <!-- begin-user-doc -->
815 * <!-- end-user-doc -->
816 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.RealElementImpl
817 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.PartialinterpretationPackageImpl#getRealElement()
818 * @generated
819 */
820 int REAL_ELEMENT = 13;
821
822 /**
823 * The feature id for the '<em><b>Name</b></em>' attribute.
824 * <!-- begin-user-doc -->
825 * <!-- end-user-doc -->
826 * @generated
827 * @ordered
828 */
829 int REAL_ELEMENT__NAME = PRIMITIVE_ELEMENT__NAME;
830
831 /**
832 * The feature id for the '<em><b>Defined In Type</b></em>' reference list.
833 * <!-- begin-user-doc -->
834 * <!-- end-user-doc -->
835 * @generated
836 * @ordered
837 */
838 int REAL_ELEMENT__DEFINED_IN_TYPE = PRIMITIVE_ELEMENT__DEFINED_IN_TYPE;
839
840 /**
841 * The feature id for the '<em><b>Value Set</b></em>' attribute.
842 * <!-- begin-user-doc -->
843 * <!-- end-user-doc -->
844 * @generated
845 * @ordered
846 */
847 int REAL_ELEMENT__VALUE_SET = PRIMITIVE_ELEMENT__VALUE_SET;
848
849 /**
850 * The feature id for the '<em><b>Value</b></em>' attribute.
851 * <!-- begin-user-doc -->
852 * <!-- end-user-doc -->
853 * @generated
854 * @ordered
855 */
856 int REAL_ELEMENT__VALUE = PRIMITIVE_ELEMENT_FEATURE_COUNT + 0;
857
858 /**
859 * The number of structural features of the '<em>Real Element</em>' class.
860 * <!-- begin-user-doc -->
861 * <!-- end-user-doc -->
862 * @generated
863 * @ordered
864 */
865 int REAL_ELEMENT_FEATURE_COUNT = PRIMITIVE_ELEMENT_FEATURE_COUNT + 1;
866
867 /**
868 * The number of operations of the '<em>Real Element</em>' class.
869 * <!-- begin-user-doc -->
870 * <!-- end-user-doc -->
871 * @generated
872 * @ordered
873 */
874 int REAL_ELEMENT_OPERATION_COUNT = PRIMITIVE_ELEMENT_OPERATION_COUNT + 0;
875
876 /**
877 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.StringElementImpl <em>String Element</em>}' class.
878 * <!-- begin-user-doc -->
879 * <!-- end-user-doc -->
880 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.StringElementImpl
881 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.PartialinterpretationPackageImpl#getStringElement()
882 * @generated
883 */
884 int STRING_ELEMENT = 14;
885
886 /**
887 * The feature id for the '<em><b>Name</b></em>' attribute.
888 * <!-- begin-user-doc -->
889 * <!-- end-user-doc -->
890 * @generated
891 * @ordered
892 */
893 int STRING_ELEMENT__NAME = PRIMITIVE_ELEMENT__NAME;
894
895 /**
896 * The feature id for the '<em><b>Defined In Type</b></em>' reference list.
897 * <!-- begin-user-doc -->
898 * <!-- end-user-doc -->
899 * @generated
900 * @ordered
901 */
902 int STRING_ELEMENT__DEFINED_IN_TYPE = PRIMITIVE_ELEMENT__DEFINED_IN_TYPE;
903
904 /**
905 * The feature id for the '<em><b>Value Set</b></em>' attribute.
906 * <!-- begin-user-doc -->
907 * <!-- end-user-doc -->
908 * @generated
909 * @ordered
910 */
911 int STRING_ELEMENT__VALUE_SET = PRIMITIVE_ELEMENT__VALUE_SET;
912
913 /**
914 * The feature id for the '<em><b>Value</b></em>' attribute.
915 * <!-- begin-user-doc -->
916 * <!-- end-user-doc -->
917 * @generated
918 * @ordered
919 */
920 int STRING_ELEMENT__VALUE = PRIMITIVE_ELEMENT_FEATURE_COUNT + 0;
921
922 /**
923 * The number of structural features of the '<em>String Element</em>' class.
924 * <!-- begin-user-doc -->
925 * <!-- end-user-doc -->
926 * @generated
927 * @ordered
928 */
929 int STRING_ELEMENT_FEATURE_COUNT = PRIMITIVE_ELEMENT_FEATURE_COUNT + 1;
930
931 /**
932 * The number of operations of the '<em>String Element</em>' class.
933 * <!-- begin-user-doc -->
934 * <!-- end-user-doc -->
935 * @generated
936 * @ordered
937 */
938 int STRING_ELEMENT_OPERATION_COUNT = PRIMITIVE_ELEMENT_OPERATION_COUNT + 0;
939
940
941 /**
557 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation <em>Partial Interpretation</em>}'. 942 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation <em>Partial Interpretation</em>}'.
558 * <!-- begin-user-doc --> 943 * <!-- begin-user-doc -->
559 * <!-- end-user-doc --> 944 * <!-- end-user-doc -->
@@ -652,15 +1037,15 @@ public interface PartialinterpretationPackage extends EPackage {
652 EAttribute getPartialInterpretation_MaxNewElements(); 1037 EAttribute getPartialInterpretation_MaxNewElements();
653 1038
654 /** 1039 /**
655 * Returns the meta object for the containment reference '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getOpenWorldElementPrototype <em>Open World Element Prototype</em>}'. 1040 * Returns the meta object for the containment reference list '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getOpenWorldElementPrototypes <em>Open World Element Prototypes</em>}'.
656 * <!-- begin-user-doc --> 1041 * <!-- begin-user-doc -->
657 * <!-- end-user-doc --> 1042 * <!-- end-user-doc -->
658 * @return the meta object for the containment reference '<em>Open World Element Prototype</em>'. 1043 * @return the meta object for the containment reference list '<em>Open World Element Prototypes</em>'.
659 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getOpenWorldElementPrototype() 1044 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getOpenWorldElementPrototypes()
660 * @see #getPartialInterpretation() 1045 * @see #getPartialInterpretation()
661 * @generated 1046 * @generated
662 */ 1047 */
663 EReference getPartialInterpretation_OpenWorldElementPrototype(); 1048 EReference getPartialInterpretation_OpenWorldElementPrototypes();
664 1049
665 /** 1050 /**
666 * Returns the meta object for the containment reference '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getProblemConainer <em>Problem Conainer</em>}'. 1051 * Returns the meta object for the containment reference '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getProblemConainer <em>Problem Conainer</em>}'.
@@ -674,6 +1059,94 @@ public interface PartialinterpretationPackage extends EPackage {
674 EReference getPartialInterpretation_ProblemConainer(); 1059 EReference getPartialInterpretation_ProblemConainer();
675 1060
676 /** 1061 /**
1062 * Returns the meta object for the containment reference list '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getStringelement <em>Stringelement</em>}'.
1063 * <!-- begin-user-doc -->
1064 * <!-- end-user-doc -->
1065 * @return the meta object for the containment reference list '<em>Stringelement</em>'.
1066 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getStringelement()
1067 * @see #getPartialInterpretation()
1068 * @generated
1069 */
1070 EReference getPartialInterpretation_Stringelement();
1071
1072 /**
1073 * Returns the meta object for the containment reference list '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getStringelements <em>Stringelements</em>}'.
1074 * <!-- begin-user-doc -->
1075 * <!-- end-user-doc -->
1076 * @return the meta object for the containment reference list '<em>Stringelements</em>'.
1077 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getStringelements()
1078 * @see #getPartialInterpretation()
1079 * @generated
1080 */
1081 EReference getPartialInterpretation_Stringelements();
1082
1083 /**
1084 * Returns the meta object for the containment reference list '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getRealelements <em>Realelements</em>}'.
1085 * <!-- begin-user-doc -->
1086 * <!-- end-user-doc -->
1087 * @return the meta object for the containment reference list '<em>Realelements</em>'.
1088 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getRealelements()
1089 * @see #getPartialInterpretation()
1090 * @generated
1091 */
1092 EReference getPartialInterpretation_Realelements();
1093
1094 /**
1095 * Returns the meta object for the containment reference list '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getIntegerelements <em>Integerelements</em>}'.
1096 * <!-- begin-user-doc -->
1097 * <!-- end-user-doc -->
1098 * @return the meta object for the containment reference list '<em>Integerelements</em>'.
1099 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getIntegerelements()
1100 * @see #getPartialInterpretation()
1101 * @generated
1102 */
1103 EReference getPartialInterpretation_Integerelements();
1104
1105 /**
1106 * Returns the meta object for the containment reference list '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getBooleanelements <em>Booleanelements</em>}'.
1107 * <!-- begin-user-doc -->
1108 * <!-- end-user-doc -->
1109 * @return the meta object for the containment reference list '<em>Booleanelements</em>'.
1110 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getBooleanelements()
1111 * @see #getPartialInterpretation()
1112 * @generated
1113 */
1114 EReference getPartialInterpretation_Booleanelements();
1115
1116 /**
1117 * Returns the meta object for the attribute '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getMaxNewIntegers <em>Max New Integers</em>}'.
1118 * <!-- begin-user-doc -->
1119 * <!-- end-user-doc -->
1120 * @return the meta object for the attribute '<em>Max New Integers</em>'.
1121 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getMaxNewIntegers()
1122 * @see #getPartialInterpretation()
1123 * @generated
1124 */
1125 EAttribute getPartialInterpretation_MaxNewIntegers();
1126
1127 /**
1128 * Returns the meta object for the attribute '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getMaxNewReals <em>Max New Reals</em>}'.
1129 * <!-- begin-user-doc -->
1130 * <!-- end-user-doc -->
1131 * @return the meta object for the attribute '<em>Max New Reals</em>'.
1132 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getMaxNewReals()
1133 * @see #getPartialInterpretation()
1134 * @generated
1135 */
1136 EAttribute getPartialInterpretation_MaxNewReals();
1137
1138 /**
1139 * Returns the meta object for the attribute '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getMaxNewStrings <em>Max New Strings</em>}'.
1140 * <!-- begin-user-doc -->
1141 * <!-- end-user-doc -->
1142 * @return the meta object for the attribute '<em>Max New Strings</em>'.
1143 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getMaxNewStrings()
1144 * @see #getPartialInterpretation()
1145 * @generated
1146 */
1147 EAttribute getPartialInterpretation_MaxNewStrings();
1148
1149 /**
677 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialConstantInterpretation <em>Partial Constant Interpretation</em>}'. 1150 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialConstantInterpretation <em>Partial Constant Interpretation</em>}'.
678 * <!-- begin-user-doc --> 1151 * <!-- begin-user-doc -->
679 * <!-- end-user-doc --> 1152 * <!-- end-user-doc -->
@@ -918,6 +1391,111 @@ public interface PartialinterpretationPackage extends EPackage {
918 EAttribute getNaryRelationLinkElement_Index(); 1391 EAttribute getNaryRelationLinkElement_Index();
919 1392
920 /** 1393 /**
1394 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PrimitiveElement <em>Primitive Element</em>}'.
1395 * <!-- begin-user-doc -->
1396 * <!-- end-user-doc -->
1397 * @return the meta object for class '<em>Primitive Element</em>'.
1398 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PrimitiveElement
1399 * @generated
1400 */
1401 EClass getPrimitiveElement();
1402
1403 /**
1404 * Returns the meta object for the attribute '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PrimitiveElement#isValueSet <em>Value Set</em>}'.
1405 * <!-- begin-user-doc -->
1406 * <!-- end-user-doc -->
1407 * @return the meta object for the attribute '<em>Value Set</em>'.
1408 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PrimitiveElement#isValueSet()
1409 * @see #getPrimitiveElement()
1410 * @generated
1411 */
1412 EAttribute getPrimitiveElement_ValueSet();
1413
1414 /**
1415 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.BooleanElement <em>Boolean Element</em>}'.
1416 * <!-- begin-user-doc -->
1417 * <!-- end-user-doc -->
1418 * @return the meta object for class '<em>Boolean Element</em>'.
1419 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.BooleanElement
1420 * @generated
1421 */
1422 EClass getBooleanElement();
1423
1424 /**
1425 * Returns the meta object for the attribute '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.BooleanElement#isValue <em>Value</em>}'.
1426 * <!-- begin-user-doc -->
1427 * <!-- end-user-doc -->
1428 * @return the meta object for the attribute '<em>Value</em>'.
1429 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.BooleanElement#isValue()
1430 * @see #getBooleanElement()
1431 * @generated
1432 */
1433 EAttribute getBooleanElement_Value();
1434
1435 /**
1436 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.IntegerElement <em>Integer Element</em>}'.
1437 * <!-- begin-user-doc -->
1438 * <!-- end-user-doc -->
1439 * @return the meta object for class '<em>Integer Element</em>'.
1440 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.IntegerElement
1441 * @generated
1442 */
1443 EClass getIntegerElement();
1444
1445 /**
1446 * Returns the meta object for the attribute '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.IntegerElement#getValue <em>Value</em>}'.
1447 * <!-- begin-user-doc -->
1448 * <!-- end-user-doc -->
1449 * @return the meta object for the attribute '<em>Value</em>'.
1450 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.IntegerElement#getValue()
1451 * @see #getIntegerElement()
1452 * @generated
1453 */
1454 EAttribute getIntegerElement_Value();
1455
1456 /**
1457 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.RealElement <em>Real Element</em>}'.
1458 * <!-- begin-user-doc -->
1459 * <!-- end-user-doc -->
1460 * @return the meta object for class '<em>Real Element</em>'.
1461 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.RealElement
1462 * @generated
1463 */
1464 EClass getRealElement();
1465
1466 /**
1467 * Returns the meta object for the attribute '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.RealElement#getValue <em>Value</em>}'.
1468 * <!-- begin-user-doc -->
1469 * <!-- end-user-doc -->
1470 * @return the meta object for the attribute '<em>Value</em>'.
1471 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.RealElement#getValue()
1472 * @see #getRealElement()
1473 * @generated
1474 */
1475 EAttribute getRealElement_Value();
1476
1477 /**
1478 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.StringElement <em>String Element</em>}'.
1479 * <!-- begin-user-doc -->
1480 * <!-- end-user-doc -->
1481 * @return the meta object for class '<em>String Element</em>'.
1482 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.StringElement
1483 * @generated
1484 */
1485 EClass getStringElement();
1486
1487 /**
1488 * Returns the meta object for the attribute '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.StringElement#getValue <em>Value</em>}'.
1489 * <!-- begin-user-doc -->
1490 * <!-- end-user-doc -->
1491 * @return the meta object for the attribute '<em>Value</em>'.
1492 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.StringElement#getValue()
1493 * @see #getStringElement()
1494 * @generated
1495 */
1496 EAttribute getStringElement_Value();
1497
1498 /**
921 * Returns the factory that creates the instances of the model. 1499 * Returns the factory that creates the instances of the model.
922 * <!-- begin-user-doc --> 1500 * <!-- begin-user-doc -->
923 * <!-- end-user-doc --> 1501 * <!-- end-user-doc -->
@@ -1015,12 +1593,12 @@ public interface PartialinterpretationPackage extends EPackage {
1015 EAttribute PARTIAL_INTERPRETATION__MAX_NEW_ELEMENTS = eINSTANCE.getPartialInterpretation_MaxNewElements(); 1593 EAttribute PARTIAL_INTERPRETATION__MAX_NEW_ELEMENTS = eINSTANCE.getPartialInterpretation_MaxNewElements();
1016 1594
1017 /** 1595 /**
1018 * The meta object literal for the '<em><b>Open World Element Prototype</b></em>' containment reference feature. 1596 * The meta object literal for the '<em><b>Open World Element Prototypes</b></em>' containment reference list feature.
1019 * <!-- begin-user-doc --> 1597 * <!-- begin-user-doc -->
1020 * <!-- end-user-doc --> 1598 * <!-- end-user-doc -->
1021 * @generated 1599 * @generated
1022 */ 1600 */
1023 EReference PARTIAL_INTERPRETATION__OPEN_WORLD_ELEMENT_PROTOTYPE = eINSTANCE.getPartialInterpretation_OpenWorldElementPrototype(); 1601 EReference PARTIAL_INTERPRETATION__OPEN_WORLD_ELEMENT_PROTOTYPES = eINSTANCE.getPartialInterpretation_OpenWorldElementPrototypes();
1024 1602
1025 /** 1603 /**
1026 * The meta object literal for the '<em><b>Problem Conainer</b></em>' containment reference feature. 1604 * The meta object literal for the '<em><b>Problem Conainer</b></em>' containment reference feature.
@@ -1031,6 +1609,70 @@ public interface PartialinterpretationPackage extends EPackage {
1031 EReference PARTIAL_INTERPRETATION__PROBLEM_CONAINER = eINSTANCE.getPartialInterpretation_ProblemConainer(); 1609 EReference PARTIAL_INTERPRETATION__PROBLEM_CONAINER = eINSTANCE.getPartialInterpretation_ProblemConainer();
1032 1610
1033 /** 1611 /**
1612 * The meta object literal for the '<em><b>Stringelement</b></em>' containment reference list feature.
1613 * <!-- begin-user-doc -->
1614 * <!-- end-user-doc -->
1615 * @generated
1616 */
1617 EReference PARTIAL_INTERPRETATION__STRINGELEMENT = eINSTANCE.getPartialInterpretation_Stringelement();
1618
1619 /**
1620 * The meta object literal for the '<em><b>Stringelements</b></em>' containment reference list feature.
1621 * <!-- begin-user-doc -->
1622 * <!-- end-user-doc -->
1623 * @generated
1624 */
1625 EReference PARTIAL_INTERPRETATION__STRINGELEMENTS = eINSTANCE.getPartialInterpretation_Stringelements();
1626
1627 /**
1628 * The meta object literal for the '<em><b>Realelements</b></em>' containment reference list feature.
1629 * <!-- begin-user-doc -->
1630 * <!-- end-user-doc -->
1631 * @generated
1632 */
1633 EReference PARTIAL_INTERPRETATION__REALELEMENTS = eINSTANCE.getPartialInterpretation_Realelements();
1634
1635 /**
1636 * The meta object literal for the '<em><b>Integerelements</b></em>' containment reference list feature.
1637 * <!-- begin-user-doc -->
1638 * <!-- end-user-doc -->
1639 * @generated
1640 */
1641 EReference PARTIAL_INTERPRETATION__INTEGERELEMENTS = eINSTANCE.getPartialInterpretation_Integerelements();
1642
1643 /**
1644 * The meta object literal for the '<em><b>Booleanelements</b></em>' containment reference list feature.
1645 * <!-- begin-user-doc -->
1646 * <!-- end-user-doc -->
1647 * @generated
1648 */
1649 EReference PARTIAL_INTERPRETATION__BOOLEANELEMENTS = eINSTANCE.getPartialInterpretation_Booleanelements();
1650
1651 /**
1652 * The meta object literal for the '<em><b>Max New Integers</b></em>' attribute feature.
1653 * <!-- begin-user-doc -->
1654 * <!-- end-user-doc -->
1655 * @generated
1656 */
1657 EAttribute PARTIAL_INTERPRETATION__MAX_NEW_INTEGERS = eINSTANCE.getPartialInterpretation_MaxNewIntegers();
1658
1659 /**
1660 * The meta object literal for the '<em><b>Max New Reals</b></em>' attribute feature.
1661 * <!-- begin-user-doc -->
1662 * <!-- end-user-doc -->
1663 * @generated
1664 */
1665 EAttribute PARTIAL_INTERPRETATION__MAX_NEW_REALS = eINSTANCE.getPartialInterpretation_MaxNewReals();
1666
1667 /**
1668 * The meta object literal for the '<em><b>Max New Strings</b></em>' attribute feature.
1669 * <!-- begin-user-doc -->
1670 * <!-- end-user-doc -->
1671 * @generated
1672 */
1673 EAttribute PARTIAL_INTERPRETATION__MAX_NEW_STRINGS = eINSTANCE.getPartialInterpretation_MaxNewStrings();
1674
1675 /**
1034 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.PartialConstantInterpretationImpl <em>Partial Constant Interpretation</em>}' class. 1676 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.PartialConstantInterpretationImpl <em>Partial Constant Interpretation</em>}' class.
1035 * <!-- begin-user-doc --> 1677 * <!-- begin-user-doc -->
1036 * <!-- end-user-doc --> 1678 * <!-- end-user-doc -->
@@ -1232,6 +1874,96 @@ public interface PartialinterpretationPackage extends EPackage {
1232 */ 1874 */
1233 EAttribute NARY_RELATION_LINK_ELEMENT__INDEX = eINSTANCE.getNaryRelationLinkElement_Index(); 1875 EAttribute NARY_RELATION_LINK_ELEMENT__INDEX = eINSTANCE.getNaryRelationLinkElement_Index();
1234 1876
1877 /**
1878 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.PrimitiveElementImpl <em>Primitive Element</em>}' class.
1879 * <!-- begin-user-doc -->
1880 * <!-- end-user-doc -->
1881 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.PrimitiveElementImpl
1882 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.PartialinterpretationPackageImpl#getPrimitiveElement()
1883 * @generated
1884 */
1885 EClass PRIMITIVE_ELEMENT = eINSTANCE.getPrimitiveElement();
1886
1887 /**
1888 * The meta object literal for the '<em><b>Value Set</b></em>' attribute feature.
1889 * <!-- begin-user-doc -->
1890 * <!-- end-user-doc -->
1891 * @generated
1892 */
1893 EAttribute PRIMITIVE_ELEMENT__VALUE_SET = eINSTANCE.getPrimitiveElement_ValueSet();
1894
1895 /**
1896 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.BooleanElementImpl <em>Boolean Element</em>}' class.
1897 * <!-- begin-user-doc -->
1898 * <!-- end-user-doc -->
1899 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.BooleanElementImpl
1900 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.PartialinterpretationPackageImpl#getBooleanElement()
1901 * @generated
1902 */
1903 EClass BOOLEAN_ELEMENT = eINSTANCE.getBooleanElement();
1904
1905 /**
1906 * The meta object literal for the '<em><b>Value</b></em>' attribute feature.
1907 * <!-- begin-user-doc -->
1908 * <!-- end-user-doc -->
1909 * @generated
1910 */
1911 EAttribute BOOLEAN_ELEMENT__VALUE = eINSTANCE.getBooleanElement_Value();
1912
1913 /**
1914 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.IntegerElementImpl <em>Integer Element</em>}' class.
1915 * <!-- begin-user-doc -->
1916 * <!-- end-user-doc -->
1917 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.IntegerElementImpl
1918 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.PartialinterpretationPackageImpl#getIntegerElement()
1919 * @generated
1920 */
1921 EClass INTEGER_ELEMENT = eINSTANCE.getIntegerElement();
1922
1923 /**
1924 * The meta object literal for the '<em><b>Value</b></em>' attribute feature.
1925 * <!-- begin-user-doc -->
1926 * <!-- end-user-doc -->
1927 * @generated
1928 */
1929 EAttribute INTEGER_ELEMENT__VALUE = eINSTANCE.getIntegerElement_Value();
1930
1931 /**
1932 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.RealElementImpl <em>Real Element</em>}' class.
1933 * <!-- begin-user-doc -->
1934 * <!-- end-user-doc -->
1935 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.RealElementImpl
1936 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.PartialinterpretationPackageImpl#getRealElement()
1937 * @generated
1938 */
1939 EClass REAL_ELEMENT = eINSTANCE.getRealElement();
1940
1941 /**
1942 * The meta object literal for the '<em><b>Value</b></em>' attribute feature.
1943 * <!-- begin-user-doc -->
1944 * <!-- end-user-doc -->
1945 * @generated
1946 */
1947 EAttribute REAL_ELEMENT__VALUE = eINSTANCE.getRealElement_Value();
1948
1949 /**
1950 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.StringElementImpl <em>String Element</em>}' class.
1951 * <!-- begin-user-doc -->
1952 * <!-- end-user-doc -->
1953 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.StringElementImpl
1954 * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.impl.PartialinterpretationPackageImpl#getStringElement()
1955 * @generated
1956 */
1957 EClass STRING_ELEMENT = eINSTANCE.getStringElement();
1958
1959 /**
1960 * The meta object literal for the '<em><b>Value</b></em>' attribute feature.
1961 * <!-- begin-user-doc -->
1962 * <!-- end-user-doc -->
1963 * @generated
1964 */
1965 EAttribute STRING_ELEMENT__VALUE = eINSTANCE.getStringElement_Value();
1966
1235 } 1967 }
1236 1968
1237} //PartialinterpretationPackage 1969} //PartialinterpretationPackage