org.eclipse.emf.ocl.uml
Interface UMLPackage

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:
UMLPackageImpl

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

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

See Also:
UMLFactory

Nested Class Summary
static interface UMLPackage.Literals
           Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes inherited from class org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int CALL_OPERATION_ACTION
          The meta object id for the 'Call Operation Action' class
static int CALL_OPERATION_ACTION__OPERATION
          The feature id for the 'Operation' reference
static int CALL_OPERATION_ACTION_FEATURE_COUNT
          The number of structural features of the 'Call Operation Action' class
static int CONSTRAINT
          The meta object id for the 'Constraint' class
static int CONSTRAINT__BODY
          The feature id for the 'Body' containment reference
static int CONSTRAINT__CONSTRAINED_ELEMENT
          The feature id for the 'Constrained Element' reference list
static int CONSTRAINT__EANNOTATIONS
          The feature id for the 'EAnnotations' containment reference list
static int CONSTRAINT__INSTANCE_VAR_NAME
          The feature id for the 'Instance Var Name' attribute
static int CONSTRAINT__NAME
          The feature id for the 'Name' attribute
static int CONSTRAINT__STEREOTYPE
          The feature id for the 'Stereotype' attribute
static int CONSTRAINT_FEATURE_COUNT
          The number of structural features of the 'Constraint' class
static java.lang.String copyright
           
static UMLPackage 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 SEND_SIGNAL_ACTION
          The meta object id for the 'Send Signal Action' class
static int SEND_SIGNAL_ACTION__SIGNAL
          The feature id for the 'Signal' reference
static int SEND_SIGNAL_ACTION_FEATURE_COUNT
          The number of structural features of the 'Send Signal Action' class
static int TYPED_ELEMENT
          The meta object id for the 'Typed Element' class
static int TYPED_ELEMENT__EANNOTATIONS
          The feature id for the 'EAnnotations' containment reference list
static int TYPED_ELEMENT__NAME
          The feature id for the 'Name' attribute
static int TYPED_ELEMENT__TYPE
          The feature id for the 'Type' reference
static int TYPED_ELEMENT_FEATURE_COUNT
          The number of structural features of the 'Typed Element' class
 
Method Summary
 org.eclipse.emf.ecore.EReference getCallOperationAction_Operation()
          Returns the meta object for the reference 'Operation'
 org.eclipse.emf.ecore.EClass getCallOperationAction()
          Returns the meta object for class 'Call Operation Action'
 org.eclipse.emf.ecore.EReference getConstraint_Body()
          Returns the meta object for the containment reference 'Body'
 org.eclipse.emf.ecore.EReference getConstraint_ConstrainedElement()
          Returns the meta object for the reference list 'Constrained Element'
 org.eclipse.emf.ecore.EAttribute getConstraint_InstanceVarName()
          Returns the meta object for the attribute 'Instance Var Name'
 org.eclipse.emf.ecore.EAttribute getConstraint_Stereotype()
          Returns the meta object for the attribute 'Stereotype'
 org.eclipse.emf.ecore.EClass getConstraint()
          Returns the meta object for class 'Constraint'
 org.eclipse.emf.ecore.EReference getSendSignalAction_Signal()
          Returns the meta object for the reference 'Signal'
 org.eclipse.emf.ecore.EClass getSendSignalAction()
          Returns the meta object for class 'Send Signal Action'
 org.eclipse.emf.ecore.EReference getTypedElement_Type()
          Returns the meta object for the reference 'Type'
 org.eclipse.emf.ecore.EClass getTypedElement()
          Returns the meta object for class 'Typed Element'
 UMLFactory getUMLFactory()
          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

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values

eNAME

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

See Also:
Constant Field Values

eNS_URI

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

See Also:
Constant Field Values

eNS_PREFIX

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

See Also:
Constant Field Values

eINSTANCE

public static final UMLPackage eINSTANCE
The singleton instance of the package.


CONSTRAINT

public static final int CONSTRAINT
The meta object id for the 'Constraint' class.

See Also:
ConstraintImpl, UMLPackageImpl.getConstraint(), Constant Field Values

CALL_OPERATION_ACTION

public static final int CALL_OPERATION_ACTION
The meta object id for the 'Call Operation Action' class.

See Also:
CallOperationActionImpl, UMLPackageImpl.getCallOperationAction(), Constant Field Values

CALL_OPERATION_ACTION__OPERATION

public static final int CALL_OPERATION_ACTION__OPERATION
The feature id for the 'Operation' reference.

See Also:
Constant Field Values

CALL_OPERATION_ACTION_FEATURE_COUNT

public static final int CALL_OPERATION_ACTION_FEATURE_COUNT
The number of structural features of the 'Call Operation Action' class.

See Also:
Constant Field Values

CONSTRAINT__EANNOTATIONS

public static final int CONSTRAINT__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.

See Also:
Constant Field Values

CONSTRAINT__NAME

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

See Also:
Constant Field Values

CONSTRAINT__INSTANCE_VAR_NAME

public static final int CONSTRAINT__INSTANCE_VAR_NAME
The feature id for the 'Instance Var Name' attribute.

See Also:
Constant Field Values

CONSTRAINT__BODY

public static final int CONSTRAINT__BODY
The feature id for the 'Body' containment reference.

See Also:
Constant Field Values

CONSTRAINT__CONSTRAINED_ELEMENT

public static final int CONSTRAINT__CONSTRAINED_ELEMENT
The feature id for the 'Constrained Element' reference list.

See Also:
Constant Field Values

CONSTRAINT__STEREOTYPE

public static final int CONSTRAINT__STEREOTYPE
The feature id for the 'Stereotype' attribute.

See Also:
Constant Field Values

CONSTRAINT_FEATURE_COUNT

public static final int CONSTRAINT_FEATURE_COUNT
The number of structural features of the 'Constraint' class.

See Also:
Constant Field Values

SEND_SIGNAL_ACTION

public static final int SEND_SIGNAL_ACTION
The meta object id for the 'Send Signal Action' class.

See Also:
SendSignalActionImpl, UMLPackageImpl.getSendSignalAction(), Constant Field Values

SEND_SIGNAL_ACTION__SIGNAL

public static final int SEND_SIGNAL_ACTION__SIGNAL
The feature id for the 'Signal' reference.

See Also:
Constant Field Values

SEND_SIGNAL_ACTION_FEATURE_COUNT

public static final int SEND_SIGNAL_ACTION_FEATURE_COUNT
The number of structural features of the 'Send Signal Action' class.

See Also:
Constant Field Values

TYPED_ELEMENT

public static final int TYPED_ELEMENT
The meta object id for the 'Typed Element' class.

See Also:
TypedElementImpl, UMLPackageImpl.getTypedElement(), Constant Field Values

TYPED_ELEMENT__EANNOTATIONS

public static final int TYPED_ELEMENT__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.

See Also:
Constant Field Values

TYPED_ELEMENT__NAME

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

See Also:
Constant Field Values

TYPED_ELEMENT__TYPE

public static final int TYPED_ELEMENT__TYPE
The feature id for the 'Type' reference.

See Also:
Constant Field Values

TYPED_ELEMENT_FEATURE_COUNT

public static final int TYPED_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Typed Element' class.

See Also:
Constant Field Values
Method Detail

getConstraint

public org.eclipse.emf.ecore.EClass getConstraint()
Returns the meta object for class 'Constraint'.

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

getConstraint_InstanceVarName

public org.eclipse.emf.ecore.EAttribute getConstraint_InstanceVarName()
Returns the meta object for the attribute 'Instance Var Name'.

Returns:
the meta object for the attribute 'Instance Var Name'.
See Also:
Constraint.getInstanceVarName(), UMLPackage.getConstraint()

getConstraint_Body

public org.eclipse.emf.ecore.EReference getConstraint_Body()
Returns the meta object for the containment reference 'Body'.

Returns:
the meta object for the containment reference 'Body'.
See Also:
Constraint.getBody(), UMLPackage.getConstraint()

getConstraint_ConstrainedElement

public org.eclipse.emf.ecore.EReference getConstraint_ConstrainedElement()
Returns the meta object for the reference list 'Constrained Element'.

Returns:
the meta object for the reference list 'Constrained Element'.
See Also:
Constraint.getConstrainedElement(), UMLPackage.getConstraint()

getConstraint_Stereotype

public org.eclipse.emf.ecore.EAttribute getConstraint_Stereotype()
Returns the meta object for the attribute 'Stereotype'.

Returns:
the meta object for the attribute 'Stereotype'.
See Also:
Constraint.getStereotype(), UMLPackage.getConstraint()

getCallOperationAction

public org.eclipse.emf.ecore.EClass getCallOperationAction()
Returns the meta object for class 'Call Operation Action'.

Returns:
the meta object for class 'Call Operation Action'.
See Also:
CallOperationAction

getCallOperationAction_Operation

public org.eclipse.emf.ecore.EReference getCallOperationAction_Operation()
Returns the meta object for the reference 'Operation'.

Returns:
the meta object for the reference 'Operation'.
See Also:
CallOperationAction.getOperation(), UMLPackage.getCallOperationAction()

getSendSignalAction

public org.eclipse.emf.ecore.EClass getSendSignalAction()
Returns the meta object for class 'Send Signal Action'.

Returns:
the meta object for class 'Send Signal Action'.
See Also:
SendSignalAction

getSendSignalAction_Signal

public org.eclipse.emf.ecore.EReference getSendSignalAction_Signal()
Returns the meta object for the reference 'Signal'.

Returns:
the meta object for the reference 'Signal'.
See Also:
SendSignalAction.getSignal(), UMLPackage.getSendSignalAction()

getTypedElement

public org.eclipse.emf.ecore.EClass getTypedElement()
Returns the meta object for class 'Typed Element'.

Returns:
the meta object for class 'Typed Element'.
See Also:
TypedElement

getTypedElement_Type

public org.eclipse.emf.ecore.EReference getTypedElement_Type()
Returns the meta object for the reference 'Type'.

Returns:
the meta object for the reference 'Type'.
See Also:
TypedElement.getType(), UMLPackage.getTypedElement()

getUMLFactory

public UMLFactory getUMLFactory()
Returns the factory that creates the instances of the model.

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

Copyright 2002, 2006 IBM Corporation and others.
All Rights Reserved.