public interface GeneratorModelPackage
extends org.eclipse.emf.ecore.EPackage
GeneratorModelFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
GeneratorModelPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONFIGURATION
The meta object id for the '
Configuration' class. |
static int |
CONFIGURATION__NAME
The feature id for the 'Name' attribute.
|
static int |
CONFIGURATION__PROPERTY
The feature id for the 'Property' containment reference list.
|
static int |
CONFIGURATION_FEATURE_COUNT
The number of structural features of the 'Configuration' class.
|
static GeneratorModelPackage |
eINSTANCE
The singleton instance of the package.
|
static java.lang.String |
eNAME
The package name.
|
static java.lang.String |
eNS_PREFIX
The package namespace name.
|
static java.lang.String |
eNS_URI
The package namespace URI.
|
static int |
GENERATOR_MODEL_REFERENCE
The meta object id for the '
Reference' class. |
static int |
GENERATOR_MODEL_REFERENCE__GENMODEL
The feature id for the 'Genmodel' reference.
|
static int |
GENERATOR_MODEL_REFERENCE_FEATURE_COUNT
The number of structural features of the 'Reference' class.
|
static int |
PROPERTY
The meta object id for the '
Property' class. |
static int |
PROPERTY__KEY
The feature id for the 'Key' attribute.
|
static int |
PROPERTY__VALUE
The feature id for the 'Value' attribute.
|
static int |
PROPERTY_FEATURE_COUNT
The number of structural features of the 'Property' class.
|
static int |
VIATRA_QUERY_GENERATOR_MODEL
The meta object id for the '
Viatra Query Generator Model' class. |
static int |
VIATRA_QUERY_GENERATOR_MODEL__CONFIGURATION
The feature id for the 'Configuration' containment reference list.
|
static int |
VIATRA_QUERY_GENERATOR_MODEL__GENMODELS
The feature id for the 'Genmodels' containment reference list.
|
static int |
VIATRA_QUERY_GENERATOR_MODEL_FEATURE_COUNT
The number of structural features of the 'Viatra Query Generator Model' class.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EAttribute |
getConfiguration_Name()
Returns the meta object for the attribute '
Name'. |
org.eclipse.emf.ecore.EReference |
getConfiguration_Property()
Returns the meta object for the containment reference list '
Property'. |
org.eclipse.emf.ecore.EClass |
getConfiguration()
Returns the meta object for class '
Configuration'. |
GeneratorModelFactory |
getGeneratorModelFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EReference |
getGeneratorModelReference_Genmodel()
Returns the meta object for the reference '
Genmodel'. |
org.eclipse.emf.ecore.EClass |
getGeneratorModelReference()
Returns the meta object for class '
Reference'. |
org.eclipse.emf.ecore.EAttribute |
getProperty_Key()
Returns the meta object for the attribute '
Key'. |
org.eclipse.emf.ecore.EAttribute |
getProperty_Value()
Returns the meta object for the attribute '
Value'. |
org.eclipse.emf.ecore.EClass |
getProperty()
Returns the meta object for class '
Property'. |
org.eclipse.emf.ecore.EReference |
getViatraQueryGeneratorModel_Configuration()
Returns the meta object for the containment reference list '
Configuration'. |
org.eclipse.emf.ecore.EReference |
getViatraQueryGeneratorModel_Genmodels()
Returns the meta object for the containment reference list '
Genmodels'. |
org.eclipse.emf.ecore.EClass |
getViatraQueryGeneratorModel()
Returns the meta object for class '
Viatra Query Generator Model'. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final GeneratorModelPackage eINSTANCE
static final int VIATRA_QUERY_GENERATOR_MODEL
Viatra Query Generator Model' class.
static final int VIATRA_QUERY_GENERATOR_MODEL__GENMODELS
static final int VIATRA_QUERY_GENERATOR_MODEL__CONFIGURATION
static final int VIATRA_QUERY_GENERATOR_MODEL_FEATURE_COUNT
static final int GENERATOR_MODEL_REFERENCE
Reference' class.
static final int GENERATOR_MODEL_REFERENCE__GENMODEL
static final int GENERATOR_MODEL_REFERENCE_FEATURE_COUNT
static final int CONFIGURATION
Configuration' class.
ConfigurationImpl,
GeneratorModelPackageImpl.getConfiguration(),
Constant Field Valuesstatic final int CONFIGURATION__NAME
static final int CONFIGURATION__PROPERTY
static final int CONFIGURATION_FEATURE_COUNT
static final int PROPERTY
Property' class.
PropertyImpl,
GeneratorModelPackageImpl.getProperty(),
Constant Field Valuesstatic final int PROPERTY__KEY
static final int PROPERTY__VALUE
static final int PROPERTY_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getViatraQueryGeneratorModel()
Viatra Query Generator Model'.
ViatraQueryGeneratorModelorg.eclipse.emf.ecore.EReference getViatraQueryGeneratorModel_Genmodels()
Genmodels'.
ViatraQueryGeneratorModel.getGenmodels(),
getViatraQueryGeneratorModel()org.eclipse.emf.ecore.EReference getViatraQueryGeneratorModel_Configuration()
Configuration'.
ViatraQueryGeneratorModel.getConfiguration(),
getViatraQueryGeneratorModel()org.eclipse.emf.ecore.EClass getGeneratorModelReference()
Reference'.
GeneratorModelReferenceorg.eclipse.emf.ecore.EReference getGeneratorModelReference_Genmodel()
Genmodel'.
GeneratorModelReference.getGenmodel(),
getGeneratorModelReference()org.eclipse.emf.ecore.EClass getConfiguration()
Configuration'.
Configurationorg.eclipse.emf.ecore.EAttribute getConfiguration_Name()
Name'.
Configuration.getName(),
getConfiguration()org.eclipse.emf.ecore.EReference getConfiguration_Property()
Property'.
Configuration.getProperty(),
getConfiguration()org.eclipse.emf.ecore.EClass getProperty()
Property'.
Propertyorg.eclipse.emf.ecore.EAttribute getProperty_Key()
Key'.
Property.getKey(),
getProperty()org.eclipse.emf.ecore.EAttribute getProperty_Value()
Value'.
Property.getValue(),
getProperty()GeneratorModelFactory getGeneratorModelFactory()