OCL

org.topcased.checkresultmodel
Interface CheckresultmodelPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
CheckresultmodelPackageImpl

public interface CheckresultmodelPackage
extends EPackage

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

See Also:
CheckresultmodelFactory
** Generated **
Model:
kind="package"

Nested Class Summary
static interface CheckresultmodelPackage.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
EPackage.Descriptor, EPackage.Registry
 
Field Summary
static int CONTEXT
          The meta object id for the 'Context' class
static int CONTEXT__CONTEXT_CLASS
          The feature id for the 'Context Class' reference
static int CONTEXT__NAME
          The feature id for the 'Name' attribute
static int CONTEXT__RULES
          The feature id for the 'Rules' containment reference list
static int CONTEXT_FEATURE_COUNT
          The number of structural features of the 'Context' class
static CheckresultmodelPackage 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 ITEM
          The meta object id for the 'Item' class
static int ITEM__NAME
          The feature id for the 'Name' attribute
static int ITEM__REFERENCE
          The feature id for the 'Reference' reference
static int ITEM__VALUE
          The feature id for the 'Value' attribute
static int ITEM_FEATURE_COUNT
          The number of structural features of the 'Item' class
static int MODEL
          The meta object id for the 'Model' class
static int MODEL__CONTEXT_PACKAGES
          The feature id for the 'Context Packages' containment reference list
static int MODEL__INFORMATION
          The feature id for the 'Information' containment reference
static int MODEL__NAME
          The feature id for the 'Name' attribute
static int MODEL_FEATURE_COUNT
          The number of structural features of the 'Model' class
static int MODEL_INFORMATION
          The meta object id for the 'Model Information' class
static int MODEL_INFORMATION__MODEL_CONTENT
          The feature id for the 'Model Content' reference
static int MODEL_INFORMATION__RULE_FILE
          The feature id for the 'Rule File' attribute
static int MODEL_INFORMATION_FEATURE_COUNT
          The number of structural features of the 'Model Information' class
static int PACKAGE
          The meta object id for the 'Package' class
static int PACKAGE__CONTEXT
          The feature id for the 'Context' containment reference list
static int PACKAGE__NAME
          The feature id for the 'Name' attribute
static int PACKAGE__PACKAGE_REFERENCE
          The feature id for the 'Package Reference' reference
static int PACKAGE_FEATURE_COUNT
          The number of structural features of the 'Package' class
static int RULE
          The meta object id for the 'Rule' class
static int RULE__DESCRIPTION
          The feature id for the 'Description' attribute
static int RULE__NAME
          The feature id for the 'Name' attribute
static int RULE__REJECTED_ITEMS
          The feature id for the 'Rejected Items' containment reference list
static int RULE__RESULT
          The feature id for the 'Result' attribute
static int RULE__RULE_TEXT
          The feature id for the 'Rule Text' attribute
static int RULE__SELECTED_ITEMS
          The feature id for the 'Selected Items' containment reference list
static int RULE_FEATURE_COUNT
          The number of structural features of the 'Rule' class
static int STATE
          The meta object id for the 'State' enum
 
Method Summary
 CheckresultmodelFactory getCheckresultmodelFactory()
          Returns the factory that creates the instances of the model
 EReference getContext_ContextClass()
          Returns the meta object for the reference 'Context Class'
 EAttribute getContext_Name()
          Returns the meta object for the attribute 'Name'
 EReference getContext_Rules()
          Returns the meta object for the containment reference list 'Rules'
 EClass getContext()
          Returns the meta object for class 'Context'
 EAttribute getItem_Name()
          Returns the meta object for the attribute 'Name'
 EReference getItem_Reference()
          Returns the meta object for the reference 'Reference'
 EAttribute getItem_Value()
          Returns the meta object for the attribute 'Value'
 EClass getItem()
          Returns the meta object for class 'Item'
 EReference getModel_ContextPackages()
          Returns the meta object for the containment reference list 'Context Packages'
 EReference getModel_Information()
          Returns the meta object for the containment reference 'Information'
 EAttribute getModel_Name()
          Returns the meta object for the attribute 'Name'
 EClass getModel()
          Returns the meta object for class 'Model'
 EReference getModelInformation_ModelContent()
          Returns the meta object for the reference 'Model Content'
 EAttribute getModelInformation_RuleFile()
          Returns the meta object for the attribute 'Rule File'
 EClass getModelInformation()
          Returns the meta object for class 'Model Information'
 EReference getPackage_Context()
          Returns the meta object for the containment reference list 'Context'
 EAttribute getPackage_Name()
          Returns the meta object for the attribute 'Name'
 EReference getPackage_PackageReference()
          Returns the meta object for the reference 'Package Reference'
 EClass getPackage()
          Returns the meta object for class 'Package'
 EAttribute getRule_Description()
          Returns the meta object for the attribute 'Description'
 EAttribute getRule_Name()
          Returns the meta object for the attribute 'Name'
 EReference getRule_RejectedItems()
          Returns the meta object for the containment reference list 'Rejected Items'
 EAttribute getRule_Result()
          Returns the meta object for the attribute 'Result'
 EAttribute getRule_RuleText()
          Returns the meta object for the attribute 'Rule Text'
 EReference getRule_SelectedItems()
          Returns the meta object for the containment reference list 'Selected Items'
 EClass getRule()
          Returns the meta object for class 'Rule'
 EEnum getState()
          Returns the meta object for enum 'State'
 
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
** Generated **

eNS_URI

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

See Also:
Constant Field Values
** Generated **

eNS_PREFIX

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

See Also:
Constant Field Values
** Generated **

eINSTANCE

static final CheckresultmodelPackage eINSTANCE
The singleton instance of the package.

** Generated **

MODEL

static final int MODEL
The meta object id for the 'Model' class.

See Also:
ModelImpl, CheckresultmodelPackageImpl.getModel(), Constant Field Values
** Generated **

MODEL__NAME

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

See Also:
Constant Field Values
** Generated **
Ordered:

MODEL__CONTEXT_PACKAGES

static final int MODEL__CONTEXT_PACKAGES
The feature id for the 'Context Packages' containment reference list.

See Also:
Constant Field Values
** Generated **
Ordered:

MODEL__INFORMATION

static final int MODEL__INFORMATION
The feature id for the 'Information' containment reference.

See Also:
Constant Field Values
** Generated **
Ordered:

MODEL_FEATURE_COUNT

static final int MODEL_FEATURE_COUNT
The number of structural features of the 'Model' class.

See Also:
Constant Field Values
** Generated **
Ordered:

MODEL_INFORMATION

static final int MODEL_INFORMATION
The meta object id for the 'Model Information' class.

See Also:
ModelInformationImpl, CheckresultmodelPackageImpl.getModelInformation(), Constant Field Values
** Generated **

MODEL_INFORMATION__MODEL_CONTENT

static final int MODEL_INFORMATION__MODEL_CONTENT
The feature id for the 'Model Content' reference.

See Also:
Constant Field Values
** Generated **
Ordered:

MODEL_INFORMATION__RULE_FILE

static final int MODEL_INFORMATION__RULE_FILE
The feature id for the 'Rule File' attribute.

See Also:
Constant Field Values
** Generated **
Ordered:

MODEL_INFORMATION_FEATURE_COUNT

static final int MODEL_INFORMATION_FEATURE_COUNT
The number of structural features of the 'Model Information' class.

See Also:
Constant Field Values
** Generated **
Ordered:

PACKAGE

static final int PACKAGE
The meta object id for the 'Package' class.

See Also:
PackageImpl, CheckresultmodelPackageImpl.getPackage(), Constant Field Values
** Generated **

PACKAGE__NAME

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

See Also:
Constant Field Values
** Generated **
Ordered:

PACKAGE__CONTEXT

static final int PACKAGE__CONTEXT
The feature id for the 'Context' containment reference list.

See Also:
Constant Field Values
** Generated **
Ordered:

PACKAGE__PACKAGE_REFERENCE

static final int PACKAGE__PACKAGE_REFERENCE
The feature id for the 'Package Reference' reference.

See Also:
Constant Field Values
** Generated **
Ordered:

PACKAGE_FEATURE_COUNT

static final int PACKAGE_FEATURE_COUNT
The number of structural features of the 'Package' class.

See Also:
Constant Field Values
** Generated **
Ordered:

CONTEXT

static final int CONTEXT
The meta object id for the 'Context' class.

See Also:
ContextImpl, CheckresultmodelPackageImpl.getContext(), Constant Field Values
** Generated **

CONTEXT__NAME

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

See Also:
Constant Field Values
** Generated **
Ordered:

CONTEXT__RULES

static final int CONTEXT__RULES
The feature id for the 'Rules' containment reference list.

See Also:
Constant Field Values
** Generated **
Ordered:

CONTEXT__CONTEXT_CLASS

static final int CONTEXT__CONTEXT_CLASS
The feature id for the 'Context Class' reference.

See Also:
Constant Field Values
** Generated **
Ordered:

CONTEXT_FEATURE_COUNT

static final int CONTEXT_FEATURE_COUNT
The number of structural features of the 'Context' class.

See Also:
Constant Field Values
** Generated **
Ordered:

RULE

static final int RULE
The meta object id for the 'Rule' class.

See Also:
RuleImpl, CheckresultmodelPackageImpl.getRule(), Constant Field Values
** Generated **

RULE__NAME

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

See Also:
Constant Field Values
** Generated **
Ordered:

RULE__RULE_TEXT

static final int RULE__RULE_TEXT
The feature id for the 'Rule Text' attribute.

See Also:
Constant Field Values
** Generated **
Ordered:

RULE__RESULT

static final int RULE__RESULT
The feature id for the 'Result' attribute.

See Also:
Constant Field Values
** Generated **
Ordered:

RULE__DESCRIPTION

static final int RULE__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values
** Generated **
Ordered:

RULE__REJECTED_ITEMS

static final int RULE__REJECTED_ITEMS
The feature id for the 'Rejected Items' containment reference list.

See Also:
Constant Field Values
** Generated **
Ordered:

RULE__SELECTED_ITEMS

static final int RULE__SELECTED_ITEMS
The feature id for the 'Selected Items' containment reference list.

See Also:
Constant Field Values
** Generated **
Ordered:

RULE_FEATURE_COUNT

static final int RULE_FEATURE_COUNT
The number of structural features of the 'Rule' class.

See Also:
Constant Field Values
** Generated **
Ordered:

ITEM

static final int ITEM
The meta object id for the 'Item' class.

See Also:
ItemImpl, CheckresultmodelPackageImpl.getItem(), Constant Field Values
** Generated **

ITEM__NAME

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

See Also:
Constant Field Values
** Generated **
Ordered:

ITEM__REFERENCE

static final int ITEM__REFERENCE
The feature id for the 'Reference' reference.

See Also:
Constant Field Values
** Generated **
Ordered:

ITEM__VALUE

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

See Also:
Constant Field Values
** Generated **
Ordered:

ITEM_FEATURE_COUNT

static final int ITEM_FEATURE_COUNT
The number of structural features of the 'Item' class.

See Also:
Constant Field Values
** Generated **
Ordered:

STATE

static final int STATE
The meta object id for the 'State' enum.

See Also:
State, CheckresultmodelPackageImpl.getState(), Constant Field Values
** Generated **
Method Detail

getModel

EClass getModel()
Returns the meta object for class 'Model'.

Returns:
the meta object for class 'Model'.
See Also:
Model
** Generated **

getModel_Name

EAttribute getModel_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Model.getName(), getModel()
** Generated **

getModel_ContextPackages

EReference getModel_ContextPackages()
Returns the meta object for the containment reference list 'Context Packages'.

Returns:
the meta object for the containment reference list 'Context Packages'.
See Also:
Model.getContextPackages(), getModel()
** Generated **

getModel_Information

EReference getModel_Information()
Returns the meta object for the containment reference 'Information'.

Returns:
the meta object for the containment reference 'Information'.
See Also:
Model.getInformation(), getModel()
** Generated **

getModelInformation

EClass getModelInformation()
Returns the meta object for class 'Model Information'.

Returns:
the meta object for class 'Model Information'.
See Also:
ModelInformation
** Generated **

getModelInformation_ModelContent

EReference getModelInformation_ModelContent()
Returns the meta object for the reference 'Model Content'.

Returns:
the meta object for the reference 'Model Content'.
See Also:
ModelInformation.getModelContent(), getModelInformation()
** Generated **

getModelInformation_RuleFile

EAttribute getModelInformation_RuleFile()
Returns the meta object for the attribute 'Rule File'.

Returns:
the meta object for the attribute 'Rule File'.
See Also:
ModelInformation.getRuleFile(), getModelInformation()
** Generated **

getPackage

EClass getPackage()
Returns the meta object for class 'Package'.

Returns:
the meta object for class 'Package'.
See Also:
Package
** Generated **

getPackage_Name

EAttribute getPackage_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Package.getName(), getPackage()
** Generated **

getPackage_Context

EReference getPackage_Context()
Returns the meta object for the containment reference list 'Context'.

Returns:
the meta object for the containment reference list 'Context'.
See Also:
Package.getContext(), getPackage()
** Generated **

getPackage_PackageReference

EReference getPackage_PackageReference()
Returns the meta object for the reference 'Package Reference'.

Returns:
the meta object for the reference 'Package Reference'.
See Also:
Package.getPackageReference(), getPackage()
** Generated **

getContext

EClass getContext()
Returns the meta object for class 'Context'.

Returns:
the meta object for class 'Context'.
See Also:
Context
** Generated **

getContext_Name

EAttribute getContext_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Context.getName(), getContext()
** Generated **

getContext_Rules

EReference getContext_Rules()
Returns the meta object for the containment reference list 'Rules'.

Returns:
the meta object for the containment reference list 'Rules'.
See Also:
Context.getRules(), getContext()
** Generated **

getContext_ContextClass

EReference getContext_ContextClass()
Returns the meta object for the reference 'Context Class'.

Returns:
the meta object for the reference 'Context Class'.
See Also:
Context.getContextClass(), getContext()
** Generated **

getRule

EClass getRule()
Returns the meta object for class 'Rule'.

Returns:
the meta object for class 'Rule'.
See Also:
Rule
** Generated **

getRule_RejectedItems

EReference getRule_RejectedItems()
Returns the meta object for the containment reference list 'Rejected Items'.

Returns:
the meta object for the containment reference list 'Rejected Items'.
See Also:
Rule.getRejectedItems(), getRule()
** Generated **

getRule_RuleText

EAttribute getRule_RuleText()
Returns the meta object for the attribute 'Rule Text'.

Returns:
the meta object for the attribute 'Rule Text'.
See Also:
Rule.getRuleText(), getRule()
** Generated **

getRule_Result

EAttribute getRule_Result()
Returns the meta object for the attribute 'Result'.

Returns:
the meta object for the attribute 'Result'.
See Also:
Rule.getResult(), getRule()
** Generated **

getRule_SelectedItems

EReference getRule_SelectedItems()
Returns the meta object for the containment reference list 'Selected Items'.

Returns:
the meta object for the containment reference list 'Selected Items'.
See Also:
Rule.getSelectedItems(), getRule()
** Generated **

getRule_Description

EAttribute getRule_Description()
Returns the meta object for the attribute 'Description'.

Returns:
the meta object for the attribute 'Description'.
See Also:
Rule.getDescription(), getRule()
** Generated **

getRule_Name

EAttribute getRule_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Rule.getName(), getRule()
** Generated **

getItem

EClass getItem()
Returns the meta object for class 'Item'.

Returns:
the meta object for class 'Item'.
See Also:
Item
** Generated **

getItem_Name

EAttribute getItem_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Item.getName(), getItem()
** Generated **

getItem_Value

EAttribute getItem_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
Item.getValue(), getItem()
** Generated **

getState

EEnum getState()
Returns the meta object for enum 'State'.

Returns:
the meta object for enum 'State'.
See Also:
State
** Generated **

getItem_Reference

EReference getItem_Reference()
Returns the meta object for the reference 'Reference'.

Returns:
the meta object for the reference 'Reference'.
See Also:
Item.getReference(), getItem()
** Generated **

getCheckresultmodelFactory

CheckresultmodelFactory getCheckresultmodelFactory()
Returns the factory that creates the instances of the model.

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

OCL

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.