org.eclipse.mtj.api.preprocessing
Interface PreprocessingPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
PreprocessingPackageImpl

public interface PreprocessingPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
PreprocessingFactory

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int CAPABILITY_CONDITION
          The meta object id for the 'Capability Condition' class.
static int CAPABILITY_CONDITION__EXPRESSION
          The feature id for the 'Expression' attribute.
static int CAPABILITY_CONDITION__NAME
          The feature id for the 'Name' attribute.
static int CAPABILITY_CONDITION__VALUE
          The feature id for the 'Value' attribute.
static int CAPABILITY_CONDITION_FEATURE_COUNT
          The number of structural features of the the 'Capability Condition' class.
static int CONDITION
          The meta object id for the 'Condition' class.
static int CONDITION_FEATURE_COUNT
          The number of structural features of the the 'Condition' class.
static PreprocessingPackage 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 FEATURE_CONDITION
          The meta object id for the 'Feature Condition' class.
static int FEATURE_CONDITION__FEATURE
          The feature id for the 'Feature' attribute.
static int FEATURE_CONDITION_FEATURE_COUNT
          The number of structural features of the the 'Feature Condition' class.
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getCapabilityCondition_Expression()
          Returns the meta object for the attribute 'Expression'.
 org.eclipse.emf.ecore.EAttribute getCapabilityCondition_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EAttribute getCapabilityCondition_Value()
          Returns the meta object for the attribute 'Value'.
 org.eclipse.emf.ecore.EClass getCapabilityCondition()
          Returns the meta object for class 'Capability Condition'.
 org.eclipse.emf.ecore.EClass getCondition()
          Returns the meta object for class 'Condition'.
 org.eclipse.emf.ecore.EAttribute getFeatureCondition_Feature()
          Returns the meta object for the attribute 'Feature'.
 org.eclipse.emf.ecore.EClass getFeatureCondition()
          Returns the meta object for class 'Feature Condition'.
 PreprocessingFactory getPreprocessingFactory()
          Returns the factory that creates the instances of the model.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final PreprocessingPackage eINSTANCE
The singleton instance of the package.


CONDITION

static final int CONDITION
The meta object id for the 'Condition' class.

See Also:
ConditionImpl, PreprocessingPackageImpl.getCondition(), Constant Field Values

CONDITION_FEATURE_COUNT

static final int CONDITION_FEATURE_COUNT
The number of structural features of the the 'Condition' class.

See Also:
Constant Field Values

CAPABILITY_CONDITION

static final int CAPABILITY_CONDITION
The meta object id for the 'Capability Condition' class.

See Also:
CapabilityConditionImpl, PreprocessingPackageImpl.getCapabilityCondition(), Constant Field Values

CAPABILITY_CONDITION__NAME

static final int CAPABILITY_CONDITION__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

CAPABILITY_CONDITION__EXPRESSION

static final int CAPABILITY_CONDITION__EXPRESSION
The feature id for the 'Expression' attribute.

See Also:
Constant Field Values

CAPABILITY_CONDITION__VALUE

static final int CAPABILITY_CONDITION__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values

CAPABILITY_CONDITION_FEATURE_COUNT

static final int CAPABILITY_CONDITION_FEATURE_COUNT
The number of structural features of the the 'Capability Condition' class.

See Also:
Constant Field Values

FEATURE_CONDITION

static final int FEATURE_CONDITION
The meta object id for the 'Feature Condition' class.

See Also:
FeatureConditionImpl, PreprocessingPackageImpl.getFeatureCondition(), Constant Field Values

FEATURE_CONDITION__FEATURE

static final int FEATURE_CONDITION__FEATURE
The feature id for the 'Feature' attribute.

See Also:
Constant Field Values

FEATURE_CONDITION_FEATURE_COUNT

static final int FEATURE_CONDITION_FEATURE_COUNT
The number of structural features of the the 'Feature Condition' class.

See Also:
Constant Field Values
Method Detail

getCapabilityCondition

org.eclipse.emf.ecore.EClass getCapabilityCondition()
Returns the meta object for class 'Capability Condition'.

Returns:
the meta object for class 'Capability Condition'.
See Also:
CapabilityCondition

getCapabilityCondition_Name

org.eclipse.emf.ecore.EAttribute getCapabilityCondition_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
CapabilityCondition.getName(), getCapabilityCondition()

getCapabilityCondition_Expression

org.eclipse.emf.ecore.EAttribute getCapabilityCondition_Expression()
Returns the meta object for the attribute 'Expression'.

Returns:
the meta object for the attribute 'Expression'.
See Also:
CapabilityCondition.getExpression(), getCapabilityCondition()

getCapabilityCondition_Value

org.eclipse.emf.ecore.EAttribute getCapabilityCondition_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
CapabilityCondition.getValue(), getCapabilityCondition()

getCondition

org.eclipse.emf.ecore.EClass getCondition()
Returns the meta object for class 'Condition'.

Returns:
the meta object for class 'Condition'.
See Also:
Condition

getFeatureCondition

org.eclipse.emf.ecore.EClass getFeatureCondition()
Returns the meta object for class 'Feature Condition'.

Returns:
the meta object for class 'Feature Condition'.
See Also:
FeatureCondition

getFeatureCondition_Feature

org.eclipse.emf.ecore.EAttribute getFeatureCondition_Feature()
Returns the meta object for the attribute 'Feature'.

Returns:
the meta object for the attribute 'Feature'.
See Also:
FeatureCondition.getFeature(), getFeatureCondition()

getPreprocessingFactory

PreprocessingFactory getPreprocessingFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.