|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AParPackage
The Package for the model. It contains accessors for the meta objects to represent
AParFactory
Nested Class Summary | |
---|---|
static interface |
AParPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type |
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 AParPackage |
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 |
IMPORT
The meta object id for the ' Import ' class. |
static int |
IMPORT__IMPORT_URI
The feature id for the 'Import URI' attribute. |
static int |
IMPORT_FEATURE_COUNT
The number of structural features of the 'Import' class. |
static int |
INCORPORATES
The meta object id for the ' Incorporates ' class. |
static int |
INCORPORATES__IMPORT_URI
The feature id for the 'Import URI' attribute. |
static int |
INCORPORATES_FEATURE_COUNT
The number of structural features of the 'Incorporates' class. |
static int |
MODEL
The meta object id for the ' Model ' class. |
static int |
MODEL__INCORPORATES
The feature id for the 'Incorporates' containment reference list. |
static int |
MODEL__MODEL
The feature id for the 'Model' containment reference. |
static int |
MODEL__NAME
The feature id for the 'Name' attribute. |
static int |
MODEL__PARAMETERS
The feature id for the 'Parameters' containment reference list. |
static int |
MODEL_FEATURE_COUNT
The number of structural features of the 'Model' class. |
static int |
PARAMETER
The meta object id for the ' Parameter ' class. |
static int |
PARAMETER_FEATURE_COUNT
The number of structural features of the 'Parameter' class. |
static int |
SINGLE_PARAMETER
The meta object id for the ' Single Parameter ' class. |
static int |
SINGLE_PARAMETER__ATTRIBUTE
The feature id for the 'Attribute' reference. |
static int |
SINGLE_PARAMETER__VALUE
The feature id for the 'Value' containment reference. |
static int |
SINGLE_PARAMETER_FEATURE_COUNT
The number of structural features of the 'Single Parameter' class. |
static int |
SWEEP_LINK
The meta object id for the ' Sweep Link ' class. |
static int |
SWEEP_LINK__PARAMETERS
The feature id for the 'Parameters' containment reference list. |
static int |
SWEEP_LINK_FEATURE_COUNT
The number of structural features of the 'Sweep Link' class. |
static int |
SWEEP_PARAMETER
The meta object id for the ' Sweep Parameter ' class. |
static int |
SWEEP_PARAMETER__ATTRIBUTE
The feature id for the 'Attribute' reference. |
static int |
SWEEP_PARAMETER__END_VALUE
The feature id for the 'End Value' containment reference. |
static int |
SWEEP_PARAMETER__INCREMENT
The feature id for the 'Increment' containment reference. |
static int |
SWEEP_PARAMETER__START_VALUE
The feature id for the 'Start Value' containment reference. |
static int |
SWEEP_PARAMETER_FEATURE_COUNT
The number of structural features of the 'Sweep Parameter' class. |
Method Summary | |
---|---|
AParFactory |
getAParFactory()
Returns the factory that creates the instances of the model. |
org.eclipse.emf.ecore.EAttribute |
getImport_ImportURI()
Returns the meta object for the attribute ' Import URI '. |
org.eclipse.emf.ecore.EClass |
getImport()
Returns the meta object for class ' Import '. |
org.eclipse.emf.ecore.EAttribute |
getIncorporates_ImportURI()
Returns the meta object for the attribute ' Import URI '. |
org.eclipse.emf.ecore.EClass |
getIncorporates()
Returns the meta object for class ' Incorporates '. |
org.eclipse.emf.ecore.EReference |
getModel_Incorporates()
Returns the meta object for the containment reference list ' Incorporates '. |
org.eclipse.emf.ecore.EReference |
getModel_Model()
Returns the meta object for the containment reference ' Model '. |
org.eclipse.emf.ecore.EAttribute |
getModel_Name()
Returns the meta object for the attribute ' Name '. |
org.eclipse.emf.ecore.EReference |
getModel_Parameters()
Returns the meta object for the containment reference list ' Parameters '. |
org.eclipse.emf.ecore.EClass |
getModel()
Returns the meta object for class ' Model '. |
org.eclipse.emf.ecore.EClass |
getParameter()
Returns the meta object for class ' Parameter '. |
org.eclipse.emf.ecore.EReference |
getSingleParameter_Attribute()
Returns the meta object for the reference ' Attribute '. |
org.eclipse.emf.ecore.EReference |
getSingleParameter_Value()
Returns the meta object for the containment reference ' Value '. |
org.eclipse.emf.ecore.EClass |
getSingleParameter()
Returns the meta object for class ' Single Parameter '. |
org.eclipse.emf.ecore.EReference |
getSweepLink_Parameters()
Returns the meta object for the containment reference list ' Parameters '. |
org.eclipse.emf.ecore.EClass |
getSweepLink()
Returns the meta object for class ' Sweep Link '. |
org.eclipse.emf.ecore.EReference |
getSweepParameter_Attribute()
Returns the meta object for the reference ' Attribute '. |
org.eclipse.emf.ecore.EReference |
getSweepParameter_EndValue()
Returns the meta object for the containment reference ' End Value '. |
org.eclipse.emf.ecore.EReference |
getSweepParameter_Increment()
Returns the meta object for the containment reference ' Increment '. |
org.eclipse.emf.ecore.EReference |
getSweepParameter_StartValue()
Returns the meta object for the containment reference ' Start Value '. |
org.eclipse.emf.ecore.EClass |
getSweepParameter()
Returns the meta object for class ' Sweep Parameter '. |
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final AParPackage eINSTANCE
static final int MODEL
Model
' class.
ModelImpl
,
AParPackageImpl.getModel()
,
Constant Field Valuesstatic final int MODEL__NAME
static final int MODEL__MODEL
static final int MODEL__INCORPORATES
static final int MODEL__PARAMETERS
static final int MODEL_FEATURE_COUNT
static final int IMPORT
Import
' class.
ImportImpl
,
AParPackageImpl.getImport()
,
Constant Field Valuesstatic final int IMPORT__IMPORT_URI
static final int IMPORT_FEATURE_COUNT
static final int INCORPORATES
Incorporates
' class.
IncorporatesImpl
,
AParPackageImpl.getIncorporates()
,
Constant Field Valuesstatic final int INCORPORATES__IMPORT_URI
static final int INCORPORATES_FEATURE_COUNT
static final int PARAMETER
Parameter
' class.
ParameterImpl
,
AParPackageImpl.getParameter()
,
Constant Field Valuesstatic final int PARAMETER_FEATURE_COUNT
static final int SINGLE_PARAMETER
Single Parameter
' class.
SingleParameterImpl
,
AParPackageImpl.getSingleParameter()
,
Constant Field Valuesstatic final int SINGLE_PARAMETER__ATTRIBUTE
static final int SINGLE_PARAMETER__VALUE
static final int SINGLE_PARAMETER_FEATURE_COUNT
static final int SWEEP_PARAMETER
Sweep Parameter
' class.
SweepParameterImpl
,
AParPackageImpl.getSweepParameter()
,
Constant Field Valuesstatic final int SWEEP_PARAMETER__ATTRIBUTE
static final int SWEEP_PARAMETER__START_VALUE
static final int SWEEP_PARAMETER__END_VALUE
static final int SWEEP_PARAMETER__INCREMENT
static final int SWEEP_PARAMETER_FEATURE_COUNT
static final int SWEEP_LINK
Sweep Link
' class.
SweepLinkImpl
,
AParPackageImpl.getSweepLink()
,
Constant Field Valuesstatic final int SWEEP_LINK__PARAMETERS
static final int SWEEP_LINK_FEATURE_COUNT
Method Detail |
---|
org.eclipse.emf.ecore.EClass getModel()
Model
'.
Model
org.eclipse.emf.ecore.EAttribute getModel_Name()
Name
'.
Model.getName()
,
getModel()
org.eclipse.emf.ecore.EReference getModel_Model()
Model
'.
Model.getModel()
,
getModel()
org.eclipse.emf.ecore.EReference getModel_Incorporates()
Incorporates
'.
Model.getIncorporates()
,
getModel()
org.eclipse.emf.ecore.EReference getModel_Parameters()
Parameters
'.
Model.getParameters()
,
getModel()
org.eclipse.emf.ecore.EClass getImport()
Import
'.
Import
org.eclipse.emf.ecore.EAttribute getImport_ImportURI()
Import URI
'.
Import.getImportURI()
,
getImport()
org.eclipse.emf.ecore.EClass getIncorporates()
Incorporates
'.
Incorporates
org.eclipse.emf.ecore.EAttribute getIncorporates_ImportURI()
Import URI
'.
Incorporates.getImportURI()
,
getIncorporates()
org.eclipse.emf.ecore.EClass getParameter()
Parameter
'.
Parameter
org.eclipse.emf.ecore.EClass getSingleParameter()
Single Parameter
'.
SingleParameter
org.eclipse.emf.ecore.EReference getSingleParameter_Attribute()
Attribute
'.
SingleParameter.getAttribute()
,
getSingleParameter()
org.eclipse.emf.ecore.EReference getSingleParameter_Value()
Value
'.
SingleParameter.getValue()
,
getSingleParameter()
org.eclipse.emf.ecore.EClass getSweepParameter()
Sweep Parameter
'.
SweepParameter
org.eclipse.emf.ecore.EReference getSweepParameter_Attribute()
Attribute
'.
SweepParameter.getAttribute()
,
getSweepParameter()
org.eclipse.emf.ecore.EReference getSweepParameter_StartValue()
Start Value
'.
SweepParameter.getStartValue()
,
getSweepParameter()
org.eclipse.emf.ecore.EReference getSweepParameter_EndValue()
End Value
'.
SweepParameter.getEndValue()
,
getSweepParameter()
org.eclipse.emf.ecore.EReference getSweepParameter_Increment()
Increment
'.
SweepParameter.getIncrement()
,
getSweepParameter()
org.eclipse.emf.ecore.EClass getSweepLink()
Sweep Link
'.
SweepLink
org.eclipse.emf.ecore.EReference getSweepLink_Parameters()
Parameters
'.
SweepLink.getParameters()
,
getSweepLink()
AParFactory getAParFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |