Interface PictoPackage

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

public interface PictoPackage extends org.eclipse.emf.ecore.EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each operation of each class,
  • each enum,
  • and each data type
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Defines literals for the meta objects that represent each class, each feature of each class, each operation 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

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The meta object id for the 'Custom View' class.
    static final int
    The feature id for the 'Format' attribute.
    static final int
    The feature id for the 'Icon' attribute.
    static final int
    The feature id for the 'Layers' attribute list.
    static final int
    The feature id for the 'Parameters' containment reference list.
    static final int
    The feature id for the 'Patches' containment reference list.
    static final int
    The feature id for the 'Path' attribute list.
    static final int
    The feature id for the 'Position' attribute.
    static final int
    The feature id for the 'Source' attribute.
    static final int
    The feature id for the 'Type' attribute.
    static final int
    The number of structural features of the 'Custom View' class.
    static final int
    The number of operations of the 'Custom View' class.
    static final PictoPackage
    The singleton instance of the package.
    static final String
    The package name.
    static final String
    The package namespace name.
    static final String
    The package namespace URI.
    static final int
    The meta object id for the 'Model' class.
    static final int
    The feature id for the 'Name' attribute.
    static final int
    The feature id for the 'Parameters' containment reference list.
    static final int
    The feature id for the 'Type' attribute.
    static final int
    The number of structural features of the 'Model' class.
    static final int
    The number of operations of the 'Model' class.
    static final int
    The meta object id for the 'Parameter' class.
    static final int
    The feature id for the 'File' attribute.
    static final int
    The feature id for the 'Items' containment reference list.
    static final int
    The feature id for the 'Name' attribute.
    static final int
    The feature id for the 'Value' attribute.
    static final int
    The feature id for the 'Values' attribute list.
    static final int
    The number of structural features of the 'Parameter' class.
    static final int
    The number of operations of the 'Parameter' class.
    static final int
    The meta object id for the 'Patch' class.
    static final int
    The feature id for the 'Applies' attribute.
    static final int
    The feature id for the 'Content' attribute.
    static final int
    The feature id for the 'Format' attribute.
    static final int
    The number of structural features of the 'Patch' class.
    static final int
    The number of operations of the 'Patch' class.
    static final int
    The meta object id for the 'Picto' class.
    static final int
    The feature id for the 'Custom Views' containment reference list.
    static final int
    The feature id for the 'Format' attribute.
    static final int
    The feature id for the 'Models' containment reference list.
    static final int
    The feature id for the 'Parameters' containment reference list.
    static final int
    The feature id for the 'Standalone' attribute.
    static final int
    The feature id for the 'Transformation' attribute.
    static final int
    The number of structural features of the 'Picto' class.
    static final int
    The number of operations of the 'Picto' class.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.ecore.EClass
    Returns the meta object for class 'Custom View'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Format'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Icon'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute list 'Layers'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the containment reference list 'Parameters'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the containment reference list 'Patches'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute list 'Path'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Position'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Source'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Type'.
    org.eclipse.emf.ecore.EClass
    Returns the meta object for class 'Model'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Name'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the containment reference list 'Parameters'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Type'.
    org.eclipse.emf.ecore.EClass
    Returns the meta object for class 'Parameter'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'File'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the containment reference list 'Items'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Name'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Value'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute list 'Values'.
    org.eclipse.emf.ecore.EClass
    Returns the meta object for class 'Patch'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Applies'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Content'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Format'.
    org.eclipse.emf.ecore.EClass
    Returns the meta object for class 'Picto'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the containment reference list 'Custom Views'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Format'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the containment reference list 'Models'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the containment reference list 'Parameters'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Standalone'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Transformation'.
    Returns the factory that creates the instances of the model.

    Methods inherited from interface org.eclipse.emf.ecore.EModelElement

    getEAnnotation, getEAnnotations

    Methods inherited from interface org.eclipse.emf.ecore.ENamedElement

    getName, setName

    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.ecore.EPackage

    getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Field Details

    • eNAME

      static final String eNAME
      The package name.
      See Also:
    • eNS_URI

      static final String eNS_URI
      The package namespace URI.
      See Also:
    • eNS_PREFIX

      static final String eNS_PREFIX
      The package namespace name.
      See Also:
    • eINSTANCE

      static final PictoPackage eINSTANCE
      The singleton instance of the package.
    • PICTO

      static final int PICTO
      The meta object id for the 'Picto' class.
      See Also:
    • PICTO__TRANSFORMATION

      static final int PICTO__TRANSFORMATION
      The feature id for the 'Transformation' attribute.
      See Also:
    • PICTO__FORMAT

      static final int PICTO__FORMAT
      The feature id for the 'Format' attribute.
      See Also:
    • PICTO__STANDALONE

      static final int PICTO__STANDALONE
      The feature id for the 'Standalone' attribute.
      See Also:
    • PICTO__MODELS

      static final int PICTO__MODELS
      The feature id for the 'Models' containment reference list.
      See Also:
    • PICTO__PARAMETERS

      static final int PICTO__PARAMETERS
      The feature id for the 'Parameters' containment reference list.
      See Also:
    • PICTO__CUSTOM_VIEWS

      static final int PICTO__CUSTOM_VIEWS
      The feature id for the 'Custom Views' containment reference list.
      See Also:
    • PICTO_FEATURE_COUNT

      static final int PICTO_FEATURE_COUNT
      The number of structural features of the 'Picto' class.
      See Also:
    • PICTO_OPERATION_COUNT

      static final int PICTO_OPERATION_COUNT
      The number of operations of the 'Picto' class.
      See Also:
    • MODEL

      static final int MODEL
      The meta object id for the 'Model' class.
      See Also:
    • MODEL__NAME

      static final int MODEL__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • MODEL__TYPE

      static final int MODEL__TYPE
      The feature id for the 'Type' attribute.
      See Also:
    • MODEL__PARAMETERS

      static final int MODEL__PARAMETERS
      The feature id for the 'Parameters' containment reference list.
      See Also:
    • MODEL_FEATURE_COUNT

      static final int MODEL_FEATURE_COUNT
      The number of structural features of the 'Model' class.
      See Also:
    • MODEL_OPERATION_COUNT

      static final int MODEL_OPERATION_COUNT
      The number of operations of the 'Model' class.
      See Also:
    • PARAMETER

      static final int PARAMETER
      The meta object id for the 'Parameter' class.
      See Also:
    • PARAMETER__NAME

      static final int PARAMETER__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • PARAMETER__VALUE

      static final int PARAMETER__VALUE
      The feature id for the 'Value' attribute.
      See Also:
    • PARAMETER__VALUES

      static final int PARAMETER__VALUES
      The feature id for the 'Values' attribute list.
      See Also:
    • PARAMETER__FILE

      static final int PARAMETER__FILE
      The feature id for the 'File' attribute.
      See Also:
    • PARAMETER__ITEMS

      static final int PARAMETER__ITEMS
      The feature id for the 'Items' containment reference list.
      See Also:
    • PARAMETER_FEATURE_COUNT

      static final int PARAMETER_FEATURE_COUNT
      The number of structural features of the 'Parameter' class.
      See Also:
    • PARAMETER_OPERATION_COUNT

      static final int PARAMETER_OPERATION_COUNT
      The number of operations of the 'Parameter' class.
      See Also:
    • CUSTOM_VIEW

      static final int CUSTOM_VIEW
      The meta object id for the 'Custom View' class.
      See Also:
    • CUSTOM_VIEW__PATH

      static final int CUSTOM_VIEW__PATH
      The feature id for the 'Path' attribute list.
      See Also:
    • CUSTOM_VIEW__ICON

      static final int CUSTOM_VIEW__ICON
      The feature id for the 'Icon' attribute.
      See Also:
    • CUSTOM_VIEW__FORMAT

      static final int CUSTOM_VIEW__FORMAT
      The feature id for the 'Format' attribute.
      See Also:
    • CUSTOM_VIEW__TYPE

      static final int CUSTOM_VIEW__TYPE
      The feature id for the 'Type' attribute.
      See Also:
    • CUSTOM_VIEW__SOURCE

      static final int CUSTOM_VIEW__SOURCE
      The feature id for the 'Source' attribute.
      See Also:
    • CUSTOM_VIEW__POSITION

      static final int CUSTOM_VIEW__POSITION
      The feature id for the 'Position' attribute.
      See Also:
    • CUSTOM_VIEW__LAYERS

      static final int CUSTOM_VIEW__LAYERS
      The feature id for the 'Layers' attribute list.
      See Also:
    • CUSTOM_VIEW__PATCHES

      static final int CUSTOM_VIEW__PATCHES
      The feature id for the 'Patches' containment reference list.
      See Also:
    • CUSTOM_VIEW__PARAMETERS

      static final int CUSTOM_VIEW__PARAMETERS
      The feature id for the 'Parameters' containment reference list.
      See Also:
    • CUSTOM_VIEW_FEATURE_COUNT

      static final int CUSTOM_VIEW_FEATURE_COUNT
      The number of structural features of the 'Custom View' class.
      See Also:
    • CUSTOM_VIEW_OPERATION_COUNT

      static final int CUSTOM_VIEW_OPERATION_COUNT
      The number of operations of the 'Custom View' class.
      See Also:
    • PATCH

      static final int PATCH
      The meta object id for the 'Patch' class.
      See Also:
    • PATCH__FORMAT

      static final int PATCH__FORMAT
      The feature id for the 'Format' attribute.
      See Also:
    • PATCH__CONTENT

      static final int PATCH__CONTENT
      The feature id for the 'Content' attribute.
      See Also:
    • PATCH__APPLIES

      static final int PATCH__APPLIES
      The feature id for the 'Applies' attribute.
      See Also:
    • PATCH_FEATURE_COUNT

      static final int PATCH_FEATURE_COUNT
      The number of structural features of the 'Patch' class.
      See Also:
    • PATCH_OPERATION_COUNT

      static final int PATCH_OPERATION_COUNT
      The number of operations of the 'Patch' class.
      See Also:
  • Method Details

    • getPicto

      org.eclipse.emf.ecore.EClass getPicto()
      Returns the meta object for class 'Picto'.
      Returns:
      the meta object for class 'Picto'.
      See Also:
    • getPicto_Transformation

      org.eclipse.emf.ecore.EAttribute getPicto_Transformation()
      Returns the meta object for the attribute 'Transformation'.
      Returns:
      the meta object for the attribute 'Transformation'.
      See Also:
    • getPicto_Format

      org.eclipse.emf.ecore.EAttribute getPicto_Format()
      Returns the meta object for the attribute 'Format'.
      Returns:
      the meta object for the attribute 'Format'.
      See Also:
    • getPicto_Standalone

      org.eclipse.emf.ecore.EAttribute getPicto_Standalone()
      Returns the meta object for the attribute 'Standalone'.
      Returns:
      the meta object for the attribute 'Standalone'.
      See Also:
    • getPicto_Models

      org.eclipse.emf.ecore.EReference getPicto_Models()
      Returns the meta object for the containment reference list 'Models'.
      Returns:
      the meta object for the containment reference list 'Models'.
      See Also:
    • getPicto_Parameters

      org.eclipse.emf.ecore.EReference getPicto_Parameters()
      Returns the meta object for the containment reference list 'Parameters'.
      Returns:
      the meta object for the containment reference list 'Parameters'.
      See Also:
    • getPicto_CustomViews

      org.eclipse.emf.ecore.EReference getPicto_CustomViews()
      Returns the meta object for the containment reference list 'Custom Views'.
      Returns:
      the meta object for the containment reference list 'Custom Views'.
      See Also:
    • getModel

      org.eclipse.emf.ecore.EClass getModel()
      Returns the meta object for class 'Model'.
      Returns:
      the meta object for class 'Model'.
      See Also:
    • getModel_Name

      org.eclipse.emf.ecore.EAttribute getModel_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
    • getModel_Type

      org.eclipse.emf.ecore.EAttribute getModel_Type()
      Returns the meta object for the attribute 'Type'.
      Returns:
      the meta object for the attribute 'Type'.
      See Also:
    • getModel_Parameters

      org.eclipse.emf.ecore.EReference getModel_Parameters()
      Returns the meta object for the containment reference list 'Parameters'.
      Returns:
      the meta object for the containment reference list 'Parameters'.
      See Also:
    • getParameter

      org.eclipse.emf.ecore.EClass getParameter()
      Returns the meta object for class 'Parameter'.
      Returns:
      the meta object for class 'Parameter'.
      See Also:
    • getParameter_Name

      org.eclipse.emf.ecore.EAttribute getParameter_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
    • getParameter_Value

      org.eclipse.emf.ecore.EAttribute getParameter_Value()
      Returns the meta object for the attribute 'Value'.
      Returns:
      the meta object for the attribute 'Value'.
      See Also:
    • getParameter_Values

      org.eclipse.emf.ecore.EAttribute getParameter_Values()
      Returns the meta object for the attribute list 'Values'.
      Returns:
      the meta object for the attribute list 'Values'.
      See Also:
    • getParameter_File

      org.eclipse.emf.ecore.EAttribute getParameter_File()
      Returns the meta object for the attribute 'File'.
      Returns:
      the meta object for the attribute 'File'.
      See Also:
    • getParameter_Items

      org.eclipse.emf.ecore.EReference getParameter_Items()
      Returns the meta object for the containment reference list 'Items'.
      Returns:
      the meta object for the containment reference list 'Items'.
      See Also:
    • getCustomView

      org.eclipse.emf.ecore.EClass getCustomView()
      Returns the meta object for class 'Custom View'.
      Returns:
      the meta object for class 'Custom View'.
      See Also:
    • getCustomView_Path

      org.eclipse.emf.ecore.EAttribute getCustomView_Path()
      Returns the meta object for the attribute list 'Path'.
      Returns:
      the meta object for the attribute list 'Path'.
      See Also:
    • getCustomView_Icon

      org.eclipse.emf.ecore.EAttribute getCustomView_Icon()
      Returns the meta object for the attribute 'Icon'.
      Returns:
      the meta object for the attribute 'Icon'.
      See Also:
    • getCustomView_Format

      org.eclipse.emf.ecore.EAttribute getCustomView_Format()
      Returns the meta object for the attribute 'Format'.
      Returns:
      the meta object for the attribute 'Format'.
      See Also:
    • getCustomView_Type

      org.eclipse.emf.ecore.EAttribute getCustomView_Type()
      Returns the meta object for the attribute 'Type'.
      Returns:
      the meta object for the attribute 'Type'.
      See Also:
    • getCustomView_Source

      org.eclipse.emf.ecore.EAttribute getCustomView_Source()
      Returns the meta object for the attribute 'Source'.
      Returns:
      the meta object for the attribute 'Source'.
      See Also:
    • getCustomView_Position

      org.eclipse.emf.ecore.EAttribute getCustomView_Position()
      Returns the meta object for the attribute 'Position'.
      Returns:
      the meta object for the attribute 'Position'.
      See Also:
    • getCustomView_Layers

      org.eclipse.emf.ecore.EAttribute getCustomView_Layers()
      Returns the meta object for the attribute list 'Layers'.
      Returns:
      the meta object for the attribute list 'Layers'.
      See Also:
    • getCustomView_Patches

      org.eclipse.emf.ecore.EReference getCustomView_Patches()
      Returns the meta object for the containment reference list 'Patches'.
      Returns:
      the meta object for the containment reference list 'Patches'.
      See Also:
    • getCustomView_Parameters

      org.eclipse.emf.ecore.EReference getCustomView_Parameters()
      Returns the meta object for the containment reference list 'Parameters'.
      Returns:
      the meta object for the containment reference list 'Parameters'.
      See Also:
    • getPatch

      org.eclipse.emf.ecore.EClass getPatch()
      Returns the meta object for class 'Patch'.
      Returns:
      the meta object for class 'Patch'.
      See Also:
    • getPatch_Format

      org.eclipse.emf.ecore.EAttribute getPatch_Format()
      Returns the meta object for the attribute 'Format'.
      Returns:
      the meta object for the attribute 'Format'.
      See Also:
    • getPatch_Content

      org.eclipse.emf.ecore.EAttribute getPatch_Content()
      Returns the meta object for the attribute 'Content'.
      Returns:
      the meta object for the attribute 'Content'.
      See Also:
    • getPatch_Applies

      org.eclipse.emf.ecore.EAttribute getPatch_Applies()
      Returns the meta object for the attribute 'Applies'.
      Returns:
      the meta object for the attribute 'Applies'.
      See Also:
    • getPictoFactory

      PictoFactory getPictoFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.