|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AresPackage
The Package for the model. It contains accessors for the meta objects to represent
AresFactory
Nested Class Summary | |
---|---|
static interface |
AresPackage.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 int |
CONSTRAINT_TEST
The meta object id for the ' Constraint Test ' class. |
static int |
CONSTRAINT_TEST__ACTUAL_VALUE
The feature id for the 'Actual Value' attribute. |
static int |
CONSTRAINT_TEST__CONSTRAINT
The feature id for the 'Constraint' reference. |
static int |
CONSTRAINT_TEST__FAILURE
The feature id for the 'Failure' attribute. |
static int |
CONSTRAINT_TEST__ISSUE
The feature id for the 'Issue' attribute. |
static int |
CONSTRAINT_TEST_FEATURE_COUNT
The number of structural features of the 'Constraint Test' class. |
static AresPackage |
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 |
ISSUE
The meta object id for the ' Issue ' enum. |
static int |
RESULT_TYPE
The meta object id for the ' Result Type ' enum. |
static int |
RUN
The meta object id for the ' Run ' class. |
static int |
RUN__CONSTRAINTS
The feature id for the 'Constraints' containment reference list. |
static int |
RUN__FINISHED
The feature id for the 'Finished' attribute. |
static int |
RUN__MODEL
The feature id for the 'Model' reference. |
static int |
RUN__PARAMETERIZATION
The feature id for the 'Parameterization' reference. |
static int |
RUN__PARAMETERS
The feature id for the 'Parameters' containment reference list. |
static int |
RUN__RESULT
The feature id for the 'Result' attribute. |
static int |
RUN__RESULTS
The feature id for the 'Results' containment reference list. |
static int |
RUN__STARTED
The feature id for the 'Started' attribute. |
static int |
RUN__TEST
The feature id for the 'Test' reference. |
static int |
RUN_FEATURE_COUNT
The number of structural features of the 'Run' class. |
static int |
RUN_SET
The meta object id for the ' Run Set ' class. |
static int |
RUN_SET__FINISHED
The feature id for the 'Finished' attribute. |
static int |
RUN_SET__RESULT
The feature id for the 'Result' attribute. |
static int |
RUN_SET__RUNS
The feature id for the 'Runs' containment reference list. |
static int |
RUN_SET__STARTED
The feature id for the 'Started' attribute. |
static int |
RUN_SET_FEATURE_COUNT
The number of structural features of the 'Run Set' class. |
Method Summary | |
---|---|
AresFactory |
getAresFactory()
Returns the factory that creates the instances of the model. |
org.eclipse.emf.ecore.EAttribute |
getConstraintTest_ActualValue()
Returns the meta object for the attribute ' Actual Value '. |
org.eclipse.emf.ecore.EReference |
getConstraintTest_Constraint()
Returns the meta object for the reference ' Constraint '. |
org.eclipse.emf.ecore.EAttribute |
getConstraintTest_Failure()
Returns the meta object for the attribute ' Failure '. |
org.eclipse.emf.ecore.EAttribute |
getConstraintTest_Issue()
Returns the meta object for the attribute ' Issue '. |
org.eclipse.emf.ecore.EClass |
getConstraintTest()
Returns the meta object for class ' Constraint Test '. |
org.eclipse.emf.ecore.EEnum |
getIssue()
Returns the meta object for enum ' Issue '. |
org.eclipse.emf.ecore.EEnum |
getResultType()
Returns the meta object for enum ' Result Type '. |
org.eclipse.emf.ecore.EReference |
getRun_Constraints()
Returns the meta object for the containment reference list ' Constraints '. |
org.eclipse.emf.ecore.EAttribute |
getRun_Finished()
Returns the meta object for the attribute ' Finished '. |
org.eclipse.emf.ecore.EReference |
getRun_Model()
Returns the meta object for the reference ' Model '. |
org.eclipse.emf.ecore.EReference |
getRun_Parameterization()
Returns the meta object for the reference ' Parameterization '. |
org.eclipse.emf.ecore.EReference |
getRun_Parameters()
Returns the meta object for the containment reference list ' Parameters '. |
org.eclipse.emf.ecore.EAttribute |
getRun_Result()
Returns the meta object for the attribute ' Result '. |
org.eclipse.emf.ecore.EReference |
getRun_Results()
Returns the meta object for the containment reference list ' Results '. |
org.eclipse.emf.ecore.EAttribute |
getRun_Started()
Returns the meta object for the attribute ' Started '. |
org.eclipse.emf.ecore.EReference |
getRun_Test()
Returns the meta object for the reference ' Test '. |
org.eclipse.emf.ecore.EClass |
getRun()
Returns the meta object for class ' Run '. |
org.eclipse.emf.ecore.EAttribute |
getRunSet_Finished()
Returns the meta object for the attribute ' Finished '. |
org.eclipse.emf.ecore.EAttribute |
getRunSet_Result()
Returns the meta object for the attribute ' Result '. |
org.eclipse.emf.ecore.EReference |
getRunSet_Runs()
Returns the meta object for the containment reference list ' Runs '. |
org.eclipse.emf.ecore.EAttribute |
getRunSet_Started()
Returns the meta object for the attribute ' Started '. |
org.eclipse.emf.ecore.EClass |
getRunSet()
Returns the meta object for class ' Run Set '. |
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 AresPackage eINSTANCE
static final int RUN
Run
' class.
RunImpl
,
AresPackageImpl.getRun()
,
Constant Field Valuesstatic final int RUN__MODEL
static final int RUN__TEST
static final int RUN__PARAMETERIZATION
static final int RUN__RESULT
static final int RUN__PARAMETERS
static final int RUN__CONSTRAINTS
static final int RUN__STARTED
static final int RUN__FINISHED
static final int RUN__RESULTS
static final int RUN_FEATURE_COUNT
static final int CONSTRAINT_TEST
Constraint Test
' class.
ConstraintTestImpl
,
AresPackageImpl.getConstraintTest()
,
Constant Field Valuesstatic final int CONSTRAINT_TEST__CONSTRAINT
static final int CONSTRAINT_TEST__ISSUE
static final int CONSTRAINT_TEST__ACTUAL_VALUE
static final int CONSTRAINT_TEST__FAILURE
static final int CONSTRAINT_TEST_FEATURE_COUNT
static final int RUN_SET
Run Set
' class.
RunSetImpl
,
AresPackageImpl.getRunSet()
,
Constant Field Valuesstatic final int RUN_SET__RESULT
static final int RUN_SET__STARTED
static final int RUN_SET__FINISHED
static final int RUN_SET__RUNS
static final int RUN_SET_FEATURE_COUNT
static final int RESULT_TYPE
Result Type
' enum.
ResultType
,
AresPackageImpl.getResultType()
,
Constant Field Valuesstatic final int ISSUE
Issue
' enum.
Issue
,
AresPackageImpl.getIssue()
,
Constant Field ValuesMethod Detail |
---|
org.eclipse.emf.ecore.EClass getRun()
Run
'.
Run
org.eclipse.emf.ecore.EReference getRun_Model()
Model
'.
Run.getModel()
,
getRun()
org.eclipse.emf.ecore.EReference getRun_Test()
Test
'.
Run.getTest()
,
getRun()
org.eclipse.emf.ecore.EReference getRun_Parameterization()
Parameterization
'.
Run.getParameterization()
,
getRun()
org.eclipse.emf.ecore.EAttribute getRun_Result()
Result
'.
Run.getResult()
,
getRun()
org.eclipse.emf.ecore.EReference getRun_Parameters()
Parameters
'.
Run.getParameters()
,
getRun()
org.eclipse.emf.ecore.EReference getRun_Constraints()
Constraints
'.
Run.getConstraints()
,
getRun()
org.eclipse.emf.ecore.EAttribute getRun_Started()
Started
'.
Run.getStarted()
,
getRun()
org.eclipse.emf.ecore.EAttribute getRun_Finished()
Finished
'.
Run.getFinished()
,
getRun()
org.eclipse.emf.ecore.EReference getRun_Results()
Results
'.
Run.getResults()
,
getRun()
org.eclipse.emf.ecore.EClass getConstraintTest()
Constraint Test
'.
ConstraintTest
org.eclipse.emf.ecore.EReference getConstraintTest_Constraint()
Constraint
'.
ConstraintTest.getConstraint()
,
getConstraintTest()
org.eclipse.emf.ecore.EAttribute getConstraintTest_Issue()
Issue
'.
ConstraintTest.getIssue()
,
getConstraintTest()
org.eclipse.emf.ecore.EAttribute getConstraintTest_ActualValue()
Actual Value
'.
ConstraintTest.getActualValue()
,
getConstraintTest()
org.eclipse.emf.ecore.EAttribute getConstraintTest_Failure()
Failure
'.
ConstraintTest.isFailure()
,
getConstraintTest()
org.eclipse.emf.ecore.EClass getRunSet()
Run Set
'.
RunSet
org.eclipse.emf.ecore.EAttribute getRunSet_Result()
Result
'.
RunSet.getResult()
,
getRunSet()
org.eclipse.emf.ecore.EAttribute getRunSet_Started()
Started
'.
RunSet.getStarted()
,
getRunSet()
org.eclipse.emf.ecore.EAttribute getRunSet_Finished()
Finished
'.
RunSet.getFinished()
,
getRunSet()
org.eclipse.emf.ecore.EReference getRunSet_Runs()
Runs
'.
RunSet.getRuns()
,
getRunSet()
org.eclipse.emf.ecore.EEnum getResultType()
Result Type
'.
ResultType
org.eclipse.emf.ecore.EEnum getIssue()
Issue
'.
Issue
AresFactory getAresFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |