Modelers

org.topcased.modeler.diagrams.model
Interface DiagramsPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier

public interface DiagramsPackage
extends EPackage

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

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

Nested Class Summary
static interface DiagramsPackage.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 java.lang.String copyright
           
static int DIAGRAMS
          The meta object id for the 'Diagrams' class
static int DIAGRAMS__ACTIVE_DIAGRAM
          The feature id for the 'Active Diagram' reference.
static int DIAGRAMS__DIAGRAMS
          The feature id for the 'Diagrams' containment reference list
static int DIAGRAMS__MODEL
          The feature id for the 'Model' reference
static int DIAGRAMS__PARENT
          The feature id for the 'Parent' container reference
static int DIAGRAMS__SUBDIAGRAMS
          The feature id for the 'Subdiagrams' containment reference list
static int DIAGRAMS_FEATURE_COUNT
          The number of structural features of the 'Diagrams' class.
static DiagramsPackage 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
 
Method Summary
 EReference getDiagrams_ActiveDiagram()
          Returns the meta object for the reference 'Active Diagram'
 EReference getDiagrams_Diagrams()
          Returns the meta object for the containment reference list 'Diagrams'
 EReference getDiagrams_Model()
          Returns the meta object for the reference 'Model'
 EReference getDiagrams_Parent()
          Returns the meta object for the container reference 'Parent'
 EReference getDiagrams_Subdiagrams()
          Returns the meta object for the containment reference list 'Subdiagrams'
 EClass getDiagrams()
          Returns the meta object for class 'Diagrams'
 DiagramsFactory getDiagramsFactory()
          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

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **

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 DiagramsPackage eINSTANCE
The singleton instance of the package.

** Generated **

DIAGRAMS

static final int DIAGRAMS
The meta object id for the 'Diagrams' class.

See Also:
DiagramsImpl, DiagramsPackageImpl.getDiagrams(), Constant Field Values
** Generated **

DIAGRAMS__MODEL

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

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

DIAGRAMS__DIAGRAMS

static final int DIAGRAMS__DIAGRAMS
The feature id for the 'Diagrams' containment reference list.

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

DIAGRAMS__ACTIVE_DIAGRAM

static final int DIAGRAMS__ACTIVE_DIAGRAM
The feature id for the 'Active Diagram' reference.

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

DIAGRAMS__SUBDIAGRAMS

static final int DIAGRAMS__SUBDIAGRAMS
The feature id for the 'Subdiagrams' containment reference list.

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

DIAGRAMS__PARENT

static final int DIAGRAMS__PARENT
The feature id for the 'Parent' container reference.

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

DIAGRAMS_FEATURE_COUNT

static final int DIAGRAMS_FEATURE_COUNT
The number of structural features of the 'Diagrams' class.

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

getDiagrams

EClass getDiagrams()
Returns the meta object for class 'Diagrams'.

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

getDiagrams_Model

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

Returns:
the meta object for the reference 'Model'.
See Also:
Diagrams.getModel(), getDiagrams()
** Generated **

getDiagrams_Diagrams

EReference getDiagrams_Diagrams()
Returns the meta object for the containment reference list 'Diagrams'.

Returns:
the meta object for the containment reference list 'Diagrams'.
See Also:
Diagrams.getDiagrams(), getDiagrams()
** Generated **

getDiagrams_ActiveDiagram

EReference getDiagrams_ActiveDiagram()
Returns the meta object for the reference 'Active Diagram'.

Returns:
the meta object for the reference 'Active Diagram'.
See Also:
Diagrams.getActiveDiagram(), getDiagrams()
** Generated **

getDiagrams_Subdiagrams

EReference getDiagrams_Subdiagrams()
Returns the meta object for the containment reference list 'Subdiagrams'.

Returns:
the meta object for the containment reference list 'Subdiagrams'.
See Also:
Diagrams.getSubdiagrams(), getDiagrams()
** Generated **

getDiagrams_Parent

EReference getDiagrams_Parent()
Returns the meta object for the container reference 'Parent'.

Returns:
the meta object for the container reference 'Parent'.
See Also:
Diagrams.getParent(), getDiagrams()
** Generated **

getDiagramsFactory

DiagramsFactory getDiagramsFactory()
Returns the factory that creates the instances of the model.

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

Modelers

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